HomeSort by relevance Sort by last modified time
    Searched refs:fb_width (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 24 int fb_width; member in struct:xorg_renderer
xorg_renderer.c 354 if (r->fb_width != width ||
362 r->fb_width = width;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 24 int fb_width; member in struct:xorg_renderer
xorg_renderer.c 354 if (r->fb_width != width ||
362 r->fb_width = width;
  /system/core/init/
logo.c 50 #define fb_width(fb) ((fb)->vi.xres) macro
133 max = fb_width(&fb) * fb_height(&fb);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 181 float fb_width = svga->curr.framebuffer.width; local
249 if (fx + fw > fb_width) {
250 prescale.scale[0] *= fw / (fb_width - fx);
251 prescale.translate[0] -= fx * (fw / (fb_width - fx));
253 fw = fb_width - fx;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 181 float fb_width = svga->curr.framebuffer.width; local
249 if (fx + fw > fb_width) {
250 prescale.scale[0] *= fw / (fb_width - fx);
251 prescale.translate[0] -= fx * (fw / (fb_width - fx));
253 fw = fb_width - fx;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c 165 const GLfloat fb_width = (GLfloat)fb->Width; local
168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
st_cb_clear.c 199 const GLfloat fb_width = (GLfloat) fb->Width; local
201 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
288 vp.scale[0] = 0.5f * fb_width;
292 vp.translate[0] = 0.5f * fb_width;
st_cb_bitmap.c 338 const GLfloat fb_width = (GLfloat)st->state.framebuffer.width; local
346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
st_cb_drawpixels.c 584 const GLfloat fb_width = (GLfloat) fb->Width; local
586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f;
588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 165 const GLfloat fb_width = (GLfloat)fb->Width; local
168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
st_cb_clear.c 199 const GLfloat fb_width = (GLfloat) fb->Width; local
201 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
288 vp.scale[0] = 0.5f * fb_width;
292 vp.translate[0] = 0.5f * fb_width;
st_cb_bitmap.c 338 const GLfloat fb_width = (GLfloat)st->state.framebuffer.width; local
346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 98 unsigned int fb_width; member in struct:xa_context
xa_renderer.c 355 if (r->fb_width != width || r->fb_height != height) {
361 r->fb_width = width;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 98 unsigned int fb_width; member in struct:xa_context
xa_renderer.c 355 if (r->fb_width != width || r->fb_height != height) {
361 r->fb_width = width;
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 156 int fb_width; member in struct:copybit_context_t
714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
832 ctx->fb_width = value;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 156 int fb_width; member in struct:copybit_context_t
733 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
746 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
851 ctx->fb_width = value;
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 156 int fb_width; member in struct:copybit_context_t
714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
832 ctx->fb_width = value;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 166 int fb_width = ctx->dpyAttr[dpy].xres; local
176 ovInfo.src.width = fb_width;
178 ovInfo.src_rect.w = fb_width;
180 ovInfo.dst_rect.w = fb_width;
    [all...]
hwc_utils.cpp 810 int fb_width = ctx->dpyAttr[dpy].xres; local
820 ovInfo.src.width = fb_width;
822 ovInfo.src_rect.w = fb_width;
824 ovInfo.dst_rect.w = fb_width;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 171 int fb_width = ctx->dpyAttr[dpy].xres; local
181 ovInfo.src.width = fb_width;
183 ovInfo.src_rect.w = fb_width;
185 ovInfo.dst_rect.w = fb_width;
    [all...]
hwc_utils.cpp 850 int fb_width = ctx->dpyAttr[dpy].xres; local
860 ovInfo.src.width = fb_width;
862 ovInfo.src_rect.w = fb_width;
864 ovInfo.dst_rect.w = fb_width;
    [all...]

Completed in 1129 milliseconds

1 2