| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLContext |
JavaCL.createBestContext()
Creates an OpenCL context with the "best" device (see
JavaCL.getBestDevice()) |
static CLContext |
JavaCL.createBestContext(CLPlatform.DeviceFeature... preferredFeatures)
Creates an OpenCL context with the "best" device based on the comparison of the provided
prioritized device feature (see
JavaCL.getBestDevice(CLPlatform.DeviceFeature...)) |
static CLContext |
JavaCL.createContext(Map<CLPlatform.ContextProperties,Object> contextProperties,
CLDevice... devices)
Creates an OpenCL context formed of the provided devices.
|
CLContext |
CLPlatform.createContext(Map<CLPlatform.ContextProperties,Object> contextProperties,
CLDevice... devices)
Calls clCreateContext.
|
static CLContext |
JavaCL.createContextFromCurrentGL()
Creates an OpenCL context able to share entities with the current OpenGL context.
|
CLContext |
CLPlatform.createContextFromCurrentGL() |
CLContext |
CLPlatform.createGLCompatibleContext(CLDevice... devices)
Deprecated.
|
CLContext |
CLQueue.getContext() |
CLContext |
CLProgram.getContext()
Returns the context of this program
|
CLContext |
CLMem.getContext() |
| Modifier and Type | Method and Description |
|---|---|
CLQueue |
CLDevice.createOutOfOrderQueue(CLContext context) |
CLQueue |
CLDevice.createProfilingQueue(CLContext context) |
CLQueue |
CLDevice.createQueue(CLContext context,
CLDevice.QueueProperties... queueProperties)
Calls clCreateCommandQueue.
|
CLQueue |
CLDevice.createQueue(EnumSet<CLDevice.QueueProperties> queueProperties,
CLContext context)
Deprecated.
|
Copyright © 2009-2015. All Rights Reserved.