Searched refs:clearWithColor (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.h | 170 void clearWithColor(float red, float green, float blue, float alpha);
|
H A D | GLESRenderEngine.cpp | 619 void GLESRenderEngine::clearWithColor(float red, float green, float blue, float alpha) { in clearWithColor() function in android::renderengine::gl::GLESRenderEngine 1151 clearWithColor(0.0, 0.0, 0.0, 0.0); in drawLayers()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.h | 159 void clearWithColor(float red, float green, float blue, float alpha);
|
H A D | GLESRenderEngine.cpp | 558 void GLESRenderEngine::clearWithColor(float red, float green, float blue, float alpha) { in clearWithColor() function in android::renderengine::gl::GLESRenderEngine 1087 clearWithColor(0.0, 0.0, 0.0, 0.0); in drawLayers()
|