Searched refs:hGLRC (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow_w32.cpp184 HGLRC hGLRC; member in struct:CvWindow
592 void createGlContext(HWND hWnd, HDC& hGLDC, HGLRC& hGLRC, bool& useGl) argument
635 hGLRC = wglCreateContext(hGLDC);
636 if (!hGLRC)
639 if (!wglMakeCurrent(hGLDC, hGLRC))
653 if (window->hGLRC)
655 wglDeleteContext(window->hGLRC);
656 window->hGLRC = NULL;
676 if (!wglMakeCurrent(window->dc, window->hGLRC))
696 if (!wglMakeCurrent(window->dc, window->hGLRC))
723 HGLRC hGLRC; local
[all...]

Completed in 6401 milliseconds