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

  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 98 if (ef[e0]) _swrast_Point( ctx, v0 );
99 if (ef[e1]) _swrast_Point( ctx, v1 );
100 if (ef[e2]) _swrast_Point( ctx, v2 );
222 _swrast_Point( ctx, &verts[VB->Elts[i]] );
227 _swrast_Point( ctx, &verts[i] );
  /external/mesa3d/src/mesa/swrast/
swrast.h 183 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
s_context.c 647 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 )
650 _mesa_debug(ctx, "_swrast_Point\n");
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 850 _swrast_Point(ctx, &v[0]);
    [all...]

Completed in 87 milliseconds