OpenCL C++ Bindings
|
This is the complete list of members for cl::Image1D, including all inherited members.
getImageInfo(cl_image_info name, T *param) const | cl::Image | inline |
getImageInfo(cl_int *err=nullptr) const | cl::Image | inline |
getInfo(cl_mem_info name, T *param) const | cl::Memory | inline |
getInfo(cl_int *err=nullptr) const | cl::Memory | inline |
Image() | cl::Image | inlineprotected |
Image(const cl_mem &image, bool retainObject=false) | cl::Image | inlineexplicitprotected |
Image1D(const Context &context, cl_mem_flags flags, ImageFormat format, size_type width, void *host_ptr=nullptr, cl_int *err=nullptr) | cl::Image1D | inline |
Image1D() | cl::Image1D | inline |
Image1D(const Context &context, const vector< cl_mem_properties > &properties, cl_mem_flags flags, ImageFormat format, size_type width, void *host_ptr=nullptr, cl_int *err=nullptr) | cl::Image1D | inline |
Image1D(const cl_mem &image1D, bool retainObject=false) | cl::Image1D | inlineexplicit |
Memory() | cl::Memory | inline |
Memory(const cl_mem &memory, bool retainObject) | cl::Memory | inlineexplicit |
operator=(const cl_mem &rhs) | cl::Image1D | inline |
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=nullptr) | cl::Memory | inline |