Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c338 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
489 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
613 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim ) in r200RasterPrimitive() function
647 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) ); in r200RenderPrimitive()