Home
last modified time | relevance | path

Searched refs:_Xmin (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Daccum.c80 x = ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
82 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
411 xpos = ctx->DrawBuffer->_Xmin; in accum()
413 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in accum()
Dimage.c496 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels()
497 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
498 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
499 *destX = buffer->_Xmin; in _mesa_clip_drawpixels()
769 const GLint dstXmin = drawFb->_Xmin; in _mesa_clip_blit()
Dframebuffer.c395 buffer->_Xmin = bbox[0]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h2694 GLint _Xmin, _Xmax; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c236 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f; in clear_with_quad()