clEnqueueCopyImageToBuffer 1049 3rdparty/include/opencl/1.2/CL/cl.h clEnqueueCopyImageToBuffer(cl_command_queue /* command_queue */,
clEnqueueCopyImageToBuffer  408 3rdparty/include/opencl/1.2/CL/cl.hpp #define __ENQUEUE_COPY_IMAGE_TO_BUFFER_ERR  __ERR_STR(clEnqueueCopyImageToBuffer)
clEnqueueCopyImageToBuffer 5633 3rdparty/include/opencl/1.2/CL/cl.hpp             ::clEnqueueCopyImageToBuffer(
clEnqueueCopyImageToBuffer  307 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyImageToBuffer)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, size_t, cl_uint, const cl_event*, cl_event*);
clEnqueueCopyImageToBuffer  805 modules/core/src/directx.cpp     status = clEnqueueCopyImageToBuffer(q, clImage, clBuffer, src_origin, region, offset, 0, NULL, NULL);
clEnqueueCopyImageToBuffer  953 modules/core/src/directx.cpp     status = clEnqueueCopyImageToBuffer(q, clImage, clBuffer, src_origin, region, offset, 0, NULL, NULL);
clEnqueueCopyImageToBuffer 1114 modules/core/src/directx.cpp     status = clEnqueueCopyImageToBuffer(q, clImage, clBuffer, src_origin, region, offset, 0, NULL, NULL);
clEnqueueCopyImageToBuffer  317 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clEnqueueCopyImageToBuffer)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, size_t, cl_uint, const cl_event*, cl_event*) =
clEnqueueCopyImageToBuffer  319 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clEnqueueCopyImageToBuffer_definition = { "clEnqueueCopyImageToBuffer", (void**)&clEnqueueCopyImageToBuffer};