Searched refs:clGetEventInfo (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 50 clGetEventInfo
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 58 #define clGetEventInfo clGetEventInfo_ macro 203 #undef clGetEventInfo 204 #define clGetEventInfo clGetEventInfo_pfn macro 332 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*…
|
D | opencl_core_wrappers.hpp | 156 #undef clGetEventInfo 157 #define clGetEventInfo clGetEventInfo_fn macro 158 inline cl_int clGetEventInfo(cl_event p0, cl_event_info p1, size_t p2, void* p3, size_t* p4) { retu… in clGetEventInfo() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | event.cpp | 91 clGetEventInfo(cl_event ev, cl_event_info param, in clGetEventInfo() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 417 cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*, size_t*) = 419 …nst struct DynamicFnEntry clGetEventInfo_definition = { "clGetEventInfo", (void**)&clGetEventInfo};
|
/external/mesa3d/include/CL/ |
D | cl.h | 727 clGetEventInfo(cl_event /* event */,
|
D | cl.hpp | 257 #define __GET_EVENT_INFO_ERR __ERR_STR(clGetEventInfo) 1556 detail::getInfo(&::clGetEventInfo, object_, name, param), in getInfo()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 868 clGetEventInfo(cl_event /* event */,
|
D | cl.hpp | 344 #define __GET_EVENT_INFO_ERR __ERR_STR(clGetEventInfo) 2710 detail::getInfo(&::clGetEventInfo, object_, name, param), in getInfo()
|