HomeSort by relevance Sort by last modified time
    Searched refs:CV_OpenGlNotSupported (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/highgui/src/
window.cpp 367 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support");
372 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support");
377 CV_Error(CV_OpenGlNotSupported, "The library is compiled without OpenGL support");
window_gtk.cpp 1048 CV_ERROR( CV_OpenGlNotSupported, "Library was built without OpenGL support" );
    [all...]
window_QT.cpp     [all...]
window_w32.cpp 763 CV_ERROR( CV_OpenGlNotSupported, "Library was built without OpenGL support" );
849 CV_ERROR( CV_OpenGlNotSupported, "Window doesn't support OpenGL" );
893 CV_ERROR( CV_OpenGlNotSupported, "Window was created without OpenGL context" );
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 768 case CV_OpenGlNotSupported : return "No OpenGL support";
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 169 CV_OpenGlNotSupported= -218,
    [all...]

Completed in 178 milliseconds