Lines Matching refs:index
31 int index; member
54 int index; // based on overlay position member
139 DisplayPlane* AnnPlaneManager::allocPlane(int index, int type) in allocPlane() argument
145 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_PRIMARY, index/*disp*/); in allocPlane()
148 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_SPRITE, 0/*disp*/); in allocPlane()
151 plane = new AnnOverlayPlane(index, 0/*disp*/); in allocPlane()
154 plane = new AnnCursorPlane(index, index /*disp */); in allocPlane()
235 int index = 0; in assignPlanes() local
238 index += (1 << i); in assignPlanes()
255 if (zorderDesc->index != index) in assignPlanes()
288 if (!isFreePlane(desc.type, desc.index)) { in assignPlanes()
300 if (!isFreePlane(desc.type, desc.index)) { in assignPlanes()
301 DLOGTRACE("plane type %d index %d is not available", desc.type, desc.index); in assignPlanes()
327 if (desc.type == DisplayPlane::PLANE_OVERLAY && desc.index == 1 && in assignPlanes()
340 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()
349 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()