Home
last modified time | relevance | path

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

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