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

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

Completed in 100 milliseconds