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

  /external/skia/src/ports/
SkTLS_win.cpp 11 static bool gOnce = false;
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/gpu/
GrTestUtils.cpp 18 static bool gOnce;
19 if (!gOnce) {
20 gOnce = true;
47 static bool gOnce;
48 if (!gOnce) {
49 gOnce = true;
73 static bool gOnce;
74 if (!gOnce) {
75 gOnce = true;
101 static bool gOnce;
    [all...]
  /external/skia/src/core/
SkFlattenable.cpp 66 static bool gOnce = false;
67 if (!gOnce) {
69 gOnce = true;
SkLineClipper.cpp 180 static bool gOnce;
181 if (!gOnce) {
183 gOnce = true;
SkAAClip.cpp 307 static bool gOnce;
308 if (gOnce) {
311 gOnce = true;
397 static bool gOnce;
398 if (gOnce) {
401 gOnce = true;
    [all...]
SkGeometry.cpp 727 static bool gOnce;
728 if (gOnce) { return; }
729 gOnce = true;
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 186 static bool gOnce;
243 if (!gOnce && false) {
246 gOnce = true;
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 60 static bool gOnce = true;
61 if (gOnce) {
62 gOnce = false;
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 207 static bool gOnce;
208 if (gOnce) {
213 gOnce = true;
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 154 static bool gOnce = true;
155 if (gOnce) {
156 gOnce = false;
  /external/skia/samplecode/
SampleApp.cpp 418 static bool gOnce;
421 if (!gOnce) {
427 gOnce = true;
    [all...]

Completed in 167 milliseconds