Searched refs:mTotalPlaneCount (Results 1 – 2 of 2) sorted by relevance
24 : mTotalPlaneCount(0), in DisplayPlaneManager()79 … mTotalPlaneCount = mSpritePlaneCount+ mOverlayPlaneCount+ mPrimaryPlaneCount + mCursorPlaneCount; in initialize()80 if (mTotalPlaneCount == 0) { in initialize()142 if (!mask || index < 0 || index > mTotalPlaneCount) in getPlane()
90 int mTotalPlaneCount; variable