Searched refs:_Xmax (Results 1 – 5 of 5) sorted by relevance
502 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels()503 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels()770 const GLint dstXmax = drawFb->_Xmax; in _mesa_clip_blit()
82 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()413 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in accum()
397 buffer->_Xmax = bbox[1]; in _mesa_update_draw_buffer_bounds()
2694 GLint _Xmin, _Xmax; member
237 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; in clear_with_quad()