OpenCL C++ Bindings
|
This is the complete list of members for cl::Image3DGL, 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 |
Image3D(const Context &context, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type depth, size_type row_pitch=0, size_type slice_pitch=0, void *host_ptr=nullptr, cl_int *err=nullptr) | cl::Image3D | inline |
Image3D() | cl::Image3D | inline |
Image3D(const cl_mem &image3D, bool retainObject=false) | cl::Image3D | inlineexplicit |
Image3DGL(const Context &context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int *err=nullptr) | cl::Image3DGL | inline |
Image3DGL() | cl::Image3DGL | inline |
Image3DGL(const cl_mem &image, bool retainObject=false) | cl::Image3DGL | inlineexplicit |
Memory() | cl::Memory | inline |
Memory(const cl_mem &memory, bool retainObject) | cl::Memory | inlineexplicit |
operator=(const cl_mem &rhs) | cl::Image3DGL | inline |
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=nullptr) | cl::Memory | inline |