Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c75 _swrast_span_default_attribs(ctx, &span); in _swrast_Bitmap()
168 _swrast_span_default_attribs(ctx, &span);
Ds_span.h188 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span);
Ds_copypix.c126 _swrast_span_default_attribs(ctx, &span); in copy_rgba_pixels()
251 _swrast_span_default_attribs(ctx, &span); in copy_depth_pixels()
Ds_drawpix.c326 _swrast_span_default_attribs(ctx, &span); in draw_depth_pixels()
439 _swrast_span_default_attribs(ctx, &span); in draw_rgba_pixels()
Ds_span.c68 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span) in _swrast_span_default_attribs() function