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()
130 mCompositionType = COMPOSITION_MIXED; in prepareFrame()
218 if (mCompositionType == COMPOSITION_MIXED && mFbProducerSlot >= 0) { in onFrameCommitted()
427 if (mCompositionType == COMPOSITION_MIXED) { in queueBuffer()
580 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
DDisplaySurface.h48 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC enumerator
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp217 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()