HomeSort by relevance Sort by last modified time
    Searched refs:fOldHDC (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 17 fOldHDC = wglGetCurrentDC();
21 wglMakeCurrent(fOldHDC, fOldHGLRC);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 16 fOldHDC = wglGetCurrentDC();
20 wglMakeCurrent(fOldHDC, fOldHGLRC);
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 76 HDC fOldHDC;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 52 HDC fOldHDC;

Completed in 245 milliseconds