Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTestUtils.cpp18 static bool gOnce; in test_matrix() local
19 if (!gOnce) { in test_matrix()
20 gOnce = true; in test_matrix()
47 static bool gOnce; in TestMatrixPreservesRightAngles() local
48 if (!gOnce) { in TestMatrixPreservesRightAngles()
49 gOnce = true; in TestMatrixPreservesRightAngles()
73 static bool gOnce; in TestMatrixRectStaysRect() local
74 if (!gOnce) { in TestMatrixRectStaysRect()
75 gOnce = true; in TestMatrixRectStaysRect()
101 static bool gOnce; in TestRect() local
[all …]
/external/skia/src/ports/
DSkTLS_win.cpp11 static bool gOnce = false; variable
16 if (!forceCreateTheSlot && !gOnce) { in PlatformGetSpecific()
20 if (!gOnce) { in PlatformGetSpecific()
22 if (!gOnce) { in PlatformGetSpecific()
24 gOnce = true; in PlatformGetSpecific()
31 SkASSERT(gOnce); in PlatformSetSpecific()
50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) { in onTLSCallback()
/external/skia/src/core/
DSkFlattenable.cpp66 static bool gOnce = false; in Register() local
67 if (!gOnce) { in Register()
69 gOnce = true; in Register()
DSkLineClipper.cpp180 static bool gOnce; in ClipLine() local
181 if (!gOnce) { in ClipLine()
183 gOnce = true; in ClipLine()
DSkAAClip.cpp307 static bool gOnce; in test_count_left_right_zeros() local
308 if (gOnce) { in test_count_left_right_zeros()
311 gOnce = true; in test_count_left_right_zeros()
397 static bool gOnce; in test_trim_row_left_right() local
398 if (gOnce) { in test_trim_row_left_right()
401 gOnce = true; in test_trim_row_left_right()
DSkGeometry.cpp727 static bool gOnce; in test_collaps_duplicates() local
728 if (gOnce) { return; } in test_collaps_duplicates()
729 gOnce = true; in test_collaps_duplicates()
/external/skia/tests/
DBlitRowTest.cpp186 static bool gOnce; variable
243 if (!gOnce && false) { in test_diagonal()
246 gOnce = true; in test_diagonal()
/external/skia/tools/flags/
DSkCommandLineFlags.cpp207 static bool gOnce; in Parse() local
208 if (gOnce) { in Parse()
213 gOnce = true; in Parse()
/external/skia/src/utils/ios/
DSkFontHost_iOS.mm106 static bool gOnce;
107 if (!gOnce) {
110 gOnce = true;
/external/skia/src/views/mac/
DSkOSWindow_Mac.cpp154 static bool gOnce = true; in SkOSWindow() local
155 if (gOnce) { in SkOSWindow()
156 gOnce = false; in SkOSWindow()
/external/skia/samplecode/
DSampleApp.cpp418 static bool gOnce; in SkGMRegistyToSampleRegistry() local
421 if (!gOnce) { in SkGMRegistyToSampleRegistry()
427 gOnce = true; in SkGMRegistyToSampleRegistry()