Searched refs:COMPOSITION_MIXED (Results 1 – 4 of 4) sorted by relevance
53 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC enumerator
49 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()
127 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()
216 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_MIXED)) in TEST_F()