Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_w32.cpp713 CV_Error(Error::OpenGlApiCallError, "Can't Activate The GL Rendering Context"); in getPropVsync_()
766 CV_Error(Error::OpenGlApiCallError, "Can't Activate The GL Rendering Context"); in setPropVsync_()
776 CV_Error(Error::OpenGlApiCallError, "Can't get WGL extensions string"); in setPropVsync_()
931 CV_Error(Error::OpenGlApiCallError, "Can't Create A GL Device Context"); in createGlContext()
935 CV_Error(Error::OpenGlApiCallError, "Can't Find A Suitable PixelFormat"); in createGlContext()
938 CV_Error(Error::OpenGlApiCallError, "Can't Set The PixelFormat"); in createGlContext()
942 CV_Error(Error::OpenGlApiCallError, "Can't Create A GL Rendering Context"); in createGlContext()
945 CV_Error(Error::OpenGlApiCallError, "Can't Activate The GL Rendering Context"); in createGlContext()
978 CV_Error(Error::OpenGlApiCallError, "Can't Activate The GL Rendering Context"); in drawGl()
986 CV_Error(Error::OpenGlApiCallError, "Can't swap OpenGL buffers"); in drawGl()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dbase.hpp119 OpenGlApiCallError= -219, //!< OpenGL API call error enumerator
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Ddynafu.cpp40 CV_Error(cv::Error::OpenGlApiCallError, cv::format("Can't load OpenGL extension [%s]", name) ); in _wglGetProcAddress()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dopengl.cpp96 cv::error(Error::OpenGlApiCallError, func, msg, file, line);
H A Dgl_core_3_1.cpp141 … CV_Error(cv::Error::OpenGlApiCallError, cv::format("Can't load OpenGL extension [%s]", name) ); in IntGetProcAddress()