Searched refs:clGetPlatformInfo (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 43 clGetPlatformInfo(cl_platform_id platform, cl_platform_info param_name, in clGetPlatformInfo() function
|
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 60 clGetPlatformInfo
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 68 #define clGetPlatformInfo clGetPlatformInfo_ macro 223 #undef clGetPlatformInfo 224 #define clGetPlatformInfo clGetPlatformInfo_pfn macro 342 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, s…
|
D | opencl_core_wrappers.hpp | 186 #undef clGetPlatformInfo 187 #define clGetPlatformInfo clGetPlatformInfo_fn macro 188 inline cl_int clGetPlatformInfo(cl_platform_id p0, cl_platform_info p1, size_t p2, void* p3, size_t… in clGetPlatformInfo() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 457 cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*) = 459 …t DynamicFnEntry clGetPlatformInfo_definition = { "clGetPlatformInfo", (void**)&clGetPlatformInfo};
|
/external/mesa3d/include/CL/ |
D | cl.h | 453 clGetPlatformInfo(cl_platform_id /* platform */,
|
D | cl.hpp | 253 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo) 1280 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 576 clGetPlatformInfo(cl_platform_id /* platform */,
|
D | cl.hpp | 340 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo) 1688 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion() 1690 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion() 2091 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 827 OCL_FUNC(cl_int, clGetPlatformInfo, 1705 …CV_OclDbgAssert(clGetPlatformInfo(handle, CL_PLATFORM_VENDOR, sizeof(buf), buf, &len) == CL_SUCCES… in init() 2304 …CV_OclDbgAssert(getStringInfo(clGetPlatformInfo, platforms[i], CL_PLATFORM_NAME, name) == CL_SUCCE… in selectOpenCLDevice() 5201 return clGetPlatformInfo(handle, prop, sizeof(buf)-16, buf, &sz) == CL_SUCCESS && in getStrProp()
|