public static class JavaCL.OpenCLProbeLibrary extends Object
| Constructor and Description |
|---|
OpenCLProbeLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static int |
clGetPlatformIDs(int cl_uint1,
Pointer<com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id> cl_platform_idPtr1,
Pointer<Integer> cl_uintPtr1) |
static int |
clGetPlatformInfo(long cl_platform_id1,
int cl_platform_info1,
long size_t1,
long voidPtr1,
long size_tPtr1) |
static int |
clIcdGetPlatformIDsKHR(int cl_uint1,
Pointer<com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id> cl_platform_idPtr1,
Pointer<Integer> cl_uintPtr1) |
static boolean |
hasOpenCL1_0() |
static boolean |
isOpenCL1_0(com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id platform) |
static boolean |
isValid() |
public OpenCLProbeLibrary()
public static int clGetPlatformIDs(int cl_uint1, Pointer<com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id> cl_platform_idPtr1, Pointer<Integer> cl_uintPtr1)
public static int clIcdGetPlatformIDsKHR(int cl_uint1, Pointer<com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id> cl_platform_idPtr1, Pointer<Integer> cl_uintPtr1)
public static int clGetPlatformInfo(long cl_platform_id1, int cl_platform_info1, long size_t1, long voidPtr1, long size_tPtr1)
public static boolean hasOpenCL1_0()
public static boolean isOpenCL1_0(com.nativelibs4java.opencl.library.IOpenCLLibrary.cl_platform_id platform)
public static boolean isValid()
Copyright © 2009-2015. All Rights Reserved.