Home
last modified time | relevance | path

Searched refs:PointSpan (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.c795 swrast->PointSpan.primitive = GL_POINT; in _swrast_CreateContext()
796 swrast->PointSpan.end = 0; in _swrast_CreateContext()
797 swrast->PointSpan.facing = 0; in _swrast_CreateContext()
798 swrast->PointSpan.array = swrast->SpanArrays; in _swrast_CreateContext()
859 if (swrast->PointSpan.end > 0) { in _swrast_flush()
860 _swrast_write_rgba_span(ctx, &(swrast->PointSpan)); in _swrast_flush()
861 swrast->PointSpan.end = 0; in _swrast_flush()
900 swrast->PointSpan.end = 0; in _swrast_render_start()
Ds_context.h293 SWspan PointSpan; member
Ds_points.c460 SWspan *span = &(swrast->PointSpan); in pixel_point()