Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp33 constexpr bool kIsDebug = true; member
35 constexpr bool kIsDebug = false;
43 bool gLogImages = kIsDebug;
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp260 static int kIsDebug = 1; variable
262 static int kIsDebug = 0; variable
266 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \

Completed in 3 milliseconds