Searched refs:kIsDebug (Results 1 – 6 of 6) sorted by relevance
20 static int kIsDebug = 1; variable22 static int kIsDebug = 0; variable26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
33 constexpr bool kIsDebug = true; variable35 constexpr bool kIsDebug = false;43 bool gLogImages = kIsDebug;
254 static int kIsDebug = 1; variable256 static int kIsDebug = 0; variable260 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
40 private static final boolean kIsDebug = false; field in CppAssetManager1491 if (kIsDebug) { in SharedZip()
249 static final boolean kIsDebug = false; field in Asset