Uses of Interface
com.jogamp.opencl.util.Filter

Packages that use Filter
com.jogamp.opencl   
com.jogamp.opencl.util   
 

Uses of Filter in com.jogamp.opencl
 

Methods in com.jogamp.opencl with parameters of type Filter
static CLPlatform CLPlatform.getDefault(Filter<CLPlatform>... filter)
          Returns the default OpenCL platform or null when no platform found.
static CLPlatform[] CLPlatform.listCLPlatforms(Filter<CLPlatform>... filter)
          Lists all available OpenCL implementations.
 

Uses of Filter in com.jogamp.opencl.util
 

Methods in com.jogamp.opencl.util that return Filter
static Filter<CLPlatform> CLPlatformFilters.extensions(String... extensions)
          Accepts all platforms containing devices of the given extensions.
static Filter<CLPlatform> CLPlatformFilters.type(CLDevice.Type type)
          Accepts all platforms containing devices of the given type.
static Filter<CLPlatform> CLPlatformFilters.version(CLVersion version)
          Accepts all platforms supporting at least the given OpenCL spec version.