Lines Matching refs:dpyAttr
57 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) { in destroy()
58 ctx->dpyAttr[dpy].connected = false; in destroy()
59 ctx->dpyAttr[dpy].isPause = false; in destroy()
83 ctx->dpyAttr[dpy].xres = fbWidth; in prepare()
84 ctx->dpyAttr[dpy].yres = fbHeight; in prepare()
86 if(ctx->dpyAttr[dpy].connected == false) { in prepare()
87 ctx->dpyAttr[dpy].connected = true; in prepare()
88 ctx->dpyAttr[dpy].isPause = false; in prepare()
91 ctx->dpyAttr[dpy].vsync_period in prepare()
92 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period; in prepare()
98 if(!ctx->dpyAttr[dpy].isPause) { in prepare()
99 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
100 ctx->dpyAttr[dpy].fd = Writeback::getInstance()->getFbFd(); in prepare()
144 if(ctx->dpyAttr[dpy].connected in set()
145 && (!ctx->dpyAttr[dpy].isPause)) in set()
187 if(!Overlay::displayCommit(ctx->dpyAttr[dpy].fd)) { in set()
225 int fbWidth = ctx->dpyAttr[dpy].xres; in setMDPScalingMode()
226 int fbHeight = ctx->dpyAttr[dpy].yres; in setMDPScalingMode()
232 ctx->dpyAttr[dpy].mMDPScalingMode = scalingMode; in setMDPScalingMode()