Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c485 GLubyte *cdest = dest; in _tnl_emit_indexed_vertices_to_buffer() local
488 vtx->emit( ctx, 1, cdest ); in _tnl_emit_indexed_vertices_to_buffer()
489 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()
494 vtx->emit( ctx, 1, cdest); in _tnl_emit_indexed_vertices_to_buffer()
495 cdest += vtx->vertex_size; in _tnl_emit_indexed_vertices_to_buffer()
498 return (void *) cdest; in _tnl_emit_indexed_vertices_to_buffer()
/external/python/cpython3/PC/layout/
Dmain.py457 cdest = Path(dest).parent / Path(c).relative_to(src.parent)
460 zip_file.write(c, str(cdest))
461 in_catalog.append((cdest.name, cdest))