Searched refs:setupFillWithColor (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.h | 59 virtual void setupFillWithColor(float r, float g, float b, float a) ;
|
D | GLES20RenderEngine.h | 74 virtual void setupFillWithColor(float r, float g, float b, float a);
|
D | RenderEngine.h | 99 virtual void setupFillWithColor(float r, float g, float b, float a) = 0;
|
D | GLES11RenderEngine.cpp | 243 void GLES11RenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor() function in android::GLES11RenderEngine
|
D | GLES20RenderEngine.cpp | 211 void GLES20RenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor() function in android::GLES20RenderEngine
|
D | RenderEngine.cpp | 218 setupFillWithColor(red, green, blue, alpha); in fillRegionWithColor()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 638 engine.setupFillWithColor(red, green, blue, alpha); in clearWithOpenGL()
|