Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow.cpp328 CV_Error(cv::Error::OpenGlNotSupported, "The library is compiled without OpenGL support"); in imshow()
334 CV_Error(cv::Error::OpenGlNotSupported, "The window was created without OpenGL context"); in imshow()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp116 OpenGlNotSupported= -218, enumerator
/external/opencv3/modules/core/src/
Dopengl.cpp58 …inline void throw_no_ogl() { CV_Error(cv::Error::OpenGlNotSupported, "The library is compiled with… in throw_no_ogl()
Dgl_core_3_1.cpp148 CV_Error(cv::Error::OpenGlNotSupported, "The library is compiled without OpenGL support"); in IntGetProcAddress()
/external/opencv3/modules/java/src/
Dcore+Core.java103 OpenGlNotSupported = -218, field in Core