Searched refs:_swrast_write_stencil_span (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_stencil.h | 45 _swrast_write_stencil_span( struct gl_context *ctx, GLint n, GLint x, GLint y,
|
D | s_drawpix.c | 291 _swrast_write_stencil_span(ctx, width, x, y, values); in draw_stencil_pixels() 682 _swrast_write_stencil_span(ctx, width, x, y + i, stencilValues); in draw_depth_stencil_pixels()
|
D | s_zoom.c | 391 _swrast_write_stencil_span(ctx, zoomedWidth, x0, y, zoomedVals); in _swrast_write_zoomed_stencil_span()
|
D | s_stencil.c | 495 _swrast_write_stencil_span(struct gl_context *ctx, GLint n, GLint x, GLint y, in _swrast_write_stencil_span() function
|
D | s_copypix.c | 416 _swrast_write_stencil_span( ctx, width, destx, dy, stencil ); in copy_stencil_pixels()
|