|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLImage | |
---|---|
com.jogamp.opencl | High level java bindings to OpenCL. |
com.jogamp.opencl.gl | High level java bindings, OpenCL-OpenGL interoperability. |
Uses of CLImage in com.jogamp.opencl |
---|
Subclasses of CLImage in com.jogamp.opencl | |
---|---|
class |
CLImage2d<B extends Buffer>
|
class |
CLImage3d<B extends Buffer>
|
Methods in com.jogamp.opencl with parameters of type CLImage | |
---|---|
CLCommandQueue |
CLCommandQueue.putCopyImage(CLImage<?> srcImage,
CLImage<?> dstImage,
int srcOriginX,
int srcOriginY,
int srcOriginZ,
int dstOriginX,
int dstOriginY,
int dstOriginZ,
int rangeX,
int rangeY,
int rangeZ,
CLEventList condition,
CLEventList events)
Calls clEnqueueCopyImage. |
CLCommandQueue |
CLCommandQueue.putCopyImage(CLImage<?> srcImage,
CLImage<?> dstImage,
int srcOriginX,
int srcOriginY,
int srcOriginZ,
int dstOriginX,
int dstOriginY,
int dstOriginZ,
int rangeX,
int rangeY,
int rangeZ,
CLEventList condition,
CLEventList events)
Calls clEnqueueCopyImage. |
Uses of CLImage in com.jogamp.opencl.gl |
---|
Subclasses of CLImage in com.jogamp.opencl.gl | |
---|---|
class |
CLGLImage2d<B extends Buffer>
2D OpenCL image representing an OpenGL renderbuffer. |
class |
CLGLTexture2d<B extends Buffer>
2D OpenCL image representing an 2D OpenGL texture. |
class |
CLGLTexture3d<B extends Buffer>
3D OpenCL image representing an 3D OpenGL texture. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |