Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h116 const std::string& getLayerPaths();
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp467 if (!android::GraphicsEnv::getInstance().getLayerPaths().empty()) in DiscoverLayers()
468 DiscoverLayersInPathList(android::GraphicsEnv::getInstance().getLayerPaths()); in DiscoverLayers()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_layers.cpp361 android::base::Split(android::GraphicsEnv::getInstance().getLayerPaths().c_str(), in LoadLayers()
/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp429 const std::string& GraphicsEnv::getLayerPaths() { in getLayerPaths() function in android::GraphicsEnv