Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp421 const SVtx *pVtxL, *pVtxH; in BuildEdgeList() local
425 pVtxH = pVtx0 > pVtx1 ? pVtx0 : pVtx1; in BuildEdgeList()
433 if(pEdg->psVtx[0] == pVtxL && pEdg->psVtx[1] == pVtxH) in BuildEdgeList()
444 pEdg->psVtx[1] = pVtxH; in BuildEdgeList()