|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Pre-defined filters. More...
Static Public Member Functions | |
| static Filter< CLPlatform > | version (final CLVersion version) |
| Accepts all platforms supporting at least the given OpenCL spec version. More... | |
| static Filter< CLPlatform > | type (final CLDevice.Type type) |
| Accepts all platforms containing devices of the given type. More... | |
| static Filter< CLPlatform > | glSharing () |
| Accepts all platforms containing at least one devices of which supports OpenGL-OpenCL interoperability. More... | |
| static Filter< CLPlatform > | glSharing (final GLContext context) |
| Accepts all with the given OpenGL context compatible platforms containing at least one devices of which supports OpenGL-OpenCL interoperability. More... | |
| static Filter< CLPlatform > | extension (final String... extensions) |
| Accepts all platforms supporting the given extensions. More... | |
| static Filter< CLPlatform > | queueMode (final Mode... modes) |
| Accepts all platforms containing at least one devices supporting the specified command queue modes. More... | |
Pre-defined filters.
Definition at line 45 of file CLPlatformFilters.java.
|
static |
Accepts all platforms supporting the given extensions.
Definition at line 119 of file CLPlatformFilters.java.
|
static |
Accepts all platforms containing at least one devices of which supports OpenGL-OpenCL interoperability.
Definition at line 72 of file CLPlatformFilters.java.
|
static |
Accepts all with the given OpenGL context compatible platforms containing at least one devices of which supports OpenGL-OpenCL interoperability.
Definition at line 91 of file CLPlatformFilters.java.
|
static |
Accepts all platforms containing at least one devices supporting the specified command queue modes.
Definition at line 130 of file CLPlatformFilters.java.
|
static |
Accepts all platforms containing devices of the given type.
Definition at line 61 of file CLPlatformFilters.java.
|
static |
Accepts all platforms supporting at least the given OpenCL spec version.
Definition at line 50 of file CLPlatformFilters.java.