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

/external/swiftshader/tests/OGLSimpleCube/
H A DOGLSimpleCube.cpp54 HGLRC hGLRC; variable
211 hGLRC = wglCreateContext(hDC);
212 wglMakeCurrent(hDC, hGLRC);
235 wglDeleteContext(hGLRC);
246 if(hGLRC) {
248 wglDeleteContext(hGLRC);
258 if(hGLRC) {
266 if(hGLRC && hPalette && (HWND)wParam != hWnd) {
276 if(hGLRC && hPalette) {

Completed in 152 milliseconds