Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayContext.cpp73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents() argument
79 if (!display || !layerList) { in commitContents()
97 DisplayPlane* plane = layerList->getPlane(i); in commitContents()
141 layerList->postFlip(); in commitContents()
DTngDisplayContext.h33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
/hardware/intel/img/hwcomposer/include/
DIDisplayContext.h34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;