Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h46 COMPOSITION_GLES = 1, enumerator
48 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC
DVirtualDisplaySurface.cpp44 case DisplaySurface::COMPOSITION_GLES: return "GLES"; in dbgCompositionTypeStr()
139 if (sForceHwcCopy && mCompositionType == COMPOSITION_GLES) { in prepareFrame()
157 if (mCompositionType != COMPOSITION_GLES && in prepareFrame()
503 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES, in queueBuffer()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp263 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()
282 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()