Searched refs:cdest (Results 1 – 2 of 2) sorted by relevance
486 GLubyte *cdest = dest; in _tnl_emit_indexed_vertices_to_buffer() local489 vtx->emit( ctx, 1, cdest ); in _tnl_emit_indexed_vertices_to_buffer()490 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()495 vtx->emit( ctx, 1, cdest); in _tnl_emit_indexed_vertices_to_buffer()496 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()499 return (void *) cdest; in _tnl_emit_indexed_vertices_to_buffer()
466 cdest = Path(dest).parent / Path(c).relative_to(src.parent)469 zip_file.write(c, str(cdest))470 in_catalog.append((cdest.name, cdest))