OpenCL C++ Bindings
|
This is the complete list of members for cl::Context, including all inherited members.
Context(const vector< Device > &devices, const cl_context_properties *properties=nullptr, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=nullptr, void *data=nullptr, cl_int *err=nullptr) | cl::Context | inline |
Context(const Device &device, const cl_context_properties *properties=nullptr, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=nullptr, void *data=nullptr, cl_int *err=nullptr) | cl::Context | inline |
Context(cl_device_type type, const cl_context_properties *properties=nullptr, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=nullptr, void *data=nullptr, cl_int *err=nullptr) | cl::Context | inline |
Context() | cl::Context | inline |
Context(const cl_context &context, bool retainObject=false) | cl::Context | inlineexplicit |
getDefault(cl_int *err=nullptr) | cl::Context | inlinestatic |
getInfo(cl_context_info name, T *param) const | cl::Context | inline |
getInfo(cl_int *err=nullptr) const | cl::Context | inline |
getSupportedImageFormats(cl_mem_flags flags, cl_mem_object_type type, vector< ImageFormat > *formats) const | cl::Context | inline |
operator=(const cl_context &rhs) | cl::Context | inline |
setDefault(const Context &default_context) | cl::Context | inlinestatic |
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_context, void *), void *user_data=nullptr) | cl::Context | inline |