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

  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 26 ATOM SkNativeGLContext::gWC = 0;
53 if (!gWC) {
66 gWC = RegisterClass(&wc);
67 if (!gWC) {
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 25 ATOM SkNativeGLContext::gWC = 0;
57 if (!gWC) {
70 gWC = RegisterClass(&wc);
71 if (!gWC) {
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 104 static ATOM gWC;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 80 static ATOM gWC;

Completed in 74 milliseconds