Lines Matching refs:mLayerRotMap
372 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext()
498 if(ctx->mLayerRotMap[i]) { in closeContext()
499 delete ctx->mLayerRotMap[i]; in closeContext()
500 ctx->mLayerRotMap[i] = NULL; in closeContext()
1614 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
1617 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
1618 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
1632 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync()
1764 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
2093 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit()
2205 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit()
2340 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSourceSplit()