Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp46 case DisplaySurface::COMPOSITION_MIXED: return "MIXED"; in dbgCompositionTypeStr()
149 mCompositionType = COMPOSITION_MIXED; in prepareFrame()
240 if (mCompositionType == COMPOSITION_MIXED && mFbProducerSlot >= 0) { in onFrameCommitted()
460 if (mCompositionType == COMPOSITION_MIXED) { in queueBuffer()
658 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
DDisplaySurface.h49 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC enumerator
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp353 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()