Searched refs:setDebugLayersGLES (Results 1 – 4 of 4) sorted by relevance
140 void setDebugLayersGLES(const std::string& layers);
97 android::GraphicsEnv::getInstance().setDebugLayersGLES(layersChars.c_str()); in setDebugLayersGLES_native()
341 setDebugLayersGLES(layersGLES); in setupGpuLayers()910 private static native void setDebugLayersGLES(String layers); in setDebugLayersGLES() method in GraphicsEnvironment
699 void GraphicsEnv::setDebugLayersGLES(const std::string& layers) { in setDebugLayersGLES() function in android::GraphicsEnv