Searched refs:gWC (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp26 ATOM SkNativeGLContext::gWC = 0; member in class:SkNativeGLContext
53 if (!gWC) {
66 gWC = RegisterClass(&wc);
67 if (!gWC) {
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp25 ATOM SkNativeGLContext::gWC = 0; member in class:SkNativeGLContext
57 if (!gWC) {
70 gWC = RegisterClass(&wc);
71 if (!gWC) {
/external/skia/include/gpu/gl/
H A DSkNativeGLContext.h80 static ATOM gWC; member in class:SkNativeGLContext
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkNativeGLContext.h104 static ATOM gWC; member in class:SkNativeGLContext

Completed in 338 milliseconds