Searched defs:abufId (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | opengl.cpp | 348 cv::ogl::Buffer::Impl::Impl(GLuint abufId, bool autoRelease) : bufId_(abufId), autoRelease_(autoRel… in Impl() 466 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : r… in Buffer() 483 cv::ogl::Buffer::Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease) : rows_(0), c… in Buffer()
|