Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp92 static int kIsDebug = 1; variable
94 static int kIsDebug = 0; variable
98 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \