Home
last modified time | relevance | path

Searched refs:r200TclPrimitive (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.h40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
Dr200_tcl.c108 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )
184 r200TclPrimitive( ctx, prim, hwprim ); in r200EmitPrim()
257 void r200TclPrimitive( struct gl_context *ctx, in r200TclPrimitive() function