Lines Matching refs:mPlaneCount
33 mPlaneCount[i] = 0;
74 mPlaneCount[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount;
75 mPlaneCount[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount;
76 mPlaneCount[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
86 mFreePlanes[i] = ((1 << mPlaneCount[i]) - 1);
91 if (mPlaneCount[i]) {
92 mPlanes[i].setCapacity(mPlaneCount[i]);
94 for (j = 0; j < mPlaneCount[i]; j++) {
287 for (j = 0; j < mPlaneCount[i]; j++) {
311 for (int j = 0; j < mPlaneCount[i]; j++) {
330 mPlaneCount[DisplayPlane::PLANE_SPRITE],
334 mPlaneCount[DisplayPlane::PLANE_OVERLAY],
338 mPlaneCount[DisplayPlane::PLANE_PRIMARY],
342 mPlaneCount[DisplayPlane::PLANE_CURSOR],