Searched refs:atexId (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/src/ |
D | opengl.cpp | 875 cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(auto… in Impl() argument 877 CV_Assert( gl::IsTexture(atexId) == gl::TRUE_ ); in Impl() 950 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoR… in Texture2D() argument 956 (void) atexId; in Texture2D() 960 impl_.reset(new Impl(atexId, autoRelease)); in Texture2D() 967 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : … in Texture2D() argument 972 (void) atexId; in Texture2D() 976 impl_.reset(new Impl(atexId, autoRelease)); in Texture2D()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | opengl.hpp | 303 Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease = false); 306 Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease = false);
|