Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c486 GLubyte *cdest = dest; in _tnl_emit_indexed_vertices_to_buffer() local
489 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()
/external/python/cpython3/PC/layout/
Dmain.py466 cdest = Path(dest).parent / Path(c).relative_to(src.parent)
469 zip_file.write(c, str(cdest))
470 in_catalog.append((cdest.name, cdest))