Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c484 GLubyte *cdest = dest; in _tnl_emit_indexed_vertices_to_buffer() local
487 vtx->emit( ctx, 1, cdest ); in _tnl_emit_indexed_vertices_to_buffer()
488 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()
493 vtx->emit( ctx, 1, cdest); in _tnl_emit_indexed_vertices_to_buffer()
494 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()
497 return (void *) cdest; in _tnl_emit_indexed_vertices_to_buffer()