OpenCL C++ Bindings
cl::Context Member List

This is the complete list of members for cl::Context, including all inherited members.

Context(const vector< Device > &devices, const cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)cl::Contextinline
Context(const Device &device, const cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)cl::Contextinline
Context(cl_device_type type, const cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)cl::Contextinline
Context(const Context &ctx)cl::Contextinline
Context(Context &&ctx) CL_HPP_NOEXCEPT_cl::Contextinline
Context()cl::Contextinline
Context(const cl_context &context, bool retainObject=false)cl::Contextinlineexplicit
getDefault(cl_int *err=NULL)cl::Contextinlinestatic
getInfo(cl_context_info name, T *param) constcl::Contextinline
getInfo(cl_int *err=NULL) constcl::Contextinline
getSupportedImageFormats(cl_mem_flags flags, cl_mem_object_type type, vector< ImageFormat > *formats) constcl::Contextinline
operator=(const Context &ctx)cl::Contextinline
operator=(Context &&ctx)cl::Contextinline
operator=(const cl_context &rhs)cl::Contextinline
setDefault(const Context &default_context)cl::Contextinlinestatic