clFlush           904 3rdparty/include/opencl/1.2/CL/cl.h clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
clFlush           426 3rdparty/include/opencl/1.2/CL/cl.hpp #define __FLUSH_ERR                         __ERR_STR(clFlush)
clFlush          6087 3rdparty/include/opencl/1.2/CL/cl.hpp         return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
clFlush           327 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFlush)(cl_command_queue);
clFlush          1069 modules/core/src/ocl.cpp  OCL_FUNC(cl_int, clFlush,
clFlush          5649 modules/core/src/ocl.cpp             CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS);
clFlush          5662 modules/core/src/ocl.cpp                 CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS);
clFlush           397 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clFlush)(cl_command_queue) =
clFlush           399 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clFlush_definition = { "clFlush", (void**)&clFlush};