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()
1315 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1318 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1319 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1434 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
1679 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
1787 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
1918 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()