Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list47 clGetContextInfo
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp55 #define clGetContextInfo clGetContextInfo_ macro
197 #undef clGetContextInfo
198 #define clGetContextInfo clGetContextInfo_pfn macro
329 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t,…
Dopencl_core_wrappers.hpp147 #undef clGetContextInfo
148 #define clGetContextInfo clGetContextInfo_fn macro
149 inline cl_int clGetContextInfo(cl_context p0, cl_context_info p1, size_t p2, void* p3, size_t* p4) … in clGetContextInfo() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp98 clGetContextInfo(cl_context ctx, cl_context_info param, in clGetContextInfo() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp405 cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*) =
407 …ruct DynamicFnEntry clGetContextInfo_definition = { "clGetContextInfo", (void**)&clGetContextInfo};
/external/mesa3d/include/CL/
Dcl.h497 clGetContextInfo(cl_context /* context */,
Dcl.hpp256 #define __GET_CONTEXT_INFO_ERR __ERR_STR(clGetContextInfo)
1480 detail::getInfo(&::clGetContextInfo, object_, name, param), in getInfo()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h633 clGetContextInfo(cl_context /* context */,
Dcl.hpp343 #define __GET_CONTEXT_INFO_ERR __ERR_STR(clGetContextInfo)
1707 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion()
1711 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion()
2557 detail::getInfo(&::clGetContextInfo, object_, name, param), in getInfo()