Lines Matching refs:dpyAttr
51 uint32_t xres = ctx->dpyAttr[mDpy].xres; in IFBUpdate()
52 uint32_t yres = ctx->dpyAttr[mDpy].yres; in IFBUpdate()
53 if (ctx->dpyAttr[dpy].customFBSize) { in IFBUpdate()
56 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
57 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()
76 ctx->mOverlay->validateAndSet(mDpy, ctx->dpyAttr[mDpy].fd); in prepareAndValidate()
176 if(!ctx->dpyAttr[mDpy].customFBSize && !ctx->mBufferMirrorMode in configure()
198 && !ctx->dpyAttr[mDpy].mDownScaleMode)) in configure()
201 !ctx->dpyAttr[mDpy].customFBSize) { in configure()
209 ctx->dpyAttr[mDpy].mDstRect = displayFrame; in configure()
303 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure()
304 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure()