Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h124 const std::string& getDebugLayersGLES();
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_layers.cpp168 std::string debug_layers = android::GraphicsEnv::getInstance().getDebugLayersGLES(); in GetDebugLayers()
/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp437 const std::string& GraphicsEnv::getDebugLayersGLES() { in getDebugLayersGLES() function in android::GraphicsEnv