Searched refs:gOnce (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkTLS_win.cpp11 static bool gOnce = false; variable
16 if (!forceCreateTheSlot && !gOnce) {
20 if (!gOnce) {
22 if (!gOnce) {
24 gOnce = true;
31 SkASSERT(gOnce);
50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
/external/skia/src/ports/
H A DSkTLS_win.cpp11 static bool gOnce = false; variable
16 if (!forceCreateTheSlot && !gOnce) {
20 if (!gOnce) {
22 if (!gOnce) {
24 gOnce = true;
31 SkASSERT(gOnce);
50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrProcessor.cpp18 static bool gOnce; local
19 if (!gOnce) {
29 gOnce = true;
/external/chromium_org/third_party/skia/src/core/
H A DSkFlattenable.cpp78 static bool gOnce = false; local
79 if (!gOnce) {
81 gOnce = true;
H A DSkLineClipper.cpp179 static bool gOnce; local
180 if (!gOnce) {
182 gOnce = true;
H A DSkAAClip.cpp307 static bool gOnce; local
308 if (gOnce) {
311 gOnce = true;
397 static bool gOnce; local
398 if (gOnce) {
401 gOnce = true;
H A DSkGeometry.cpp691 static bool gOnce; local
692 if (gOnce) { return; }
693 gOnce = true;
/external/skia/src/core/
H A DSkFlattenable.cpp79 static bool gOnce = false; local
80 if (!gOnce) {
82 gOnce = true;
H A DSkLineClipper.cpp179 static bool gOnce; local
180 if (!gOnce) {
182 gOnce = true;
H A DSkAAClip.cpp267 static bool gOnce; local
268 if (gOnce) {
271 gOnce = true;
357 static bool gOnce; local
358 if (gOnce) {
361 gOnce = true;
H A DSkGeometry.cpp691 static bool gOnce; local
692 if (gOnce) { return; }
693 gOnce = true;
/external/skia/src/gpu/
H A DGrEffect.cpp25 static bool gOnce; local
26 if (!gOnce) {
36 gOnce = true;
/external/chromium_org/third_party/skia/tests/
H A DBlitRowTest.cpp186 static bool gOnce; variable
243 if (!gOnce && false) {
246 gOnce = true;
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.cpp196 static bool gOnce; local
197 if (gOnce) {
202 gOnce = true;
/external/skia/tests/
H A DBlitRowTest.cpp186 static bool gOnce; variable
243 if (!gOnce && false) {
246 gOnce = true;
/external/skia/tools/flags/
H A DSkCommandLineFlags.cpp196 static bool gOnce; local
197 if (gOnce) {
202 gOnce = true;
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp154 static bool gOnce = true; local
155 if (gOnce) {
156 gOnce = false;
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp154 static bool gOnce = true; local
155 if (gOnce) {
156 gOnce = false;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp431 static bool gOnce; local
434 if (!gOnce) {
440 gOnce = true;
/external/skia/samplecode/
H A DSampleApp.cpp433 static bool gOnce; local
436 if (!gOnce) {
442 gOnce = true;

Completed in 490 milliseconds