Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwQmesh.c59 _newQMesh(int nStrips, int nStrippedPts, QMesh *mesh, dxObject *o) in _newQMesh() argument
86 if ( !DXAllocateArray (tmp->connectionArray, nStrippedPts)) in _newQMesh()
92 tmp->nconnections = nStrippedPts; in _newQMesh()
316 nStrippedPts += nPtsInStrip ; \
345 int nStrippedPts = 0 ; /* number of points stripped */ in _dxf_quadsToQmesh() local
474 PRINT(("stripped %d quadrangles", (nStrippedPts - 2*nStrips)/2)); in _dxf_quadsToQmesh()
477 nStrips? (nStrippedPts - 2*nStrips)/(float)nStrips: 0)); in _dxf_quadsToQmesh()
479 if (! _newQMesh(nStrips, nStrippedPts, &qmesh, &qmesho)) in _dxf_quadsToQmesh()
H A DhwTmesh.c340 _newTMesh(int nStrips, int nStrippedPts, TMesh *mesh, dxObject *o) in _newTMesh() argument
367 if ( !DXAllocateArray (tmp->connectionArray, nStrippedPts)) in _newTMesh()
373 tmp->nconnections = nStrippedPts; in _newTMesh()
426 int nStrippedPts = 0 ; /* number of points stripped */ in _dxf_trisToTmesh() local
558 nStrippedPts += nPtsInStrip ; in _dxf_trisToTmesh()
562 PRINT(("stripped %d triangles", nStrippedPts - 2*nStrips)); in _dxf_trisToTmesh()
565 nStrips? (nStrippedPts - 2*nStrips)/(float)nStrips: 0)); in _dxf_trisToTmesh()
567 if (! _newTMesh(nStrips, nStrippedPts, &tmesh, &tmesho)) in _dxf_trisToTmesh()