Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/test/
Dtest_opengl.cpp127 EXPECT_EQ(buf_gold.bufId(), buf.bufId()); in CUDA_TEST_P()
178 EXPECT_NE(buf_gold.bufId(), buf.bufId()); in CUDA_TEST_P()
208 EXPECT_NE(buf.bufId(), dst.bufId()); in CUDA_TEST_P()
224 EXPECT_NE(buf.bufId(), dst.bufId()); in CUDA_TEST_P()
/external/opencv3/modules/core/src/
Dopengl.cpp301 Impl(GLuint bufId, bool autoRelease);
325 GLuint bufId() const { return bufId_; } in bufId() function in cv::ogl::Buffer::Impl
593 impl_->copyFrom(buf.bufId(), asize.area() * CV_ELEM_SIZE(atype)); in copyFrom()
818 unsigned int cv::ogl::Buffer::bufId() const in bufId() function in cv::ogl::Buffer
824 return impl_->bufId(); in bufId()
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp269 unsigned int bufId() const;