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.cpp44 case DisplaySurface::COMPOSITION_GLES: return "GLES"; in dbgCompositionTypeStr()
140 if (mForceHwcCopy && mCompositionType == COMPOSITION_GLES) { in prepareFrame()
158 if (mCompositionType != COMPOSITION_GLES && in prepareFrame()
482 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES, in queueBuffer()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp355 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()