Home
last modified time | relevance | path

Searched refs:abufId (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dopengl.cpp348 cv::ogl::Buffer::Impl::Impl(GLuint abufId, bool autoRelease) : bufId_(abufId), autoRelease_(autoRel… in Impl() argument
350 CV_Assert( gl::IsBuffer(abufId) == gl::TRUE_ ); in Impl()
466 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : r… in Buffer() argument
472 (void) abufId; in Buffer()
476 impl_.reset(new Impl(abufId, autoRelease)); in Buffer()
483 cv::ogl::Buffer::Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease) : rows_(0), c… in Buffer() argument
488 (void) abufId; in Buffer()
492 impl_.reset(new Impl(abufId, autoRelease)); in Buffer()
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp112 Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease = false);
120 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false);