|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Pre-defined filters. More...
Static Public Member Functions | |
| static Filter< CLDevice > | type (final CLDevice.Type... types) |
| Accepts all devices of the given type. More... | |
| static Filter< CLDevice > | byteOrder (final ByteOrder order) |
Accepts all devices of the given ByteOrder. More... | |
| static Filter< CLDevice > | glSharing () |
| Accepts all devices which support OpenGL-OpenCL interoperability. More... | |
| static Filter< CLDevice > | extension (final String... extensions) |
| Accepts all devices supporting the given extensions. More... | |
| static Filter< CLDevice > | queueMode (final Mode... modes) |
| Accepts all devices supporting the specified command queue modes. More... | |
Pre-defined filters.
Definition at line 44 of file CLDeviceFilters.java.
|
static |
Accepts all devices of the given ByteOrder.
Definition at line 64 of file CLDeviceFilters.java.
|
static |
Accepts all devices supporting the given extensions.
Definition at line 86 of file CLDeviceFilters.java.
Accepts all devices which support OpenGL-OpenCL interoperability.
Definition at line 75 of file CLDeviceFilters.java.
|
static |
Accepts all devices supporting the specified command queue modes.
Definition at line 98 of file CLDeviceFilters.java.
|
static |
Accepts all devices of the given type.
Definition at line 49 of file CLDeviceFilters.java.