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

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 25 int fb_height; member in struct:xorg_renderer
xorg_renderer.c 355 r->fb_height != height)
363 r->fb_height = height;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 182 float fb_height = svga->curr.framebuffer.height; local
257 if (fy + fh > fb_height) {
258 prescale.scale[1] *= fh / (fb_height - fy);
260 float in = fb_height - fy; /* number of vp pixels inside view */
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */
265 prescale.translate[1] -= fy * (fh / (fb_height - fy));
268 fh = fb_height - fy;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 166 const GLfloat fb_height = (GLfloat)fb->Height; local
169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
st_cb_clear.c 200 const GLfloat fb_height = (GLfloat) fb->Height; local
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f;
204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f;
289 vp.scale[1] = fb_height * (invert ? -0.5f : 0.5f);
293 vp.translate[1] = 0.5f * fb_height;
st_cb_bitmap.c 339 const GLfloat fb_height = (GLfloat)st->state.framebuffer.height; local
347 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
349 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
st_cb_drawpixels.c 585 const GLfloat fb_height = (GLfloat) fb->Height; local
587 const GLfloat clip_y0 = y0 / fb_height * 2.0f - 1.0f;
589 const GLfloat clip_y1 = y1 / fb_height * 2.0f - 1.0f;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp 79 int fb_height = fb_layer.displayFrame.bottom - fb_layer.displayFrame.top; local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height));
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 99 unsigned int fb_height; member in struct:xa_context
xa_renderer.c 355 if (r->fb_width != width || r->fb_height != height) {
362 r->fb_height = height;
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 155 int fb_height; member in struct:copybit_context_t
738 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
744 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
855 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 155 int fb_height; member in struct:copybit_context_t
744 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
750 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
861 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 154 int fb_height; member in struct:copybit_context_t
743 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
749 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
860 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 157 int fb_height; member in struct:copybit_context_t
719 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
725 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
835 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 154 int fb_height; member in struct:copybit_context_t
747 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
753 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
864 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 155 int fb_height; member in struct:copybit_context_t
751 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
757 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
868 ctx->fb_height = value;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 171 int fb_height = ctx->dpyAttr[dpy].yres; local
181 ovInfo.src.height = fb_height;
183 ovInfo.src_rect.h = fb_height;
185 ovInfo.dst_rect.h = fb_height;
    [all...]
hwc_utils.cpp 856 int fb_height = ctx->dpyAttr[dpy].yres; local
866 ovInfo.src.height = fb_height;
868 ovInfo.src_rect.h = fb_height;
870 ovInfo.dst_rect.h = fb_height;
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js     [all...]

Completed in 238 milliseconds