Home
last modified time | relevance | path

Searched defs:isVulkan (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dangle_test_configs.cpp84 bool PlatformParameters::isVulkan() const in isVulkan() function in angle::PlatformParameters
/aosp_15_r20/external/skia/tools/viewer/
H A DViewer.cpp2784 const bool isVulkan = fBackendType == sk_app::Window::kVulkan_BackendType; in drawImGui() local