OpenCL C++ Bindings
|
This is the complete list of members for cl::Image2DGL, 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 |
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::Image2D | inline |
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::Image2D | inline |
Image2D(const Context &context, cl_channel_order order, const Image &sourceImage, cl_int *err=nullptr) | cl::Image2D | inline |
Image2D() | cl::Image2D | inline |
Image2D(const cl_mem &image2D, bool retainObject=false) | cl::Image2D | inlineexplicit |
Image2DGL(const Context &context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int *err=nullptr) | cl::Image2DGL | inline |
Image2DGL() | cl::Image2DGL | inline |
Image2DGL(const cl_mem &image, bool retainObject=false) | cl::Image2DGL | inlineexplicit |
Memory() | cl::Memory | inline |
Memory(const cl_mem &memory, bool retainObject) | cl::Memory | inlineexplicit |
operator=(const cl_mem &rhs) | cl::Image2DGL | inline |
setDestructorCallback(void(CL_CALLBACK *pfn_notify)(cl_mem, void *), void *user_data=nullptr) | cl::Memory | inline |