Searched refs:fillRegionWithColor (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/renderengine/include/renderengine/mock/ |
D | RenderEngine.h | 50 MOCK_METHOD5(fillRegionWithColor, void(const Region&, float, float, float, float));
|
/frameworks/native/libs/renderengine/include/renderengine/ |
D | RenderEngine.h | 107 virtual void fillRegionWithColor(const Region& region, float red, float green, float blue,
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.h | 70 void fillRegionWithColor(const Region& region, float red, float green, float blue,
|
D | GLESRenderEngine.cpp | 565 void GLESRenderEngine::fillRegionWithColor(const Region& region, float red, float green, float blue, in fillRegionWithColor() function in android::renderengine::gl::GLESRenderEngine 920 fillRegionWithColor(display.clearRegion, 0.0, 0.0, 0.0, 1.0); in drawLayers()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3497 engine.fillRegionWithColor(region, 0, 0, 0, 0); in drawWormhole()
|