Searched refs:CV_OpenGlNotSupported (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 367 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()
|
D | window_gtk.cpp | 1048 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()
|
D | window_QT.cpp | 1605 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()
|
D | window_w32.cpp | 763 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/ |
D | system.cpp | 768 case CV_OpenGlNotSupported : return "No OpenGL support"; in cvErrorStr()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 169 CV_OpenGlNotSupported= -218, enumerator
|