Searched refs:PointSpan (Results 1 - 6 of 6) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c790 swrast->PointSpan.primitive = GL_POINT;
791 swrast->PointSpan.end = 0;
792 swrast->PointSpan.facing = 0;
793 swrast->PointSpan.array = swrast->SpanArrays;
853 if (swrast->PointSpan.end > 0) {
854 _swrast_write_rgba_span(ctx, &(swrast->PointSpan));
855 swrast->PointSpan.end = 0;
894 swrast->PointSpan.end = 0;
H A Ds_context.h309 SWspan PointSpan; member in struct:__anon927bb33e0108
H A Ds_points.c459 SWspan *span = &(swrast->PointSpan);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c790 swrast->PointSpan.primitive = GL_POINT;
791 swrast->PointSpan.end = 0;
792 swrast->PointSpan.facing = 0;
793 swrast->PointSpan.array = swrast->SpanArrays;
853 if (swrast->PointSpan.end > 0) {
854 _swrast_write_rgba_span(ctx, &(swrast->PointSpan));
855 swrast->PointSpan.end = 0;
894 swrast->PointSpan.end = 0;
H A Ds_context.h310 SWspan PointSpan; member in struct:__anonea7e70310108
H A Ds_points.c452 SWspan *span = &(swrast->PointSpan);

Completed in 15 milliseconds