Searched refs:clearWithOpenGL (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 270 void clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& clip) const; 323 void clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& clip,
|
D | Layer.cpp | 479 clearWithOpenGL(hw, holes, 0, 0, 0, 1); in onDraw() 548 void Layer::clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& clip, in clearWithOpenGL() function in android::Layer 557 void Layer::clearWithOpenGL( in clearWithOpenGL() function in android::Layer 559 clearWithOpenGL(hw, clip, 0,0,0,0); in clearWithOpenGL()
|
D | SurfaceFlinger.cpp | 1789 layer->clearWithOpenGL(hw, clip); in doComposeSurfaces()
|