Home
last modified time | relevance | path

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

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