Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/skia/tools/flags/
DCommandLineFlags.cpp218 static bool gOnce; in Parse() local
219 if (gOnce) { in Parse()
224 gOnce = true; in Parse()
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp112 static SkOnce gOnce; in GLXGLTestContext() local
113 gOnce([] { XInitThreads(); }); in GLXGLTestContext()
/third_party/skia/src/core/
DSkGeometry.cpp901 static bool gOnce; in test_collaps_duplicates() local
902 if (gOnce) { return; } in test_collaps_duplicates()
903 gOnce = true; in test_collaps_duplicates()