Searched refs:fillRegionWithColor (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.h | 171 void fillRegionWithColor(const Region& region, float red, float green, float blue, float alpha);
|
H A D | GLESRenderEngine.cpp | 626 void GLESRenderEngine::fillRegionWithColor(const Region& region, float red, float green, float blue, in fillRegionWithColor() function in android::renderengine::gl::GLESRenderEngine 1161 fillRegionWithColor(display.clearRegion, 0.0, 0.0, 0.0, 1.0); in drawLayers()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.h | 160 void fillRegionWithColor(const Region& region, float red, float green, float blue, float alpha);
|
H A D | GLESRenderEngine.cpp | 565 void GLESRenderEngine::fillRegionWithColor(const Region& region, float red, float green, float blue, in fillRegionWithColor() function in android::renderengine::gl::GLESRenderEngine 1096 fillRegionWithColor(display.clearRegion, 0.0, 0.0, 0.0, 1.0); in drawLayers()
|