Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c482 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim );
612 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
737 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim ) in radeonRasterPrimitive() function
755 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] ); in radeonRenderPrimitive()