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

  /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;

Completed in 92 milliseconds