Home
last modified time | relevance | path

Searched refs:kIsDebug (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkInterface.cpp192 static int kIsDebug = 1; variable
194 static int kIsDebug = 0; variable
198 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/skia/src/gpu/gl/
DGrGLInterface.cpp47 static int kIsDebug = 1; variable
49 static int kIsDebug = 0; variable
53 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \