HomeSort by relevance Sort by last modified time
    Searched full:staticlayercount (Results 1 - 1 of 1) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 802 int staticLayerCount = mStaticLayersIndex.size();
804 if (staticLayerCount > 1 && staticLayerCount < mLayerCount-1) {
811 for (i = 1; i < staticLayerCount; i++) {
823 if ((i == staticLayerCount) && checkStaticLayerSize()) {
824 for (i =0; i < staticLayerCount; i++) {
    [all...]

Completed in 188 milliseconds