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 59 virtual void setupFillWithColor(float r, float g, float b, float a) ;
GLES20RenderEngine.h 74 virtual void setupFillWithColor(float r, float g, float b, float a);
RenderEngine.h 99 virtual void setupFillWithColor(float r, float g, float b, float a) = 0;
GLES11RenderEngine.cpp 243 void GLES11RenderEngine::setupFillWithColor(float r, float g, float b, float a) {
GLES20RenderEngine.cpp 211 void GLES20RenderEngine::setupFillWithColor(float r, float g, float b, float a) {
RenderEngine.cpp 218 setupFillWithColor(red, green, blue, alpha);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 638 engine.setupFillWithColor(red, green, blue, alpha);
    [all...]

Completed in 392 milliseconds