Lines Matching refs:mLayerRotMap
253 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext()
352 if(ctx->mLayerRotMap[i]) { in closeContext()
353 delete ctx->mLayerRotMap[i]; in closeContext()
354 ctx->mLayerRotMap[i] = NULL; in closeContext()
1303 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1306 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1307 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1449 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
1684 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
1792 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
1922 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()