WRITE_ONLY        311 modules/core/include/opencv2/core/ocl.hpp     { return KernelArg(PTR_ONLY+WRITE_ONLY, (UMat*)&m); }
WRITE_ONLY        323 modules/core/include/opencv2/core/ocl.hpp     { return KernelArg(WRITE_ONLY, (UMat*)&m, wscale, iwscale); }
WRITE_ONLY        327 modules/core/include/opencv2/core/ocl.hpp     { return KernelArg(WRITE_ONLY+NO_SIZE, (UMat*)&m, wscale, iwscale); }
WRITE_ONLY        631 modules/core/src/gl_core_3_1.hpp         WRITE_ONLY                       = 0x88B9,
WRITE_ONLY       3287 modules/core/src/ocl.cpp                           ((arg.flags & KernelArg::WRITE_ONLY) ? ACCESS_WRITE : 0);
WRITE_ONLY        251 modules/cudaarithm/test/test_opengl.cpp     cv::Mat dst = buf.mapHost(cv::ogl::Buffer::WRITE_ONLY);