Lines Matching refs:plane
141 DisplayPlane *plane = NULL; in allocPlane() local
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()
161 if (plane && !plane->initialize(DisplayPlane::MIN_DATA_BUFFER_COUNT)) { in allocPlane()
163 DEINIT_AND_DELETE_OBJ(plane); in allocPlane()
166 return plane; in allocPlane()
340 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()
341 if (zLayer->plane == NULL) { in assignPlanes()
349 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()
350 if (zLayer->plane == NULL) { in assignPlanes()
371 config[i]->plane->setZOrderConfig(config, (void *)slot); in assignPlanes()
372 config[i]->plane->enable(); in assignPlanes()
380 i, l->planeType, l->plane->getIndex(), l->zorder); in assignPlanes()