Home
last modified time | relevance | path

Searched refs:useGl (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp183 bool useGl; member
576 result = window->useGl; in cvGetOpenGlProp_W32()
592 void createGlContext(HWND hWnd, HDC& hGLDC, HGLRC& hGLRC, bool& useGl) in createGlContext() argument
598 useGl = false; in createGlContext()
642 useGl = true; in createGlContext()
665 window->useGl = false; in releaseGlContext()
721 bool useGl; in cvNamedWindow() local
765 useGl = false; in cvNamedWindow()
770 createGlContext(hWnd, hGLDC, hGLRC, useGl); in cvNamedWindow()
789 if (!useGl) in cvNamedWindow()
[all …]
Dwindow.cpp278 const double useGl = getWindowProperty(winname, WND_PROP_OPENGL); in imshow() local
281 if (useGl <= 0) in imshow()
330 const double useGl = getWindowProperty(winname, WND_PROP_OPENGL); in imshow()
332 if (useGl <= 0) in imshow()
Dwindow_gtk.cpp544 bool useGl; member
824 result = window->useGl; in cvGetOpenGlProp_GTK()
858 window->useGl = true; in createGlContext()
901 if (window->useGl) in cvImageWidget_draw()
949 if (window->useGl) in cvImageWidget_expose()
1102 if (window->useGl) in cvNamedWindow()
1132 if (!window->useGl) in cvSetOpenGlContext()
1180 if (!window->useGl) in cvSetOpenGlDrawCallback()
1305 if (window->useGl) in cvShowImage()