|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| org.lwjgl.opencl | |
| Uses of Filter in org.lwjgl.opencl |
|---|
| Methods in org.lwjgl.opencl with parameters of type Filter | |
|---|---|
java.util.List<CLDevice> |
CLPlatform.getDevices(int device_type,
Filter<CLDevice> filter)
Returns a list of the available devices on this platform that match the specified type, filtered by the specified filter. |
static java.util.List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter)
Returns a list of the available platforms, filtered by the specified filter. |
java.util.List<CLImageFormat> |
CLContext.getSupportedImageFormats(long flags,
int image_type,
Filter<CLImageFormat> filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||