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

  /external/skia/src/ports/
SkTLS_win.cpp 14 static bool gOnce = false;
19 if (!forceCreateTheSlot && !gOnce) {
23 if (!gOnce) {
25 if (!gOnce) {
27 gOnce = true;
34 SkASSERT(gOnce);
53 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skqp/src/ports/
SkTLS_win.cpp 14 static bool gOnce = false;
19 if (!forceCreateTheSlot && !gOnce) {
23 if (!gOnce) {
25 if (!gOnce) {
27 gOnce = true;
34 SkASSERT(gOnce);
53 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skia/src/gpu/
GrTestUtils.cpp 28 static bool gOnce;
29 if (!gOnce) {
30 gOnce = true;
60 static bool gOnce;
61 if (!gOnce) {
62 gOnce = true;
86 static bool gOnce;
87 if (!gOnce) {
88 gOnce = true;
124 static bool gOnce;
    [all...]
  /external/skqp/src/gpu/
GrTestUtils.cpp 26 static bool gOnce;
27 if (!gOnce) {
28 gOnce = true;
58 static bool gOnce;
59 if (!gOnce) {
60 gOnce = true;
84 static bool gOnce;
85 if (!gOnce) {
86 gOnce = true;
122 static bool gOnce;
    [all...]
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 220 static bool gOnce;
221 if (gOnce) {
226 gOnce = true;
  /external/skqp/tools/flags/
SkCommandLineFlags.cpp 220 static bool gOnce;
221 if (gOnce) {
226 gOnce = true;
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 112 static SkOnce gOnce;
113 gOnce([] { XInitThreads(); });
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 112 static SkOnce gOnce;
113 gOnce([] { XInitThreads(); });
  /external/skia/src/core/
SkGeometry.cpp 702 static bool gOnce;
703 if (gOnce) { return; }
704 gOnce = true;
    [all...]
  /external/skqp/src/core/
SkGeometry.cpp 702 static bool gOnce;
703 if (gOnce) { return; }
704 gOnce = true;
    [all...]

Completed in 692 milliseconds