Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_stencil.h45 _swrast_write_stencil_span( struct gl_context *ctx, GLint n, GLint x, GLint y,
Ds_drawpix.c291 _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()
Ds_zoom.c391 _swrast_write_stencil_span(ctx, zoomedWidth, x0, y, zoomedVals); in _swrast_write_zoomed_stencil_span()
Ds_stencil.c495 _swrast_write_stencil_span(struct gl_context *ctx, GLint n, GLint x, GLint y, in _swrast_write_stencil_span() function
Ds_copypix.c416 _swrast_write_stencil_span( ctx, width, destx, dy, stencil ); in copy_stencil_pixels()