Home
last modified time | relevance | path

Searched refs:mapHost (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaarithm/test/
Dtest_opengl.cpp238 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()
/external/opencv3/modules/core/src/
Dopengl.cpp312 void* mapHost(GLenum access);
412 void* cv::ogl::Buffer::Impl::mapHost(GLenum access) in mapHost() function in cv::ogl::Buffer::Impl
738 Mat cv::ogl::Buffer::mapHost(Access access) in mapHost() function in cv::ogl::Buffer
745 return Mat(rows_, cols_, type_, impl_->mapHost(access)); in mapHost()
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp235 Mat mapHost(Access access);