| Package | Description |
|---|---|
| org.lwjgl.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLPlatform |
CLPlatform.getCLPlatform(long id)
Returns a CLPlatform with the specified id.
|
CLPlatform |
CLDevice.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CLPlatform> |
CLPlatform.getPlatforms()
Returns a list of all the available platforms.
|
static java.util.List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter)
Returns a list of the available platforms, filtered by the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
CL10.clGetDeviceIDs(CLPlatform platform,
long device_type,
PointerBuffer devices,
java.nio.IntBuffer num_devices) |
static int |
CL10.clGetPlatformInfo(CLPlatform platform,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
static int |
CL12.clUnloadPlatformCompiler(CLPlatform platform) |
static CLContext |
CLContext.create(CLPlatform platform,
java.util.List<CLDevice> devices,
CLContextCallback pfn_notify,
Drawable share_drawable,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLContext |
CLContext.create(CLPlatform platform,
java.util.List<CLDevice> devices,
CLContextCallback pfn_notify,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLContext |
CLContext.create(CLPlatform platform,
java.util.List<CLDevice> devices,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLContext |
CLContext.createFromType(CLPlatform platform,
long device_type,
CLContextCallback pfn_notify,
Drawable share_drawable,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLContext |
CLContext.createFromType(CLPlatform platform,
long device_type,
CLContextCallback pfn_notify,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLContext |
CLContext.createFromType(CLPlatform platform,
long device_type,
java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
|
static CLPlatformCapabilities |
CLCapabilities.getPlatformCapabilities(CLPlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter)
Returns a list of the available platforms, filtered by the specified filter.
|
| Constructor and Description |
|---|
CLPlatformCapabilities(CLPlatform platform) |
Copyright © 2002-2010 lwjgl.org. All Rights Reserved.