Searched refs:clGetPlatformIDs (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/core/src/ |
D | directx.cpp | 248 cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); in initializeContextFromD3D11Device() 255 status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); in initializeContextFromD3D11Device() 356 cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); in initializeContextFromD3D10Device() 363 status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); in initializeContextFromD3D10Device() 464 cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); in initializeContextFromDirect3DDevice9Ex() 471 status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); in initializeContextFromDirect3DDevice9Ex() 574 cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); in initializeContextFromDirect3DDevice9() 581 status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); in initializeContextFromDirect3DDevice9()
|
D | ocl.cpp | 823 OCL_FUNC(cl_int, clGetPlatformIDs, 1466 g_isOpenCLAvailable = ::clGetPlatformIDs(0, NULL, &n) == CL_SUCCESS; in haveOpenCL() 1699 if( clGetPlatformIDs(1, &handle, &n) != CL_SUCCESS || n == 0 ) in init() 2289 CV_OclDbgAssert(clGetPlatformIDs(0, NULL, &numPlatforms) == CL_SUCCESS); in selectOpenCLDevice() 2294 CV_OclDbgAssert(clGetPlatformIDs(numPlatforms, &platforms[0], &numPlatforms) == CL_SUCCESS); in selectOpenCLDevice() 5276 CV_OclDbgAssert(clGetPlatformIDs(0, NULL, &numPlatforms) == CL_SUCCESS); in getPlatforms() 5285 CV_OclDbgAssert(clGetPlatformIDs(numPlatforms, &platforms[0], &numPlatforms) == CL_SUCCESS); in getPlatforms()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, in clGetPlatformIDs() function
|
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 59 clGetPlatformIDs
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 67 #define clGetPlatformIDs clGetPlatformIDs_ macro 221 #undef clGetPlatformIDs 222 #define clGetPlatformIDs clGetPlatformIDs_pfn macro 341 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*);
|
D | opencl_core_wrappers.hpp | 183 #undef clGetPlatformIDs 184 #define clGetPlatformIDs clGetPlatformIDs_fn macro 185 inline cl_int clGetPlatformIDs(cl_uint p0, cl_platform_id* p1, cl_uint* p2) { return clGetPlatformI… in clGetPlatformIDs() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 453 cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*) = 455 …ruct DynamicFnEntry clGetPlatformIDs_definition = { "clGetPlatformIDs", (void**)&clGetPlatformIDs};
|
/external/mesa3d/include/CL/ |
D | cl.h | 448 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()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 571 clGetPlatformIDs(cl_uint /* num_entries */,
|
D | cl.hpp | 342 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) 2226 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2233 err = ::clGetPlatformIDs(n, ids, NULL); in get() 2255 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2262 err = ::clGetPlatformIDs(n, ids, NULL); in get() 2280 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2290 err = ::clGetPlatformIDs(n, ids, NULL); in get()
|