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

  /external/skia/tools/
AndroidSkDebugToStdOut.cpp 12 extern bool gSkDebugToStdOut;
14 // Use a static initializer to set gSkDebugToStdOut to true, sending SkDebugf
19 gSkDebugToStdOut = true;
  /external/skqp/tools/
AndroidSkDebugToStdOut.cpp 12 extern bool gSkDebugToStdOut;
14 // Use a static initializer to set gSkDebugToStdOut to true, sending SkDebugf
19 gSkDebugToStdOut = true;
  /external/skia/src/ports/
SkDebug_android.cpp 18 bool gSkDebugToStdOut = false;
24 if (gSkDebugToStdOut) {
  /external/skqp/src/ports/
SkDebug_android.cpp 18 bool gSkDebugToStdOut = false;
24 if (gSkDebugToStdOut) {

Completed in 99 milliseconds