Uses of Interface
org.lwjgl.opencl.api.Filter

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)
           
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.