Home | History | Annotate | Download | only in libvirtual

Lines Matching refs:HWC_DISPLAY_VIRTUAL

84     mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].xres = 0;
85 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres = 0;
166 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].mDownScaleMode = true;
168 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].mDownScaleMode = false;
174 uint32_t &extW = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].xres;
175 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
198 mHwcContext->mViewFrame[HWC_DISPLAY_VIRTUAL].left = 0;
199 mHwcContext->mViewFrame[HWC_DISPLAY_VIRTUAL].top = 0;
200 mHwcContext->mViewFrame[HWC_DISPLAY_VIRTUAL].right =
201 (int)mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].xres;
202 mHwcContext->mViewFrame[HWC_DISPLAY_VIRTUAL].bottom =
203 (int)mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
204 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].vsync_period =
215 getFbForDpy(HWC_DISPLAY_VIRTUAL);
226 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].fd = mFd;
239 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].fd = mFd;