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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h 97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start, function
100 return EMIT_VERTS(ctx, start, count, buf);
126 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
161 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
191 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
242 tmp = TAG(emit_verts)( ctx, j, nr, tmp );
243 tmp = TAG(emit_verts)( ctx, start, 1, tmp );
247 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
256 tmp = TAG(emit_verts)( ctx, start+1, 1, tmp );
257 tmp = TAG(emit_verts)( ctx, start, 1, tmp )
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start, function
100 return EMIT_VERTS(ctx, start, count, buf);
126 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
161 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
191 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
242 tmp = TAG(emit_verts)( ctx, j, nr, tmp );
243 tmp = TAG(emit_verts)( ctx, start, 1, tmp );
247 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
256 tmp = TAG(emit_verts)( ctx, start+1, 1, tmp );
257 tmp = TAG(emit_verts)( ctx, start, 1, tmp )
    [all...]

Completed in 1146 milliseconds