Searched refs:clGetPlatformIDs (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 34 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function 117 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
|
D | dispatch.cpp | 27 clGetPlatformIDs,
|
D | context.cpp | 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
|
D | dispatch.hpp | 39 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformIDs)(
|
/external/libxcam/modules/ocl/ |
D | cl_device.cpp | 107 if (clGetPlatformIDs (1, &platform_id, &num_platform) != CL_SUCCESS) in init()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 251 MAGICKpfn_clGetPlatformIDs clGetPlatformIDs;
|
D | opencl.c | 2262 if (openCL_library->clGetPlatformIDs(0,NULL,&number_platforms) != CL_SUCCESS) in LoadOpenCLDevices() 2270 if (openCL_library->clGetPlatformIDs(number_platforms,platforms,NULL) != CL_SUCCESS) in LoadOpenCLDevices() 2473 BIND(clGetPlatformIDs); in BindOpenCLFunctions()
|
/external/mesa3d/include/CL/ |
D | cl.h | 571 clGetPlatformIDs(cl_uint /* num_entries */,
|
D | cl.hpp | 255 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) 1394 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 1401 err = ::clGetPlatformIDs(n, ids, NULL); in get()
|