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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c480 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim );
610 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
731 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim ) function
746 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c480 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim );
610 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
731 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim ) function
746 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );

Completed in 28 milliseconds