Searched defs:clearWithOpenGL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DLayerBase.cpp383 void LayerBase::clearWithOpenGL(const Region& clip, GLclampf red, function in class:android::LayerBase
407 void LayerBase::clearWithOpenGL(const Region& clip) const function in class:android::LayerBase
409 clearWithOpenGL(clip,0,0,0,0);

Completed in 42 milliseconds