Memory buffer interface for GL interop.
More...
#include <cl.hpp>
|
| BufferGL (const Context &context, cl_mem_flags flags, GLuint bufobj, cl_int *err=NULL) |
|
| BufferGL () |
|
| BufferGL (const BufferGL &buffer) |
|
BufferGL & | operator= (const BufferGL &rhs) |
|
cl_int | getObjectInfo (cl_gl_object_type *type, GLuint *gl_object_name) |
|
| BufferGL (const Context &context, cl_mem_flags flags, GLuint bufobj, cl_int *err=NULL) |
|
| BufferGL () |
|
| BufferGL (const BufferGL &buffer) |
|
BufferGL & | operator= (const BufferGL &rhs) |
|
cl_int | getObjectInfo (cl_gl_object_type *type, GLuint *gl_object_name) |
|
| Buffer (const Context &context, cl_mem_flags flags,::size_t size, void *host_ptr=NULL, cl_int *err=NULL) |
|
| Buffer () |
|
| Buffer (const Buffer &buffer) |
|
Buffer & | operator= (const Buffer &rhs) |
|
| Buffer (const Context &context, cl_mem_flags flags,::size_t size, void *host_ptr=NULL, cl_int *err=NULL) |
|
| Buffer () |
|
| Buffer (const Buffer &buffer) |
|
Buffer & | operator= (const Buffer &rhs) |
|
| Memory () |
|
| Memory (const Memory &memory) |
|
Memory & | operator= (const Memory &rhs) |
|
template<typename T > |
cl_int | getInfo (cl_mem_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_mem_info, name >::param_type | getInfo (cl_int *err=NULL) const |
|
| Memory () |
|
| Memory (const Memory &memory) |
|
Memory & | operator= (const Memory &rhs) |
|
template<typename T > |
cl_int | getInfo (cl_mem_info name, T *param) const |
|
template<cl_int name> |
detail::param_traits< detail::cl_mem_info, name >::param_type | getInfo (cl_int *err=NULL) const |
|
| Wrapper () |
|
| Wrapper (const Wrapper< cl_type > &rhs) |
|
| Wrapper () |
|
| Wrapper (const Wrapper< cl_type > &rhs) |
|
| ~Wrapper () |
|
| ~Wrapper () |
|
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
|
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
|
cl_type | operator() () const |
|
cl_type & | operator() () |
|
cl_type | operator() () const |
|
cl_type & | operator() () |
|
Memory buffer interface for GL interop.
Definition at line 1852 of file cl.hpp.
cl::BufferGL::BufferGL |
( |
const Context & |
context, |
|
|
cl_mem_flags |
flags, |
|
|
GLuint |
bufobj, |
|
|
cl_int * |
err = NULL |
|
) |
| |
|
inline |
cl::BufferGL::BufferGL |
( |
| ) |
|
|
inline |
cl::BufferGL::BufferGL |
( |
const BufferGL & |
buffer | ) |
|
|
inline |
cl::BufferGL::BufferGL |
( |
const Context & |
context, |
|
|
cl_mem_flags |
flags, |
|
|
GLuint |
bufobj, |
|
|
cl_int * |
err = NULL |
|
) |
| |
|
inline |
cl::BufferGL::BufferGL |
( |
| ) |
|
|
inline |
cl::BufferGL::BufferGL |
( |
const BufferGL & |
buffer | ) |
|
|
inline |
cl_int cl::BufferGL::getObjectInfo |
( |
cl_gl_object_type * |
type, |
|
|
GLuint * |
gl_object_name |
|
) |
| |
|
inline |
cl_int cl::BufferGL::getObjectInfo |
( |
cl_gl_object_type * |
type, |
|
|
GLuint * |
gl_object_name |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: