Searched refs:spanY (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.h | 47 GLint width, GLint spanX, GLint spanY, 52 GLint width, GLint spanX, GLint spanY,
|
D | s_zoom.c | 50 GLint spanX, GLint spanY, GLint width, in compute_zoomed_bounds() argument 57 assert(spanY >= imageY); in compute_zoomed_bounds() 79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds() 80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds() 362 GLint width, GLint spanX, GLint spanY, in _swrast_write_zoomed_stencil_span() argument 369 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_stencil_span() 405 GLint width, GLint spanX, GLint spanY, in _swrast_write_zoomed_z_span() argument 414 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_z_span()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1031 GLint spanY; in draw_stencil_pixels() local 1034 spanY = height - row - 1; in draw_stencil_pixels() 1037 spanY = row; in draw_stencil_pixels() 1044 ubyte *dest = stmap + spanY * pt->stride; in draw_stencil_pixels() 1051 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 1059 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 1069 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 1077 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 1087 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels() 1097 uint *dest = (uint *) (stmap + spanY * pt->stride); in draw_stencil_pixels()
|