Home | History | Annotate | Download | only in swrast_setup

Lines Matching defs:ef

51                                               const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e0]) _swrast_Point( ctx, v0 );
99 if (ef[e1]) _swrast_Point( ctx, v1 );
100 if (ef[e2]) _swrast_Point( ctx, v2 );
117 GLubyte *ef = VB->EdgeFlag;
149 render(ctx, ef, e0, e1, e2, v0, v1, v2);
157 render(ctx, ef, e0, e1, e2, v0, v1, v2);