Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h121 void setDebugLayersGLES(const std::string layers);
/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp106 android::GraphicsEnv::getInstance().setDebugLayersGLES(layersChars.c_str()); in setDebugLayersGLES_native()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java327 setDebugLayersGLES(layersGLES); in setupGpuLayers()
954 private static native void setDebugLayersGLES(String layers); in setDebugLayersGLES() method in GraphicsEnvironment
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp546 void GraphicsEnv::setDebugLayersGLES(const std::string layers) { in setDebugLayersGLES() function in android::GraphicsEnv