Searched refs:setupFillWithColor (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.h59 virtual void setupFillWithColor(float r, float g, float b, float a) ;
H A DGLES20RenderEngine.h74 virtual void setupFillWithColor(float r, float g, float b, float a);
H A DRenderEngine.h100 virtual void setupFillWithColor(float r, float g, float b, float a) = 0;
H A DGLES11RenderEngine.cpp243 void GLES11RenderEngine::setupFillWithColor(float r, float g, float b, float a) { function in class:android::GLES11RenderEngine
H A DGLES20RenderEngine.cpp211 void GLES20RenderEngine::setupFillWithColor(float r, float g, float b, float a) { function in class:android::GLES20RenderEngine
H A DRenderEngine.cpp218 setupFillWithColor(red, green, blue, alpha);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp685 engine.setupFillWithColor(red, green, blue, alpha);

Completed in 828 milliseconds