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()
1529 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1532 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1533 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1547 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync()
1679 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
2015 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
2126 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
2261 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()