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()
235 if(mRot) { in draw()
236 if(!mRot->queueBuffer(fd, offset)) in draw()
238 fd = mRot->getDstMemId(); in draw()
239 offset = mRot->getDstOffset(); in draw()
256 mRot = NULL; in reset()