format_           616 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE)
format_           622 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE)
format_           941 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D() : rows_(0), cols_(0), format_(NONE)
format_           950 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE)
format_           967 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE)
format_           983 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(InputArray arr, bool autoRelease) : rows_(0), cols_(0), format_(NONE)