|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jogamp.opencl.util.CLDeviceFilters
public class CLDeviceFilters
Pre-defined filters.
CLPlatform.listCLDevices(com.jogamp.opencl.util.Filter[]),
CLPlatform.getMaxFlopsDevice(com.jogamp.opencl.util.Filter[])| Constructor Summary | |
|---|---|
CLDeviceFilters()
|
|
| Method Summary | |
|---|---|
static Filter<CLDevice> |
byteOrder(ByteOrder order)
Accepts all devices of the given ByteOrder. |
static Filter<CLDevice> |
extension(String... extensions)
Accepts all devices supporting the given extensions. |
static Filter<CLDevice> |
glSharing()
Accepts all devices which support OpenGL-OpenCL interoparability. |
static Filter<CLDevice> |
queueMode(CLCommandQueue.Mode... modes)
Accepts all devices supporting the specified command queue modes. |
static Filter<CLDevice> |
type(CLDevice.Type... types)
Accepts all devices of the given type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CLDeviceFilters()
| Method Detail |
|---|
public static Filter<CLDevice> type(CLDevice.Type... types)
public static Filter<CLDevice> byteOrder(ByteOrder order)
ByteOrder.
public static Filter<CLDevice> glSharing()
public static Filter<CLDevice> extension(String... extensions)
public static Filter<CLDevice> queueMode(CLCommandQueue.Mode... modes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||