Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplaySurface.h53 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC enumerator
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp49 case compositionengine::DisplaySurface::COMPOSITION_MIXED: in dbgCompositionTypeStr()
155 mCompositionType = COMPOSITION_MIXED; in prepareFrame()
247 if (mCompositionType == COMPOSITION_MIXED && mFbProducerSlot >= 0) { in onFrameCommitted()
469 if (mCompositionType == COMPOSITION_MIXED) { in queueBuffer()
670 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp127 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DRenderSurfaceTest.cpp216 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_MIXED)) in TEST_F()