Searched refs:mapHost (Results 1 – 3 of 3) sorted by relevance
238 cv::Mat dst = buf.mapHost(cv::ogl::Buffer::READ_ONLY); in CUDA_TEST_P()251 cv::Mat dst = buf.mapHost(cv::ogl::Buffer::WRITE_ONLY); in CUDA_TEST_P()
312 void* mapHost(GLenum access);412 void* cv::ogl::Buffer::Impl::mapHost(GLenum access) in mapHost() function in cv::ogl::Buffer::Impl738 Mat cv::ogl::Buffer::mapHost(Access access) in mapHost() function in cv::ogl::Buffer745 return Mat(rows_, cols_, type_, impl_->mapHost(access)); in mapHost()
235 Mat mapHost(Access access);