Searched refs:fHGLRC (Results 1 – 2 of 2) sorted by relevance
70 fHGLRC = NULL; in SkOSWindow()78 if (fHGLRC) { in ~SkOSWindow()79 wglDeleteContext((HGLRC)fHGLRC); in ~SkOSWindow()345 if (NULL == fHGLRC) { in attachGL()346 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, in attachGL()348 if (NULL == fHGLRC) { in attachGL()356 if (wglMakeCurrent(dc, (HGLRC)fHGLRC)) { in attachGL()387 wglDeleteContext((HGLRC)fHGLRC); in detachGL()388 fHGLRC = NULL; in detachGL()697 if (fHGLRC) { in makeFullscreen()
99 void* fHGLRC; variable