Lines Matching refs:mContext
40 memset(&mContext, 0, sizeof(mContext)); in AnnOverlayPlane()
90 if (mContext.ctx.ov_ctx.ovadd & (0x1 << 15)) in enable()
93 mContext.ctx.ov_ctx.ovadd |= (0x1 << 15); in enable()
105 if (!(mContext.ctx.ov_ctx.ovadd & (0x1 << 15))) in disable()
108 mContext.ctx.ov_ctx.ovadd &= ~(0x1 << 15); in disable()
110 mContext.ctx.ov_ctx.ovadd &= ~(0x300); in disable()
112 mContext.ctx.ov_ctx.ovadd |= mPipeConfig; in disable()
593 mContext.type = DC_OVERLAY_PLANE; in flip()
594 mContext.ctx.ov_ctx.ovadd = ovadd; in flip()
595 mContext.ctx.ov_ctx.index = mIndex; in flip()
596 mContext.ctx.ov_ctx.pipe = mDevice; in flip()
597 mContext.ctx.ov_ctx.ovadd |= mPipeConfig; in flip()
603 mContext.ctx.ov_ctx.ovadd, in flip()
613 return (void *)&mContext; in getContext()
631 mContext.gtt_key = (unsigned long)mapper.getCpuAddress(0); in setDataBuffer()
817 arg.plane.ctx = mContext.ctx.ov_ctx.ovadd; in flush()