Searched refs:glrc (Results 1 – 3 of 3) sorted by relevance
96 HGLRC glrc; in WinGLTestContext() local105 glrc = fGlRenderContext; in WinGLTestContext()113 glrc = fPbufferContext->getGLRC(); in WinGLTestContext()116 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext()160 HGLRC glrc; in onPlatformMakeCurrent() local164 glrc = fGlRenderContext; in onPlatformMakeCurrent()167 glrc = fPbufferContext->getGLRC(); in onPlatformMakeCurrent()170 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
342 HGLRC glrc = nullptr; in create_gl_context() local354 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs); in create_gl_context()355 if (nullptr == glrc) { in create_gl_context()379 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs); in create_gl_context()380 if (glrc) { in create_gl_context()387 if (nullptr == glrc) { in create_gl_context()388 glrc = wglCreateContext(dc); in create_gl_context()390 if (!wglShareLists(shareContext, glrc)) { in create_gl_context()391 wglDeleteContext(glrc); in create_gl_context()396 SkASSERT(glrc); in create_gl_context()[all …]
155 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc);