throw_no_ogl 58 modules/core/src/opengl.cpp inline void throw_no_ogl() { CV_Error(cv::Error::OpenGlNotSupported, "The library is compiled without OpenGL support"); } throw_no_ogl 60 modules/core/src/opengl.cpp inline void throw_no_ogl() { CV_Error(cv::Error::OpenGlApiCallError, "OpenGL context doesn't exist"); }