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

  /external/skia/src/ports/
SkTLS_win.cpp 14 static bool gOnce = false;
19 if (!forceCreateTheSlot && !gOnce) {
23 if (!gOnce) {
25 if (!gOnce) {
27 gOnce = true;
34 SkASSERT(gOnce);
53 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skia/src/gpu/
GrTestUtils.cpp 24 static bool gOnce;
25 if (!gOnce) {
26 gOnce = true;
56 static bool gOnce;
57 if (!gOnce) {
58 gOnce = true;
82 static bool gOnce;
83 if (!gOnce) {
84 gOnce = true;
111 static bool gOnce;
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 186 static bool gOnce;
238 if (!gOnce && false) {
241 gOnce = true;
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 227 static bool gOnce;
228 if (gOnce) {
233 gOnce = true;
  /external/skia/src/core/
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 638 static bool gOnce;
639 if (gOnce) { return; }
640 gOnce = true;
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 468 static bool gOnce;
471 if (!gOnce) {
477 gOnce = true;
    [all...]

Completed in 510 milliseconds