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.cpp127 if (!is_instance_ || !driver::Debuggable()) in AddImplicitLayers()
373 return (is_instance_ && driver::Debuggable() && in EnableDebugCallback()
Ddriver.cpp727 bool Debuggable() { in Debuggable() function