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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_variant.c 59 unsigned temp_vertex_stride; member in struct:draw_vs_variant_generic
91 unsigned stride = vsvg->temp_vertex_stride;
114 unsigned stride = vsvg->temp_vertex_stride;
135 unsigned temp_vertex_stride = vsvg->temp_vertex_stride; local
136 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
155 temp_vertex_stride,
156 temp_vertex_stride);
178 temp_vertex_stride,
202 unsigned temp_vertex_stride = vsvg->temp_vertex_stride local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_variant.c 59 unsigned temp_vertex_stride; member in struct:draw_vs_variant_generic
91 unsigned stride = vsvg->temp_vertex_stride;
114 unsigned stride = vsvg->temp_vertex_stride;
135 unsigned temp_vertex_stride = vsvg->temp_vertex_stride; local
136 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
155 temp_vertex_stride,
156 temp_vertex_stride);
178 temp_vertex_stride,
202 unsigned temp_vertex_stride = vsvg->temp_vertex_stride local
    [all...]

Completed in 558 milliseconds