Searched refs:r200TclPrimitive (Results 1 – 2 of 2) sorted by relevance
40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
109 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )185 r200TclPrimitive( ctx, prim, hwprim ); in r200EmitPrim()258 void r200TclPrimitive( struct gl_context *ctx, in r200TclPrimitive() function