Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h137 const std::string& getDebugLayersGLES();
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp156 std::string debug_layers = android::GraphicsEnv::getInstance().getDebugLayersGLES(); in GetDebugLayers()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp522 const std::string& GraphicsEnv::getDebugLayersGLES() { in getDebugLayersGLES() function in android::GraphicsEnv