Home
last modified time | relevance | path

Searched refs:COMPOSITION_HWC (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h48 COMPOSITION_HWC = 2, enumerator
49 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC
DVirtualDisplaySurface.cpp45 case DisplaySurface::COMPOSITION_HWC: return "HWC"; in dbgCompositionTypeStr()
183 if (mCompositionType == COMPOSITION_HWC) { in advanceFrame()
195 (mCompositionType != COMPOSITION_HWC && mFbProducerSlot < 0)) { in advanceFrame()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp357 compositionType = DisplaySurface::COMPOSITION_HWC; in prepareFrame()
362 compositionType = DisplaySurface::COMPOSITION_HWC; in prepareFrame()