Searched refs:clSetUserEventStatus (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 85 clSetUserEventStatus
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 93 #define clSetUserEventStatus clSetUserEventStatus_ macro 273 #undef clSetUserEventStatus 274 #define clSetUserEventStatus clSetUserEventStatus_pfn macro 367 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetUserEventStatus)(cl_event, cl_int);
|
D | opencl_core_wrappers.hpp | 261 #undef clSetUserEventStatus 262 #define clSetUserEventStatus clSetUserEventStatus_fn macro 263 inline cl_int clSetUserEventStatus(cl_event p0, cl_int p1) { return clSetUserEventStatus_pfn(p0, p1… in clSetUserEventStatus() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | event.cpp | 42 clSetUserEventStatus(cl_event ev, cl_int status) { in clSetUserEventStatus() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 557 cl_int (CL_API_CALL*clSetUserEventStatus)(cl_event, cl_int) = 559 …FnEntry clSetUserEventStatus_definition = { "clSetUserEventStatus", (void**)&clSetUserEventStatus};
|
/external/mesa3d/include/CL/ |
D | cl.h | 744 clSetUserEventStatus(cl_event /* event */,
|
D | cl.hpp | 281 #define __SET_USER_EVENT_STATUS_ERR __ERR_STR(clSetUserEventStatus) 1666 ::clSetUserEventStatus(object_,status), in setStatus()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 885 clSetUserEventStatus(cl_event /* event */,
|
D | cl.hpp | 377 #define __SET_USER_EVENT_STATUS_ERR __ERR_STR(clSetUserEventStatus) 2845 ::clSetUserEventStatus(object_,status), in setStatus()
|