Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h116 void setDebugLayers(const std::string layers);
/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp77 android::GraphicsEnv::getInstance().setDebugLayers(layersChars.c_str()); in setDebugLayers_native()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java301 setDebugLayers(layers); in setupGpuLayers()
924 private static native void setDebugLayers(String layers); in setDebugLayers() method in GraphicsEnvironment
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp537 void GraphicsEnv::setDebugLayers(const std::string layers) { in setDebugLayers() function in android::GraphicsEnv