HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CE_ExternalImage Class Reference

#include <CE_Context.h>

+ Inheritance diagram for CE_ExternalImage:

Public Member Functions

 CE_ExternalImage (const cl::Context &context, cl_mem_flags flags, const cl_image_format *format, const cl_image_desc *desc, SYS_Handle handle, cl_int *err=nullptr)
 
 CE_ExternalImage ()
 
- 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
 
- Public Member Functions inherited from cl::Memory
 Memory ()
 
 Memory (const Memory &memory)
 
 Memory (const cl_mem &memory)
 
Memoryoperator= (const Memory &rhs)
 
Memoryoperator= (const cl_mem &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 cl_type &obj)
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const cl_type &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Additional Inherited Members

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

Detailed Description

An OpenCL image that is backed by external memory, similar to CE_ExternalBuffer.

Definition at line 67 of file CE_Context.h.

Constructor & Destructor Documentation

CE_ExternalImage::CE_ExternalImage ( const cl::Context context,
cl_mem_flags  flags,
const cl_image_format format,
const cl_image_desc *  desc,
SYS_Handle  handle,
cl_int err = nullptr 
)
CE_ExternalImage::CE_ExternalImage ( )
inline

Definition at line 78 of file CE_Context.h.


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