Home
last modified time | relevance | path

Searched refs:clGetPlatformInfo (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dplatform.cpp43 clGetPlatformInfo(cl_platform_id platform, cl_platform_info param_name, in clGetPlatformInfo() function
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list60 clGetPlatformInfo
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp68 #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…
Dopencl_core_wrappers.hpp186 #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/
Dopencl_core_impl.hpp457 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/
Dcl.h453 clGetPlatformInfo(cl_platform_id /* platform */,
Dcl.hpp253 #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/
Dcl.h576 clGetPlatformInfo(cl_platform_id /* platform */,
Dcl.hpp340 #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/
Docl.cpp827 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()