HomeSort by relevance Sort by last modified time
    Searched refs:_swrast_Line (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 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 );
234 _swrast_Line( ctx, &verts[v0], &verts[v1] );
  /external/mesa3d/src/mesa/swrast/
swrast.h 186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
s_context.c 636 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 )
639 _mesa_debug(ctx, "_swrast_Line\n");
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 832 _swrast_Line(ctx, &v[0], &v[1]);
    [all...]

Completed in 120 milliseconds