Searched refs:COMPOSITION_MIXED (Results 1 – 4 of 4) sorted by relevance
54 COMPOSITION_MIXED = COMPOSITION_GPU | COMPOSITION_HWC enumerator
53 case compositionengine::DisplaySurface::COMPOSITION_MIXED: in dbgCompositionTypeStr()160 mCompositionType = COMPOSITION_MIXED; in prepareFrame()253 if (mCompositionType == COMPOSITION_MIXED && mFbProducerSlot >= 0) { in onFrameCommitted()485 if (mCompositionType == COMPOSITION_MIXED) { in queueBuffer()687 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
132 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()
204 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_MIXED)) in TEST_F()