Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c339 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
490 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
614 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim ) in r200RasterPrimitive() function
648 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) ); in r200RenderPrimitive()