Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_simplesurf.c1008 int _dxfEliminateStandaloneVertices(int nV, float *v, int *new_nV, float **new_v_exported, in _dxfEliminateStandaloneVertices() argument
1035 new_v = *new_v_exported = (float *) DXAllocateZero(3 * nV * sizeof (float)); in _dxfEliminateStandaloneVertices()
1037 if (!(*new_v_exported)) goto error; in _dxfEliminateStandaloneVertices()
1080 *new_v_exported = (float *) DXReAllocate (*new_v_exported, *new_nV * sizeof (Vertex)); in _dxfEliminateStandaloneVertices()
1082 if (!(*new_v_exported)) goto error; in _dxfEliminateStandaloneVertices()
1096 if (*new_v_exported) DXFree((Pointer) (*new_v_exported)); *new_v_exported = NULL; in _dxfEliminateStandaloneVertices()