Lines Matching refs:mLayerRotMap
349 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext()
465 if(ctx->mLayerRotMap[i]) { in closeContext()
466 delete ctx->mLayerRotMap[i]; in closeContext()
467 ctx->mLayerRotMap[i] = NULL; in closeContext()
1527 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1530 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1531 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1545 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync()
1677 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
2013 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
2124 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
2259 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()