Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h127 const std::string& getDebugLayers();
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp527 const std::string& GraphicsEnv::getDebugLayers() { in getDebugLayers() function in android::GraphicsEnv
/frameworks/native/vulkan/libvulkan/
Dapi.cpp149 const std::string layers = android::GraphicsEnv::getInstance().getDebugLayers(); in GetLayersFromSettings()