Home
last modified time | relevance | path

Searched refs:CV_OpenGlNotSupported (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow.cpp1103 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvSetOpenGlDrawCallback()
1108 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvSetOpenGlContext()
1113 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvUpdateWindow()
H A Dwindow_QT.cpp1668 CV_Error( CV_OpenGlNotSupported, "Library was built without OpenGL support" ); in CvWindow()
2587 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in setOpenGlDrawCallback()
2593 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in makeCurrentOpenGlContext()
2599 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in updateGl()
H A Dwindow_gtk.cpp1137 CV_Error( CV_OpenGlNotSupported, "Library was built without OpenGL support" ); in namedWindow_()
1221 CV_Error( CV_OpenGlNotSupported, "Window doesn't support OpenGL" ); in cvSetOpenGlContext()
1255 CV_Error( CV_OpenGlNotSupported, "Window was created without OpenGL context" ); in cvSetOpenGlDrawCallback()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h194 CV_OpenGlNotSupported= -218, /**< no OpenGL support */ enumerator
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp1294 case CV_OpenGlNotSupported : return "No OpenGL support"; in cvErrorStr()