Home
last modified time | relevance | path

Searched refs:fHGLRC (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/views/win/
DSkOSWindow_win.cpp55 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()
/external/skia/include/views/
DSkOSWindow_Win.h68 void* fHGLRC; variable