Home | History | Annotate | Download | only in base

Lines Matching refs:HwcLayerList

18 #include <common/base/HwcLayerList.h>
29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp)
43 HwcLayerList::~HwcLayerList()
48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
177 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)
249 bool HwcLayerList::initialize()
352 void HwcLayerList::deinitialize()
381 bool HwcLayerList::allocatePlanes()
386 bool HwcLayerList::assignCursorPlanes()
419 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber)
437 bool HwcLayerList::assignOverlayPlanes()
470 bool HwcLayerList::assignOverlayPlanes(int index, int planeNumber)
488 bool HwcLayerList::assignSpritePlanes()
523 bool HwcLayerList::assignSpritePlanes(int index, int planeNumber)
540 bool HwcLayerList::assignPrimaryPlane()
596 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder)
617 bool HwcLayerList::attachPlanes()
665 bool HwcLayerList::useAsFrameBufferTarget(HwcLayer *target)
715 bool HwcLayerList::hasIntersection(HwcLayer *la, HwcLayer *lb)
731 ZOrderLayer* HwcLayerList::addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder)
753 void HwcLayerList::removeZOrderLayer(ZOrderLayer *layer)
768 void HwcLayerList::setupSmartComposition()
799 bool HwcLayerList::update(hwc_display_contents_1_t *list)
867 bool HwcLayerList::update(hwc_display_contents_1_t *list)
902 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const
926 void HwcLayerList::postFlip()
934 void HwcLayerList::dump(Dump& d)
999 void HwcLayerList::dump()