Searched refs:vkErrorCount (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tools/skqp/src/ |
D | skqp.cpp | 440 int glesErrorCount = 0, vkErrorCount = 0, gles = 0, vk = 0; in makeReport() local 470 case SkQP::SkiaBackend::kVulkan: ++vkErrorCount; break; in makeReport() 477 glesErrorCount, gles, vkErrorCount, vk)); in makeReport()
|
/third_party/skia/tools/skqp/src/ |
D | skqp.cpp | 451 int glesErrorCount = 0, vkErrorCount = 0, gles = 0, vk = 0; in makeReport() local 481 case SkQP::SkiaBackend::kVulkan: ++vkErrorCount; break; in makeReport() 488 glesErrorCount, gles, vkErrorCount, vk)); in makeReport()
|