HomeSort by relevance Sort by last modified time
    Searched refs:reduced_hw_prim (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 319 static inline GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) function
489 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
647 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 468 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable
611 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
754 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );

Completed in 867 milliseconds