Lines Matching refs:mRot
67 mRot = NULL; in reset()
97 mRot = ctx->mRotMgr->getNext(); in preRotateExtDisplay()
98 if(mRot == NULL) return false; in preRotateExtDisplay()
99 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
105 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) { in preRotateExtDisplay()
107 mRot = NULL; in preRotateExtDisplay()
110 updateSource(orient, info, sourceCrop, mRot); in preRotateExtDisplay()
238 if(mRot) { in draw()
239 if(!mRot->queueBuffer(fd, offset)) in draw()
241 fd = mRot->getDstMemId(); in draw()
242 offset = mRot->getDstOffset(); in draw()
259 mRot = NULL; in reset()