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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 317 static INLINE GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) function
488 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
639 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 467 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable
610 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
746 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 317 static INLINE GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) function
488 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
639 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 467 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable
610 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )
746 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );

Completed in 35 milliseconds