Searched refs:_swrast_Point (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/ |
| H A D | ss_triangle.c | 100 if (ef[e0]) _swrast_Point( ctx, v0 ); 101 if (ef[e1]) _swrast_Point( ctx, v1 ); 102 if (ef[e2]) _swrast_Point( ctx, v2 ); 224 _swrast_Point( ctx, &verts[VB->Elts[i]] ); 229 _swrast_Point( ctx, &verts[i] );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/ |
| H A D | ss_triangle.c | 100 if (ef[e0]) _swrast_Point( ctx, v0 ); 101 if (ef[e1]) _swrast_Point( ctx, v1 ); 102 if (ef[e2]) _swrast_Point( ctx, v2 ); 224 _swrast_Point( ctx, &verts[VB->Elts[i]] ); 229 _swrast_Point( ctx, &verts[i] );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | swrast.h | 187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
|
| H A D | s_context.c | 642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) function in typeref:typename:void 645 _mesa_debug(ctx, "_swrast_Point\n");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | swrast.h | 187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
|
| H A D | s_context.c | 642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) function in typeref:typename:void 645 _mesa_debug(ctx, "_swrast_Point\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 844 _swrast_Point(ctx, &v[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 844 _swrast_Point(ctx, &v[0]);
|
Completed in 30 milliseconds