Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp243 void unmapDevice();
255 void unmapDevice(cuda::Stream& stream);
/external/opencv3/modules/core/src/
Dopengl.cpp320 void unmapDevice(cudaStream_t stream = 0);
448 void cv::ogl::Buffer::Impl::unmapDevice(cudaStream_t stream) in unmapDevice() function in cv::ogl::Buffer::Impl
773 void cv::ogl::Buffer::unmapDevice() in unmapDevice() function in cv::ogl::Buffer
781 impl_->unmapDevice(); in unmapDevice()
803 void cv::ogl::Buffer::unmapDevice(cuda::Stream& stream) in unmapDevice() function in cv::ogl::Buffer
813 impl_->unmapDevice(cuda::StreamAccessor::getStream(stream)); in unmapDevice()
/external/opencv3/modules/cudaarithm/test/
Dtest_opengl.cpp272 buf.unmapDevice(); in CUDA_TEST_P()