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

  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 34 static ATOM gWC;
38 ATOM WinGLTestContext::gWC = 0;
47 if (!gWC) {
60 gWC = RegisterClass(&wc);
61 if (!gWC) {
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 102 static ATOM gWC;
107 ATOM ANGLEGLContext::gWC = 0;
124 if (!gWC) {
137 gWC = RegisterClass(&wc);
138 if (!gWC) {

Completed in 154 milliseconds