Searched refs:setDebugLayers (Results 1 – 4 of 4) sorted by relevance
116 void setDebugLayers(const std::string layers);
77 android::GraphicsEnv::getInstance().setDebugLayers(layersChars.c_str()); in setDebugLayers_native()
301 setDebugLayers(layers); in setupGpuLayers()924 private static native void setDebugLayers(String layers); in setDebugLayers() method in GraphicsEnvironment
537 void GraphicsEnv::setDebugLayers(const std::string layers) { in setDebugLayers() function in android::GraphicsEnv