cl::Context Class Reference
#include <cl.hpp>
List of all members.
Public Member Functions |
| Context (const VECTOR_CLASS< Device > &devices, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL) |
| Context (cl_device_type type, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL) |
| Context () |
| Context (const Context &context) |
Context & | operator= (const Context &rhs) |
template<typename T > |
cl_int | getInfo (cl_context_info name, T *param) const |
template<cl_int name> |
detail::param_traits
< detail::cl_context_info,
name >::param_type | getInfo (cl_int *err=NULL) const |
cl_int | getSupportedImageFormats (cl_mem_flags flags, cl_mem_object_type type, VECTOR_CLASS< ImageFormat > *formats) const |
Constructor & Destructor Documentation
cl::Context::Context |
( |
const VECTOR_CLASS< Device > & |
devices, |
|
|
cl_context_properties * |
properties = NULL , |
|
|
void(CL_CALLBACK *notifyFptr)(const char *,const void *,::size_t,void *) |
= NULL , |
|
|
void * |
data = NULL , |
|
|
cl_int * |
err = NULL | |
|
) |
| | [inline] |
cl::Context::Context |
( |
cl_device_type |
type, |
|
|
cl_context_properties * |
properties = NULL , |
|
|
void(CL_CALLBACK *notifyFptr)(const char *,const void *,::size_t,void *) |
= NULL , |
|
|
void * |
data = NULL , |
|
|
cl_int * |
err = NULL | |
|
) |
| | [inline] |
cl::Context::Context |
( |
|
) |
[inline] |
cl::Context::Context |
( |
const Context & |
context |
) |
[inline] |
Member Function Documentation
template<cl_int name>
detail::param_traits<detail::cl_context_info, name>::param_type cl::Context::getInfo |
( |
cl_int * |
err = NULL |
) |
const [inline] |
template<typename T >
cl_int cl::Context::getInfo |
( |
cl_context_info |
name, |
|
|
T * |
param | |
|
) |
| | const [inline] |
cl_int cl::Context::getSupportedImageFormats |
( |
cl_mem_flags |
flags, |
|
|
cl_mem_object_type |
type, |
|
|
VECTOR_CLASS< ImageFormat > * |
formats | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file:
- mod_fem_viewer/FemViewer/ocl/cl.hpp