Home
last modified time | relevance | path

Searched refs:clGetPlatformIDs (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dplatform.cpp34 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function
117 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
Ddispatch.cpp27 clGetPlatformIDs,
Dcontext.cpp73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
Ddispatch.hpp39 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformIDs)(
/external/libxcam/modules/ocl/
Dcl_device.cpp107 if (clGetPlatformIDs (1, &platform_id, &num_platform) != CL_SUCCESS) in init()
/external/ImageMagick/MagickCore/
Dopencl-private.h251 MAGICKpfn_clGetPlatformIDs clGetPlatformIDs;
Dopencl.c2262 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/
Dcl.h571 clGetPlatformIDs(cl_uint /* num_entries */,
Dcl.hpp255 #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()