OpenCL C++ Bindings
Loading...
Searching...
No Matches
cl::Image3DGL Member List

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

getImageInfo(cl_image_info name, T *param) constcl::Imageinline
getImageInfo(cl_int *err=nullptr) constcl::Imageinline
getInfo(cl_mem_info name, T *param) constcl::Memoryinline
getInfo(cl_int *err=nullptr) constcl::Memoryinline
Image()cl::Imageinlineprotected
Image(const cl_mem &image, bool retainObject=false)cl::Imageinlineexplicitprotected
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::Image3Dinline
Image3D(const Context &context, const vector< cl_mem_properties > &properties, 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::Image3Dinline
Image3D()cl::Image3Dinline
Image3D(const cl_mem &image3D, bool retainObject=false)cl::Image3Dinlineexplicit
Image3DGL(const Context &context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int *err=nullptr)cl::Image3DGLinline
Image3DGL()cl::Image3DGLinline
Image3DGL(const cl_mem &image, bool retainObject=false)cl::Image3DGLinlineexplicit
Memory()cl::Memoryinline
Memory(const cl_mem &memory, bool retainObject)cl::Memoryinlineexplicit
operator=(const cl_mem &rhs)cl::Image3DGLinline
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=nullptr)cl::Memoryinline