Lines Matching refs:mLayerRotMap
233 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext()
334 if(ctx->mLayerRotMap[i]) { in closeContext()
335 delete ctx->mLayerRotMap[i]; in closeContext()
336 ctx->mLayerRotMap[i] = NULL; in closeContext()
1313 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1316 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1317 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1432 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
1677 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
1785 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
1916 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()