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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 336 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
488 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
608 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim )
639 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 336 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
488 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )
608 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim )
639 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );

Completed in 34 milliseconds