Home
last modified time | relevance | path

Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h20 enum class CaptureFill {CLEAR, OPAQUE}; enum
22 static float getCaptureFillValue(CaptureFill captureFill);
24 RenderArea(uint32_t reqWidth, uint32_t reqHeight, CaptureFill captureFill,
79 CaptureFill getCaptureFill() const { return mCaptureFill; }; in getCaptureFill()
87 const CaptureFill mCaptureFill;
DRenderArea.cpp5 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue()
7 case CaptureFill::CLEAR: in getCaptureFillValue()
9 case CaptureFill::OPAQUE: in getCaptureFillValue()
DDisplayDevice.h259 : RenderArea(reqWidth, reqHeight, CaptureFill::OPAQUE, reqDataSpace,
DSurfaceFlinger.cpp5646 : RenderArea(reqWidth, reqHeight, CaptureFill::CLEAR, reqDataSpace), in captureLayers()