|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
This is the complete list of members for com.jogamp.opencl.CLContext, including all inherited members.
| addCLErrorHandler(final CLErrorHandler handler) | com.jogamp.opencl.CLContext | |
| CLContext(final CLPlatform platform, final long contextID, final ErrorDispatcher dispatcher) | com.jogamp.opencl.CLContext | protected |
| CLObjectResource(final long ID) (defined in com.jogamp.opencl.CLObjectResource) | com.jogamp.opencl.CLObjectResource | |
| CLObjectResource(final CLContext context, final long ID) (defined in com.jogamp.opencl.CLObjectResource) | com.jogamp.opencl.CLObjectResource | |
| close() (defined in com.jogamp.opencl.CLObjectResource) | com.jogamp.opencl.CLObjectResource | |
| context | com.jogamp.opencl.CLObject | protected |
| create() | com.jogamp.opencl.CLContext | static |
| create(final Type... deviceTypes) | com.jogamp.opencl.CLContext | static |
| create(final CLPlatform platform) | com.jogamp.opencl.CLContext | static |
| create(CLPlatform platform, final Type... deviceTypes) | com.jogamp.opencl.CLContext | static |
| create(final CLDevice... devices) | com.jogamp.opencl.CLContext | static |
| createBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createBuffer(final int size, final int flags) | com.jogamp.opencl.CLContext | |
| createBuffer(final B directBuffer, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createBuffer(final B directBuffer, final int flags) | com.jogamp.opencl.CLContext | |
| createByteBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createByteBuffer(final int size, final int flags) | com.jogamp.opencl.CLContext | |
| createContext(final CLPlatform platform, final CLErrorHandler handler, final PointerBuffer properties, final CLDevice... devices) | com.jogamp.opencl.CLContext | protectedstatic |
| createContextFromType(final CLPlatform platform, final CLErrorHandler handler, final PointerBuffer properties, final long deviceType) | com.jogamp.opencl.CLContext | protectedstatic |
| createDoubleBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createErrorHandler() | com.jogamp.opencl.CLContext | protectedstatic |
| createFloatBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage2d(final int width, final int height, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage2d(final int width, final int height, final int rowPitch, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage2d(final B directBuffer, final int width, final int height, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage2d(final B directBuffer, final int width, final int height, final int rowPitch, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage3d(final int width, final int height, final int depth, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage3d(final int width, final int height, final int depth, final int rowPitch, final int slicePitch, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage3d(final B directBuffer, final int width, final int height, final int depth, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createImage3d(final B directBuffer, final int width, final int height, final int depth, final int rowPitch, final int slicePitch, final CLImageFormat format, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createIntBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createLongBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| createProgram(final String src) | com.jogamp.opencl.CLContext | |
| createProgram(final InputStream source) | com.jogamp.opencl.CLContext | |
| createProgram(final Map< CLDevice, byte[]> binaries) | com.jogamp.opencl.CLContext | |
| createSampler(final AddressingMode addrMode, final FilteringMode filtMode, final boolean normalizedCoords) | com.jogamp.opencl.CLContext | |
| createShortBuffer(final int size, final Mem... flags) | com.jogamp.opencl.CLContext | |
| devices | com.jogamp.opencl.CLContext | protected |
| equals(final Object obj) | com.jogamp.opencl.CLContext | |
| getCL() | com.jogamp.opencl.CLContext | |
| getContext() | com.jogamp.opencl.CLContext | |
| getDevices() | com.jogamp.opencl.CLContext | |
| getID() | com.jogamp.opencl.CLObject | |
| getMaxFlopsDevice() | com.jogamp.opencl.CLContext | |
| getMaxFlopsDevice(final CLDevice.Type type) | com.jogamp.opencl.CLContext | |
| getMaxMemBaseAddrAlign() | com.jogamp.opencl.CLContext | |
| getMemoryObjects() | com.jogamp.opencl.CLContext | |
| getPlatform() | com.jogamp.opencl.CLContext | |
| getPrograms() | com.jogamp.opencl.CLContext | |
| getSamplers() | com.jogamp.opencl.CLContext | |
| getSupportedImage2dFormats(final Mem... flags) | com.jogamp.opencl.CLContext | |
| getSupportedImage3dFormats(final Mem... flags) | com.jogamp.opencl.CLContext | |
| hashCode() | com.jogamp.opencl.CLContext | |
| ID | com.jogamp.opencl.CLObject | |
| isReleased() (defined in com.jogamp.opencl.CLObjectResource) | com.jogamp.opencl.CLObjectResource | |
| memoryObjects | com.jogamp.opencl.CLContext | protected |
| overrideContext(final CLDevice device) | com.jogamp.opencl.CLContext | protected |
| platform | com.jogamp.opencl.CLContext | protected |
| programs | com.jogamp.opencl.CLContext | protected |
| queuesMap | com.jogamp.opencl.CLContext | protected |
| release() | com.jogamp.opencl.CLContext | |
| removeCLErrorHandler(final CLErrorHandler handler) | com.jogamp.opencl.CLContext | |
| samplers | com.jogamp.opencl.CLContext | protected |
| toDeviceBitmap(final Type[] deviceTypes) | com.jogamp.opencl.CLContext | protectedstatic |
| toString() | com.jogamp.opencl.CLContext |