Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c793 swrast->PointSpan.primitive = GL_POINT; in _swrast_CreateContext()
794 swrast->PointSpan.end = 0; in _swrast_CreateContext()
795 swrast->PointSpan.facing = 0; in _swrast_CreateContext()
796 swrast->PointSpan.array = swrast->SpanArrays; in _swrast_CreateContext()
856 if (swrast->PointSpan.end > 0) { in _swrast_flush()
857 _swrast_write_rgba_span(ctx, &(swrast->PointSpan)); in _swrast_flush()
858 swrast->PointSpan.end = 0; in _swrast_flush()
897 swrast->PointSpan.end = 0; in _swrast_render_start()
Ds_context.h310 SWspan PointSpan; member
Ds_points.c459 SWspan *span = &(swrast->PointSpan); in pixel_point()