Lines Matching refs:HGLRC
74 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
75 HGLRC hShareContext, in createContextAttribs()
247 HGLRC prevGLRC = wglGetCurrentContext(); in SkWGLExtensions()
265 HGLRC dummyGLRC = wglCreateContext(dummyDC); in SkWGLExtensions()
337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context()
338 HGLRC shareContext) { in create_gl_context()
340 HGLRC prevGLRC = wglGetCurrentContext(); in create_gl_context()
342 HGLRC glrc = nullptr; in create_gl_context()
407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
408 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
435 HGLRC shareContext) { in Create()
452 HGLRC glrc = create_gl_context(dc, extensions, contextType, shareContext); in Create()
472 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()