- Author
- Michael Bien
Definition at line 49 of file CLUtil.java.
◆ clBoolean() [1/2]
| static int com.jogamp.opencl.util.CLUtil.clBoolean |
( |
final boolean |
b | ) |
|
|
static |
◆ clBoolean() [2/2]
| static boolean com.jogamp.opencl.util.CLUtil.clBoolean |
( |
final int |
clBoolean | ) |
|
|
static |
◆ clString2JavaString() [1/2]
| static String com.jogamp.opencl.util.CLUtil.clString2JavaString |
( |
final byte[] |
chars, |
|
|
int |
clLength |
|
) |
| |
|
static |
◆ clString2JavaString() [2/2]
| static String com.jogamp.opencl.util.CLUtil.clString2JavaString |
( |
final ByteBuffer |
chars, |
|
|
final int |
clLength |
|
) |
| |
|
static |
◆ obtainDeviceProperties()
| static Map< String, String > com.jogamp.opencl.util.CLUtil.obtainDeviceProperties |
( |
final CLDevice |
dev | ) |
|
|
static |
Reads all device properties and returns them as key-value map.
Definition at line 94 of file CLUtil.java.
◆ obtainPlatformProperties()
| static Map< String, String > com.jogamp.opencl.util.CLUtil.obtainPlatformProperties |
( |
final CLPlatform |
platform | ) |
|
|
static |
Reads all platform properties and returns them as key-value map.
Definition at line 87 of file CLUtil.java.
The documentation for this class was generated from the following file: