mapHost           235 modules/core/include/opencv2/core/opengl.hpp     Mat mapHost(Access access);
mapHost           312 modules/core/src/opengl.cpp     void* mapHost(GLenum access);
mapHost           745 modules/core/src/opengl.cpp     return Mat(rows_, cols_, type_, impl_->mapHost(access));
mapHost           238 modules/cudaarithm/test/test_opengl.cpp     cv::Mat dst = buf.mapHost(cv::ogl::Buffer::READ_ONLY);
mapHost           251 modules/cudaarithm/test/test_opengl.cpp     cv::Mat dst = buf.mapHost(cv::ogl::Buffer::WRITE_ONLY);