Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp264 static int kIsDebug = 1; variable
266 static int kIsDebug = 0; variable
/third_party/skia/m133/src/gpu/vk/
DVulkanInterface.cpp265 constexpr int kIsDebug = 1; variable
267 constexpr int kIsDebug = 0; variable
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp33 constexpr bool kIsDebug = true; variable