Home
last modified time | relevance | path

Searched refs:Debuggable (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h108 bool Debuggable();
Dapi.cpp121 if (!is_instance_ || !driver::Debuggable()) in AddImplicitLayers()
349 return (is_instance_ && driver::Debuggable() && in EnableDebugCallback()
Ddriver.cpp621 bool Debuggable() { in Debuggable() function