Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dimage.c502 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()
Daccum.c82 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
413 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in accum()
Dframebuffer.c397 buffer->_Xmax = bbox[1]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h2694 GLint _Xmin, _Xmax; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c237 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; in clear_with_quad()