|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jogamp.opencl.util.CLPlatformFilters
public class CLPlatformFilters
Pre-defined filters.
CLPlatform.getDefault(com.jogamp.opencl.util.Filter[]),
CLPlatform.listCLPlatforms(com.jogamp.opencl.util.Filter[])| Constructor Summary | |
|---|---|
CLPlatformFilters()
|
|
| Method Summary | |
|---|---|
static Filter<CLPlatform> |
extension(String... extensions)
Accepts all platforms supporting the given extensions. |
static Filter<CLPlatform> |
glSharing()
Accepts all platforms containing at least one devices of which supports OpenGL-OpenCL interoparability. |
static Filter<CLPlatform> |
glSharing(GLContext context)
Accepts all with the given OpenGL context compatible platforms containing at least one devices of which supports OpenGL-OpenCL interoparability. |
static Filter<CLPlatform> |
queueMode(CLCommandQueue.Mode... modes)
Accepts all platforms containing at least one devices supporting the specified command queue modes. |
static Filter<CLPlatform> |
type(CLDevice.Type type)
Accepts all platforms containing devices of the given type. |
static Filter<CLPlatform> |
version(CLVersion version)
Accepts all platforms supporting at least the given OpenCL spec version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CLPlatformFilters()
| Method Detail |
|---|
public static Filter<CLPlatform> version(CLVersion version)
public static Filter<CLPlatform> type(CLDevice.Type type)
public static Filter<CLPlatform> glSharing()
public static Filter<CLPlatform> glSharing(GLContext context)
public static Filter<CLPlatform> extension(String... extensions)
public static Filter<CLPlatform> queueMode(CLCommandQueue.Mode... modes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||