Searched refs:spanY (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 49 GLint spanX, GLint spanY, GLint width, in compute_zoomed_bounds() argument 56 assert(spanY >= imageY); in compute_zoomed_bounds() 78 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds() 79 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds() 361 GLint width, GLint spanX, GLint spanY, in _swrast_write_zoomed_stencil_span() argument 368 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_stencil_span() 404 GLint width, GLint spanX, GLint spanY, in _swrast_write_zoomed_z_span() argument 413 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_z_span()
|
D | s_zoom.h | 47 GLint width, GLint spanX, GLint spanY, 52 GLint width, GLint spanX, GLint spanY,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 841 GLint spanY; in draw_stencil_pixels() local 844 spanY = height - row - 1; in draw_stencil_pixels() 847 spanY = row; in draw_stencil_pixels() 854 ubyte *dest = stmap + spanY * pt->stride; in draw_stencil_pixels() 861 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 869 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 879 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 887 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 897 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 907 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels()
|