Home
last modified time | relevance | path

Searched refs:COMPOSITION_GLES (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplaySurface.h51 COMPOSITION_GLES = 1, enumerator
53 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp45 case compositionengine::DisplaySurface::COMPOSITION_GLES: in dbgCompositionTypeStr()
146 if (mForceHwcCopy && mCompositionType == COMPOSITION_GLES) { in prepareFrame()
164 if (mCompositionType != COMPOSITION_GLES && in prepareFrame()
491 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES, in queueBuffer()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp129 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DRenderSurfaceTest.cpp228 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_GLES)) in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp351 prepareFrame(compositionengine::DisplaySurface::COMPOSITION_GLES)) in setupRECompositionCallExpectations()