HomeSort by relevance Sort by last modified time
    Searched refs:fbWidth (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_copytex.c 40 * \param fbWidth width of the source framebuffer
49 GLint fbWidth, GLint fbHeight,
70 if (width == fbWidth) {
76 fbWidth);
83 fbWidth, 0);
91 if (width == fbWidth && height == fbHeight) {
97 fbWidth, fbHeight);
104 fbWidth, fbHeight, 0);
115 if (width == fbWidth && height == fbHeight) {
121 fbWidth, fbHeight)
    [all...]
st_copytex.h 31 GLint fbWidth, GLint fbHeight,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 81 int fbWidth = 0, fbHeight = 0;
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
83 ctx->dpyAttr[dpy].xres = fbWidth;
225 int fbWidth = ctx->dpyAttr[dpy].xres;
228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH);
hwc_utils.cpp 564 uint32_t fbWidth = ctx->dpyAttr[dpy].xres;
569 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
577 swap(fbWidth, fbHeight);
581 float asW = (float)fbWidth;
585 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
587 asX = ((float)fbWidth - asW) / 2;
591 xRatio = (float)x/(float)fbWidth;
593 wRatio = (float)w/(float)fbWidth;
616 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
621 float width = fbWidth;
    [all...]
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 388 int fbWidth = ctx->dpyAttr[dpy].xres;
393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
401 swap(fbWidth, fbHeight);
405 float asW = (float)fbWidth;
409 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
411 asX = ((float)fbWidth - asW) / 2;
415 xRatio = (float)x/(float)fbWidth;
417 wRatio = (float)w/(float)fbWidth;
468 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
473 float width = fbWidth;
    [all...]
hwc_virtual.cpp 102 int fbWidth = 0, fbHeight = 0;
103 getLayerResolution(fbLayer, fbWidth, fbHeight);
104 ctx->dpyAttr[dpy].xres = fbWidth;
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 403 int fbWidth = ctx->dpyAttr[dpy].xres;
408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
416 swap(fbWidth, fbHeight);
420 float asW = (float)fbWidth;
424 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
426 asX = ((float)fbWidth - asW) / 2;
430 xRatio = (float)x/(float)fbWidth;
432 wRatio = (float)w/(float)fbWidth;
455 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
460 float width = fbWidth;
    [all...]
hwc_virtual.cpp 113 int fbWidth = 0, fbHeight = 0;
114 getLayerResolution(fbLayer, fbWidth, fbHeight);
115 ctx->dpyAttr[dpy].xres = fbWidth;
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 325 float fbWidth = ctx->dpyAttr[dpy].xres;
330 float asW = fbWidth;
340 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
342 asX = (fbWidth - asW) / 2;
346 xRatio = (float)x/fbWidth;
348 wRatio = (float)w/fbWidth;
    [all...]
hwc_copybit.cpp 100 int fbWidth = ctx->dpyAttr[dpy].xres;
102 unsigned int fbArea = (fbWidth * fbHeight);
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 173 milliseconds