Home
last modified time | relevance | path

Searched refs:getLayerPaths (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h132 const std::string& getLayerPaths();
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp468 if (!android::GraphicsEnv::getInstance().getLayerPaths().empty()) in DiscoverLayers()
469 DiscoverLayersInPathList(android::GraphicsEnv::getInstance().getLayerPaths()); in DiscoverLayers()
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp351 android::base::Split(android::GraphicsEnv::getInstance().getLayerPaths().c_str(), in LoadLayers()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp514 const std::string& GraphicsEnv::getLayerPaths() { in getLayerPaths() function in android::GraphicsEnv