HomeSort by relevance Sort by last modified time
    Searched full:pvtx0 (Results 1 - 1 of 1) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGeometry.cpp 142 const SVtx * const pVtx0,
282 SVtx *pVtx0, *pVtx1, *pVtx2;
310 pVtx0 = &m_pVtx[pwIdx[3*i+0]];
315 ++pVtx0->nTriNumFree;
320 m_pTri[i].psEdg[0] = BuildEdgeList(pVtx0, pVtx1);
322 m_pTri[i].psEdg[2] = BuildEdgeList(pVtx2, pVtx0);
331 pVtx0 = &m_pVtx[pwIdx[3*i+0]];
335 pVtx0->psTri[pVtx0->nTriNumTot++] = &m_pTri[i];
408 @Input pVtx0 Edge
    [all...]

Completed in 223 milliseconds