Home | History | Annotate | Download | only in planes

Lines Matching refs:mReclaimedPlanes

35         mReclaimedPlanes[i] = 0;
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
183 int freePlaneIndex = getPlane(mReclaimedPlanes[type]);
219 int freePlanes = mFreePlanes[type] | mReclaimedPlanes[type];
241 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type];
271 putPlane(index, mReclaimedPlanes[type]);
286 if (mReclaimedPlanes[i]) {
289 if (mReclaimedPlanes[i] & bit) {
300 mReclaimedPlanes[i] &= ~bit;
332 mReclaimedPlanes[DisplayPlane::PLANE_SPRITE]);
336 mReclaimedPlanes[DisplayPlane::PLANE_OVERLAY]);
340 mReclaimedPlanes[DisplayPlane::PLANE_PRIMARY]);
344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]);