Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dopengl.cpp323 void setAutoRelease(bool flag) { autoRelease_ = flag; } in setAutoRelease()
331 bool autoRelease_; member in cv::ogl::Buffer::Impl
344 cv::ogl::Buffer::Impl::Impl() : bufId_(0), autoRelease_(false) in Impl()
348 cv::ogl::Buffer::Impl::Impl(GLuint abufId, bool autoRelease) : bufId_(abufId), autoRelease_(autoRel… in Impl()
353 …r size, const GLvoid* data, GLenum target, bool autoRelease) : bufId_(0), autoRelease_(autoRelease) in Impl()
372 if (autoRelease_ && bufId_) in ~Impl()
854 void setAutoRelease(bool flag) { autoRelease_ = flag; } in setAutoRelease()
862 bool autoRelease_; member in cv::ogl::Texture2D::Impl
871 cv::ogl::Texture2D::Impl::Impl() : texId_(0), autoRelease_(false) in Impl()
875 cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(auto… in Impl()
[all …]