Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h47 COMPOSITION_GLES = 1, enumerator
49 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC
DVirtualDisplaySurface.cpp40 case DisplaySurface::COMPOSITION_GLES: return "GLES"; in dbgCompositionTypeStr()
136 if (mForceHwcCopy && mCompositionType == COMPOSITION_GLES) { in prepareFrame()
154 if (mCompositionType != COMPOSITION_GLES && in prepareFrame()
503 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES, in queueBuffer()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp282 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()
301 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()