Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp43 case DisplaySurface::COMPOSITION_MIXED: return "MIXED"; in dbgCompositionTypeStr()
128 mCompositionType = COMPOSITION_MIXED; in prepareFrame()
216 if (mCompositionType == COMPOSITION_MIXED && mFbProducerSlot >= 0) { in onFrameCommitted()
376 if (mCompositionType == COMPOSITION_MIXED) { in queueBuffer()
505 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
DDisplaySurface.h46 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC enumerator
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp210 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()