HomeSort by relevance Sort by last modified time
    Searched refs:setupFillWithColor (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 57 virtual void setupFillWithColor(float r, float g, float b, float a) ;
GLES20RenderEngine.h 72 virtual void setupFillWithColor(float r, float g, float b, float a);
RenderEngine.h 92 virtual void setupFillWithColor(float r, float g, float b, float a) = 0;
GLES11RenderEngine.cpp 212 void GLES11RenderEngine::setupFillWithColor(float r, float g, float b, float a) {
RenderEngine.cpp 177 setupFillWithColor(red, green, blue, alpha);
GLES20RenderEngine.cpp 177 void GLES20RenderEngine::setupFillWithColor(float r, float g, float b, float a) {
  /frameworks/native/services/surfaceflinger/
Layer.cpp 553 engine.setupFillWithColor(red, green, blue, alpha);
    [all...]

Completed in 184 milliseconds