Searched refs:fHGLRC (Results 1 – 2 of 2) sorted by relevance
55 fHGLRC = NULL; in SkOSWindow()63 if (fHGLRC) { in ~SkOSWindow()64 wglDeleteContext((HGLRC)fHGLRC); in ~SkOSWindow()333 if (NULL == fHGLRC) { in attachGL()334 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, in attachGL()336 if (NULL == fHGLRC) { in attachGL()344 if (wglMakeCurrent(dc, (HGLRC)fHGLRC)) { in attachGL()375 wglDeleteContext((HGLRC)fHGLRC); in detachGL()376 fHGLRC = NULL; in detachGL()
68 void* fHGLRC; variable