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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 98 * The SWspan structure describes the colors, Z, fogcoord, texcoords,
169 } SWspan;
188 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span);
191 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span );
200 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span);
215 SWspan *span);
  /external/mesa3d/src/mesa/swrast/
s_span.h 98 * The SWspan structure describes the colors, Z, fogcoord, texcoords,
169 } SWspan;
188 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span);
191 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span );
200 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span);
215 SWspan *span);

Completed in 1196 milliseconds