Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c60 static void intelRasterPrimitive(struct gl_context * ctx, GLenum rprim,
681 #define RASTERIZE(x) intelRasterPrimitive( ctx, x, hw_prim[x] )
1120 intelRasterPrimitive(struct gl_context * ctx, GLenum rprim, GLuint hwprim) in intelRasterPrimitive() function
1166 intelRasterPrimitive(ctx, reduced_prim[prim], hw_prim[prim]); in intelRenderPrimitive()