Searched defs:kIsDebug (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp20 static int kIsDebug = 1; variable
22 static int kIsDebug = 0; variable
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/skqp/src/gpu/gl/
H A DGrGLInterface.cpp20 static int kIsDebug = 1; variable
22 static int kIsDebug = 0; variable
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \

Completed in 607 milliseconds