Home
last modified time | relevance | path

Searched defs:atexId (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dopengl.cpp875 cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(auto… in Impl()
950 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoR… in Texture2D()
967 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : … in Texture2D()