Searched refs:clearWithColor (Results 1 – 2 of 2) sorted by relevance
159 void clearWithColor(float red, float green, float blue, float alpha);
558 void GLESRenderEngine::clearWithColor(float red, float green, float blue, float alpha) { in clearWithColor() function in android::renderengine::gl::GLESRenderEngine1087 clearWithColor(0.0, 0.0, 0.0, 0.0); in drawLayers()