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

  /external/skia/src/ports/
SkTLS_win.cpp 13 static bool gOnce = false;
18 if (!forceCreateTheSlot && !gOnce) {
22 if (!gOnce) {
24 if (!gOnce) {
26 gOnce = true;
33 SkASSERT(gOnce);
52 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skia/src/core/
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...]
  /external/skia/src/gpu/
GrTestUtils.cpp 20 static bool gOnce;
21 if (!gOnce) {
22 gOnce = true;
49 static bool gOnce;
50 if (!gOnce) {
51 gOnce = true;
75 static bool gOnce;
76 if (!gOnce) {
77 gOnce = true;
103 static bool gOnce;
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 186 static bool gOnce;
243 if (!gOnce && false) {
246 gOnce = true;
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 227 static bool gOnce;
228 if (gOnce) {
233 gOnce = true;
  /external/skia/samplecode/
SampleApp.cpp 435 static bool gOnce;
438 if (!gOnce) {
444 gOnce = true;
    [all...]

Completed in 209 milliseconds