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

  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 58 bool assignSpritePlanes();
59 bool assignSpritePlanes(int index, int planeNumber);
HwcLayerList.cpp 441 return assignSpritePlanes();
448 return assignSpritePlanes();
474 return assignSpritePlanes();
488 bool HwcLayerList::assignSpritePlanes()
511 if (assignSpritePlanes(0, i)) {
523 bool HwcLayerList::assignSpritePlanes(int index, int planeNumber)
532 if (assignSpritePlanes(i + 1, planeNumber - 1)) {
    [all...]

Completed in 54 milliseconds