Uses of Class
com.jogamp.opencl.CLImage.CLImageInfoAccessor

Packages that use CLImage.CLImageInfoAccessor
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.gl High level java bindings, OpenCL-OpenGL interoperability. 
 

Uses of CLImage.CLImageInfoAccessor in com.jogamp.opencl
 

Constructors in com.jogamp.opencl with parameters of type CLImage.CLImageInfoAccessor
CLImage(CLContext context, B directBuffer, CLImageFormat format, CLImage.CLImageInfoAccessor accessor, int width, int height, long id, int flags)
           
CLImage2d(CLContext context, B directBuffer, CLImageFormat format, CLImage.CLImageInfoAccessor accessor, int width, int height, long id, int flags)
           
CLImage3d(CLContext context, B directBuffer, CLImageFormat format, CLImage.CLImageInfoAccessor accessor, int width, int height, int depth, long id, int flags)
           
 

Uses of CLImage.CLImageInfoAccessor in com.jogamp.opencl.gl
 

Constructors in com.jogamp.opencl.gl with parameters of type CLImage.CLImageInfoAccessor
CLGLImage2d(CLContext context, B directBuffer, CLImageFormat format, CLImage.CLImageInfoAccessor accessor, int width, int height, long id, int glid, int flags)
           
CLGLTexture2d(CLContext context, B directBuffer, CLImageFormat format, CLImage.CLImageInfoAccessor accessor, int target, int mipLevel, int width, int height, long id, int glid, int flags)