Searched refs:unmapDevice (Results 1 – 3 of 3) sorted by relevance
243 void unmapDevice();255 void unmapDevice(cuda::Stream& stream);
320 void unmapDevice(cudaStream_t stream = 0);448 void cv::ogl::Buffer::Impl::unmapDevice(cudaStream_t stream) in unmapDevice() function in cv::ogl::Buffer::Impl773 void cv::ogl::Buffer::unmapDevice() in unmapDevice() function in cv::ogl::Buffer781 impl_->unmapDevice(); in unmapDevice()803 void cv::ogl::Buffer::unmapDevice(cuda::Stream& stream) in unmapDevice() function in cv::ogl::Buffer813 impl_->unmapDevice(cuda::StreamAccessor::getStream(stream)); in unmapDevice()
272 buf.unmapDevice(); in CUDA_TEST_P()