HomeSort by relevance Sort by last modified time
    Searched refs:_Xmax (Results 26 - 48 of 48) sorted by null

12

  /external/mesa3d/src/mesa/main/
clear.c 190 ctx->DrawBuffer->_Xmin >= ctx->DrawBuffer->_Xmax ||
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 545 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
672 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_copypix.c 498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
s_stencil.c 567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_span.c 695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
704 const GLint xmax = ctx->DrawBuffer->_Xmax;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_depth.c 545 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
672 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_copypix.c 498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
s_stencil.c 567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_span.c 695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
704 const GLint xmax = ctx->DrawBuffer->_Xmax;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_context.c 55 fb->_Xmax == fb->Width && fb->_Xmin == 0 &&
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_context.c 55 fb->_Xmax == fb->Width && fb->_Xmin == 0 &&
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 252 const GLint width = ctx->DrawBuffer->_Xmax - x;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 252 const GLint width = ctx->DrawBuffer->_Xmax - x;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 221 draw_fb->_Xmin, draw_fb->_Xmax) &&
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 255 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 221 draw_fb->_Xmin, draw_fb->_Xmax) &&
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 255 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 647 milliseconds

12