|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLGLContext | |
---|---|
com.jogamp.opencl.gl | High level java bindings, OpenCL-OpenGL interoperability. |
Uses of CLGLContext in com.jogamp.opencl.gl |
---|
Methods in com.jogamp.opencl.gl that return CLGLContext | |
---|---|
static CLGLContext |
CLGLContext.create(GLContext glContext)
Creates a shared context on all available devices (CL_DEVICE_TYPE_ALL). |
static CLGLContext |
CLGLContext.create(GLContext glContext,
CLDevice... devices)
Creates a shared context on the specified platform and with the specified devices. |
static CLGLContext |
CLGLContext.create(GLContext glContext,
CLDevice.Type... deviceTypes)
Creates a shared context on the specified platform and with the specified device types. |
static CLGLContext |
CLGLContext.create(GLContext glContext,
CLPlatform platform)
Creates a shared context on the specified platform on all available devices (CL_DEVICE_TYPE_ALL). |
static CLGLContext |
CLGLContext.create(GLContext glContext,
CLPlatform platform,
CLDevice.Type... deviceTypes)
Creates a shared context on the specified platform and with the specified device types. |
CLGLContext |
CLGLBuffer.getContext()
|
CLGLContext |
CLGLContext.getContext()
|
CLGLContext |
CLGLImage2d.getContext()
|
CLGLContext |
CLGLObject.getContext()
Returns the OpenCL context of this shared object. |
CLGLContext |
CLGLTexture3d.getContext()
Returns the shared CLGLContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |