Home
last modified time | relevance | path

Searched refs:gOnce (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrTestUtils.cpp26 static bool gOnce; in test_matrix() local
27 if (!gOnce) { in test_matrix()
28 gOnce = true; in test_matrix()
58 static bool gOnce; in TestMatrixPreservesRightAngles() local
59 if (!gOnce) { in TestMatrixPreservesRightAngles()
60 gOnce = true; in TestMatrixPreservesRightAngles()
84 static bool gOnce; in TestMatrixRectStaysRect() local
85 if (!gOnce) { in TestMatrixRectStaysRect()
86 gOnce = true; in TestMatrixRectStaysRect()
122 static bool gOnce; in TestRect() local
[all …]
/external/skqp/src/gpu/
DGrTestUtils.cpp26 static bool gOnce; in test_matrix() local
27 if (!gOnce) { in test_matrix()
28 gOnce = true; in test_matrix()
58 static bool gOnce; in TestMatrixPreservesRightAngles() local
59 if (!gOnce) { in TestMatrixPreservesRightAngles()
60 gOnce = true; in TestMatrixPreservesRightAngles()
84 static bool gOnce; in TestMatrixRectStaysRect() local
85 if (!gOnce) { in TestMatrixRectStaysRect()
86 gOnce = true; in TestMatrixRectStaysRect()
122 static bool gOnce; in TestRect() local
[all …]
/external/skqp/src/ports/
DSkTLS_win.cpp14 static bool gOnce = false; variable
19 if (!forceCreateTheSlot && !gOnce) { in PlatformGetSpecific()
23 if (!gOnce) { in PlatformGetSpecific()
25 if (!gOnce) { in PlatformGetSpecific()
27 gOnce = true; in PlatformGetSpecific()
34 SkASSERT(gOnce); in PlatformSetSpecific()
53 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) { in onTLSCallback()
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp220 static bool gOnce; in Parse() local
221 if (gOnce) { in Parse()
226 gOnce = true; in Parse()
/external/skia/tools/flags/
DCommandLineFlags.cpp218 static bool gOnce; in Parse() local
219 if (gOnce) { in Parse()
224 gOnce = true; in Parse()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp112 static SkOnce gOnce; in GLXGLTestContext() local
113 gOnce([] { XInitThreads(); }); in GLXGLTestContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp112 static SkOnce gOnce; in GLXGLTestContext() local
113 gOnce([] { XInitThreads(); }); in GLXGLTestContext()
/external/skqp/src/core/
DSkGeometry.cpp702 static bool gOnce; in test_collaps_duplicates() local
703 if (gOnce) { return; } in test_collaps_duplicates()
704 gOnce = true; in test_collaps_duplicates()
/external/skia/src/core/
DSkGeometry.cpp905 static bool gOnce; in test_collaps_duplicates() local
906 if (gOnce) { return; } in test_collaps_duplicates()
907 gOnce = true; in test_collaps_duplicates()