Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
cl::Image2DGL Class Reference

2D image interface for GL interop. More...

#include <cl.hpp>

Inheritance diagram for cl::Image2DGL:
[legend]
Collaboration diagram for cl::Image2DGL:
[legend]

Public Member Functions

 Image2DGL (const Context &context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int *err=NULL)
 
 Image2DGL ()
 
 Image2DGL (const Image2DGL &image)
 
Image2DGLoperator= (const Image2DGL &rhs)
 
 Image2DGL (const Context &context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int *err=NULL)
 
 Image2DGL ()
 
 Image2DGL (const Image2DGL &image)
 
Image2DGLoperator= (const Image2DGL &rhs)
 
- Public Member Functions inherited from cl::Image2D
 Image2D (const Context &context, cl_mem_flags flags, ImageFormat format,::size_t width,::size_t height,::size_t row_pitch=0, void *host_ptr=NULL, cl_int *err=NULL)
 
 Image2D ()
 
 Image2D (const Image2D &image2D)
 
Image2Doperator= (const Image2D &rhs)
 
 Image2D (const Context &context, cl_mem_flags flags, ImageFormat format,::size_t width,::size_t height,::size_t row_pitch=0, void *host_ptr=NULL, cl_int *err=NULL)
 
 Image2D ()
 
 Image2D (const Image2D &image2D)
 
Image2Doperator= (const Image2D &rhs)
 
- Public Member Functions inherited from cl::Image
template<typename T >
cl_int getImageInfo (cl_image_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_image_info, name >::param_type getImageInfo (cl_int *err=NULL) const
 
template<typename T >
cl_int getImageInfo (cl_image_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_image_info, name >::param_type getImageInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::Memory
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_mem >
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 
 ~Wrapper ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Additional Inherited Members

- Public Types inherited from cl::detail::Wrapper< cl_mem >
typedef cl_mem cl_type
 
typedef cl_mem cl_type
 
- Protected Member Functions inherited from cl::Image
 Image ()
 
 Image (const Image &image)
 
Imageoperator= (const Image &rhs)
 
 Image ()
 
 Image (const Image &image)
 
Imageoperator= (const Image &rhs)
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_mem >
cl_int retain () const
 
cl_int retain () const
 
cl_int release () const
 
cl_int release () const
 
- Protected Attributes inherited from cl::detail::Wrapper< cl_mem >
cl_type object_
 

Detailed Description

2D image interface for GL interop.

Definition at line 2025 of file cl.hpp.

Constructor & Destructor Documentation

cl::Image2DGL::Image2DGL ( const Context context,
cl_mem_flags  flags,
GLenum  target,
GLint  miplevel,
GLuint  texobj,
cl_int *  err = NULL 
)
inline

Definition at line 2028 of file cl.hpp.

Here is the call graph for this function:

cl::Image2DGL::Image2DGL ( )
inline

Definition at line 2051 of file cl.hpp.

cl::Image2DGL::Image2DGL ( const Image2DGL image)
inline

Definition at line 2053 of file cl.hpp.

cl::Image2DGL::Image2DGL ( const Context context,
cl_mem_flags  flags,
GLenum  target,
GLint  miplevel,
GLuint  texobj,
cl_int *  err = NULL 
)
inline

Definition at line 2028 of file cl.hpp.

Here is the call graph for this function:

cl::Image2DGL::Image2DGL ( )
inline

Definition at line 2051 of file cl.hpp.

cl::Image2DGL::Image2DGL ( const Image2DGL image)
inline

Definition at line 2053 of file cl.hpp.

Member Function Documentation

Image2DGL& cl::Image2DGL::operator= ( const Image2DGL rhs)
inline

Definition at line 2055 of file cl.hpp.

Here is the call graph for this function:

Image2DGL& cl::Image2DGL::operator= ( const Image2DGL rhs)
inline

Definition at line 2055 of file cl.hpp.

Here is the call graph for this function:


The documentation for this class was generated from the following file: