Lines Matching refs:dpyAttr

90     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;  in openFramebufferDevice()
92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
93 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres = info.xres; in openFramebufferDevice()
94 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres; in openFramebufferDevice()
95 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi; in openFramebufferDevice()
96 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi; in openFramebufferDevice()
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps; in openFramebufferDevice()
104 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true; in openFramebufferDevice()
212 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
233 MDPComp::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
276 if(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd) { in closeContext()
277 close(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd); in closeContext()
278 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = -1; in closeContext()
325 float fbWidth = ctx->dpyAttr[dpy].xres; in getActionSafePosition()
326 float fbHeight = ctx->dpyAttr[dpy].yres; in getActionSafePosition()
634 return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive; in isExternalActive()
730 fbFd = ctx->dpyAttr[dpy].fd; in hwc_sync()
781 int hw_w = ctx->dpyAttr[dpy].xres; in trimLayer()
782 int hw_h = ctx->dpyAttr[dpy].yres; in trimLayer()
857 int fb_width = ctx->dpyAttr[dpy].xres; in setupBasePipe()
858 int fb_height = ctx->dpyAttr[dpy].yres; in setupBasePipe()
859 int fb_fd = ctx->dpyAttr[dpy].fd; in setupBasePipe()
1024 int hw_w = ctx->dpyAttr[dpy].xres; in configureHighRes()
1025 int hw_h = ctx->dpyAttr[dpy].yres; in configureHighRes()