OpenCL C++ Bindings
|
This is the complete list of members for cl::Context, including all inherited members.
cl_type typedef (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | |
Context(const vector< Device > &devices, 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::Context | inline |
Context(const Device &device, 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::Context | inline |
Context(cl_device_type type, 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::Context | inline |
Context(const Context &ctx) | cl::Context | inline |
Context(Context &&ctx) CL_HPP_NOEXCEPT_ | cl::Context | inline |
Context() | cl::Context | inline |
Context(const cl_context &context, bool retainObject=false) | cl::Context | inlineexplicit |
get() const (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
getDefault(cl_int *err=NULL) | cl::Context | inlinestatic |
getInfo(cl_context_info name, T *param) const | cl::Context | inline |
getInfo(cl_int *err=NULL) const | cl::Context | inline |
getSupportedImageFormats(cl_mem_flags flags, cl_mem_object_type type, vector< ImageFormat > *formats) const | cl::Context | inline |
object_ (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | protected |
operator()() const (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
operator()() (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
operator=(const Context &ctx) | cl::Context | inline |
operator=(Context &&ctx) | cl::Context | inline |
operator=(const cl_context &rhs) | cl::Context | inline |
operator=(const Wrapper< cl_type > &rhs) (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
operator=(Wrapper< cl_type > &&rhs) (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
release() const (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inlineprotected |
retain() const (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inlineprotected |
setDefault(const Context &default_context) | cl::Context | inlinestatic |
Wrapper() (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
Wrapper(const cl_type &obj, bool retainObject) (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
Wrapper(const Wrapper< cl_type > &rhs) (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
Wrapper(Wrapper< cl_type > &&rhs) CL_HPP_NOEXCEPT_ (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |
~Wrapper() (defined in cl::detail::Wrapper< cl_context >) | cl::detail::Wrapper< cl_context > | inline |