Searched refs:clearWithOpenGL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 527 void clearWithOpenGL(const RenderArea& renderArea) const; 632 void clearWithOpenGL(const RenderArea& renderArea, float r, float g, float b,
|
D | Layer.cpp | 718 void Layer::clearWithOpenGL(const RenderArea& renderArea, float red, float green, float blue, in clearWithOpenGL() function in android::Layer 726 void Layer::clearWithOpenGL(const RenderArea& renderArea) const { in clearWithOpenGL() function in android::Layer 727 clearWithOpenGL(renderArea, 0, 0, 0, 0); in clearWithOpenGL()
|
D | BufferLayer.cpp | 187 clearWithOpenGL(renderArea, 0, 0, 0, 1); in onDraw()
|
D | SurfaceFlinger.cpp | 3008 layer->clearWithOpenGL(renderArea); in doComposeSurfaces()
|