Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list45 clFlush
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp53 #define clFlush clFlush_ macro
193 #undef clFlush
194 #define clFlush clFlush_pfn macro
327 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFlush)(cl_command_queue);
Dopencl_core_wrappers.hpp141 #undef clFlush
142 #define clFlush clFlush_fn macro
143 inline cl_int clFlush(cl_command_queue p0) { return clFlush_pfn(p0); } in clFlush() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dqueue.cpp96 clFlush(cl_command_queue q) { in clFlush() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp397 cl_int (CL_API_CALL*clFlush)(cl_command_queue) =
399 static const struct DynamicFnEntry clFlush_definition = { "clFlush", (void**)&clFlush};
/external/mesa3d/include/CL/
Dcl.h763 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp320 #define __FLUSH_ERR __ERR_STR(clFlush)
3107 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h904 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp426 #define __FLUSH_ERR __ERR_STR(clFlush)
6087 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
/external/opencv3/modules/core/src/
Docl.cpp1069 OCL_FUNC(cl_int, clFlush,
5649 CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS); in init()
5662 CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS); in init()