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

This is the complete list of members for cl::Image2D, 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
Image2D(const Context &context, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type row_pitch=0, void *host_ptr=nullptr, cl_int *err=nullptr)cl::Image2Dinline
Image2D(const Context &context, ImageFormat format, const Buffer &sourceBuffer, size_type width, size_type height, size_type row_pitch=0, cl_int *err=nullptr)cl::Image2Dinline
Image2D(const Context &context, cl_channel_order order, const Image &sourceImage, cl_int *err=nullptr)cl::Image2Dinline
Image2D(const Context &context, const vector< cl_mem_properties > &properties, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type row_pitch=0, void *host_ptr=nullptr, cl_int *err=nullptr)cl::Image2Dinline
Image2D(const Context &context, const vector< cl_mem_properties > &properties, cl_mem_flags flags, ImageFormat format, const Buffer &buffer, size_type width, size_type height, size_type row_pitch=0, cl_int *err=nullptr)cl::Image2Dinline
Image2D()cl::Image2Dinline
Image2D(const cl_mem &image2D, bool retainObject=false)cl::Image2Dinlineexplicit
Memory()cl::Memoryinline
Memory(const cl_mem &memory, bool retainObject)cl::Memoryinlineexplicit
operator=(const cl_mem &rhs)cl::Image2Dinline
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=nullptr)cl::Memoryinline