Searched defs:autoRelease (Results 1 – 2 of 2) 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() 353 cv::ogl::Buffer::Impl::Impl(GLsizeiptr size, const GLvoid* data, GLenum target, bool autoRelease) :… 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() 499 cv::ogl::Buffer::Buffer(InputArray arr, Target target, bool autoRelease) : rows_(0), cols_(0), type… in Buffer() 531 void cv::ogl::Buffer::create(int arows, int acols, int atype, Target target, bool autoRelease) in create() 574 void cv::ogl::Buffer::copyFrom(InputArray arr, Target target, bool autoRelease) in copyFrom() 619 …id cv::ogl::Buffer::copyFrom(InputArray arr, cuda::Stream& stream, Target target, bool autoRelease) in copyFrom() 875 cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(auto… in Impl() 880 …, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels, bool autoRelease) : texId_(0),… in Impl() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | opengl.hpp | 542 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer() 548 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer() 554 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create() 616 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D() 622 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D() 628 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create()
|