READ_ONLY 313 modules/core/include/opencv2/core/ocl.hpp { return KernelArg(PTR_ONLY+READ_ONLY, (UMat*)&m); } READ_ONLY 321 modules/core/include/opencv2/core/ocl.hpp { return KernelArg(READ_ONLY, (UMat*)&m, wscale, iwscale); } READ_ONLY 325 modules/core/include/opencv2/core/ocl.hpp { return KernelArg(READ_ONLY+NO_SIZE, (UMat*)&m, wscale, iwscale); } READ_ONLY 630 modules/core/src/gl_core_3_1.hpp READ_ONLY = 0x88B8, READ_ONLY 3286 modules/core/src/ocl.cpp int accessFlags = ((arg.flags & KernelArg::READ_ONLY) ? ACCESS_READ : 0) + READ_ONLY 238 modules/cudaarithm/test/test_opengl.cpp cv::Mat dst = buf.mapHost(cv::ogl::Buffer::READ_ONLY);