HomeSort by relevance Sort by last modified time
    Searched defs:glrc (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 96 HGLRC glrc; local
105 glrc = fGlRenderContext;
113 glrc = fPbufferContext->getGLRC();
116 if (!(wglMakeCurrent(dc, glrc))) {
160 HGLRC glrc; local
164 glrc = fGlRenderContext;
167 glrc = fPbufferContext->getGLRC();
170 if (!wglMakeCurrent(dc, glrc)) {
  /external/skia/src/utils/win/
SkWGL_win.cpp 342 HGLRC glrc = nullptr; local
354 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs);
355 if (nullptr == glrc) {
379 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs);
380 if (glrc) {
387 if (nullptr == glrc) {
388 glrc = wglCreateContext(dc);
390 if (!wglShareLists(shareContext, glrc)) {
391 wglDeleteContext(glrc);
396 SkASSERT(glrc);
452 HGLRC glrc = create_gl_context(dc, extensions, contextType, shareContext); local
    [all...]

Completed in 77 milliseconds