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

  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 31 mLayerCount(0),
199 if (hwcLayer->getIndex() != mLayerCount - 2) {
256 mLayerCount = (int)mList->numHwLayers;
257 mLayers.setCapacity(mLayerCount);
258 mFBLayers.setCapacity(mLayerCount);
259 mSpriteCandidates.setCapacity(mLayerCount);
260 mOverlayCandidates.setCapacity(mLayerCount);
261 mCursorCandidates.setCapacity(mLayerCount);
262 mZOrderConfig.setCapacity(mLayerCount);
266 rgbOverlayLayers.setCapacity(mLayerCount);
    [all...]
HwcLayerList.h 93 int mLayerCount;

Completed in 73 milliseconds