Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow.cpp367 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvSetOpenGlDrawCallback()
372 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvSetOpenGlContext()
377 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support"); in cvUpdateWindow()
Dwindow_gtk.cpp1048 CV_ERROR( CV_OpenGlNotSupported, "Library was built without OpenGL support" ); in cvNamedWindow()
1133 CV_ERROR( CV_OpenGlNotSupported, "Window doesn't support OpenGL" ); in cvSetOpenGlContext()
1181 CV_ERROR( CV_OpenGlNotSupported, "Window was created without OpenGL context" ); in cvSetOpenGlDrawCallback()
Dwindow_QT.cpp1605 CV_Error( CV_OpenGlNotSupported, "Library was built without OpenGL support" ); in CvWindow()
2441 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in setOpenGlDrawCallback()
2447 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in makeCurrentOpenGlContext()
2453 CV_Error(CV_OpenGlNotSupported, "Window doesn't support OpenGL"); in updateGl()
Dwindow_w32.cpp763 CV_ERROR( CV_OpenGlNotSupported, "Library was built without OpenGL support" ); in cvNamedWindow()
849 CV_ERROR( CV_OpenGlNotSupported, "Window doesn't support OpenGL" ); in cvSetOpenGlContext()
893 CV_ERROR( CV_OpenGlNotSupported, "Window was created without OpenGL context" ); in cvSetOpenGlDrawCallback()
/external/opencv3/modules/core/src/
Dsystem.cpp768 case CV_OpenGlNotSupported : return "No OpenGL support"; in cvErrorStr()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h169 CV_OpenGlNotSupported= -218, enumerator