HomeSort by relevance Sort by last modified time
    Searched refs:COMPOSITION_HWC (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h 47 COMPOSITION_HWC = 2,
48 COMPOSITION_MIXED = COMPOSITION_GLES | COMPOSITION_HWC
VirtualDisplaySurface.cpp 42 case DisplaySurface::COMPOSITION_HWC: return "HWC";
168 if (mCompositionType == COMPOSITION_HWC) {
180 (mCompositionType != COMPOSITION_HWC && mFbProducerSlot < 0)) {
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 221 compositionType = DisplaySurface::COMPOSITION_HWC;
226 compositionType = DisplaySurface::COMPOSITION_HWC;

Completed in 253 milliseconds