Searched defs:useGl (Results 1 - 3 of 3) sorted by relevance

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

Completed in 95 milliseconds