Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp68 const PVRTGEOMETRY_IDX *pwIdx; // Vertex indices forming this triangle member
121 const PVRTGEOMETRY_IDX * const pwIdx,
275 const PVRTGEOMETRY_IDX * const pwIdx, in CObject() argument
310 pVtx0 = &m_pVtx[pwIdx[3*i+0]]; in CObject()
311 pVtx1 = &m_pVtx[pwIdx[3*i+1]]; in CObject()
312 pVtx2 = &m_pVtx[pwIdx[3*i+2]]; in CObject()
331 pVtx0 = &m_pVtx[pwIdx[3*i+0]]; in CObject()
332 pVtx1 = &m_pVtx[pwIdx[3*i+1]]; in CObject()
333 pVtx2 = &m_pVtx[pwIdx[3*i+2]]; in CObject()
340 m_pTri[i].pwIdx = &pwIdx[3*i]; in CObject()
[all …]
DPVRTShadowVol.cpp646 unsigned short *pwIdx; in PVRTShadowVolSilhouetteProjectedBuild() local
670 pwIdx = (unsigned short*) data.pData; in PVRTShadowVolSilhouetteProjectedBuild()
680pwIdx = (unsigned short*)pContext->pglExt->glMapBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, GL_WRITE_ON… in PVRTShadowVolSilhouetteProjectedBuild()
683 pwIdx = psVol->piib; in PVRTShadowVolSilhouetteProjectedBuild()
715 pwIdx[psVol->nIdxCnt+0] = psTri->w[0]; in PVRTShadowVolSilhouetteProjectedBuild()
716 pwIdx[psVol->nIdxCnt+1] = psTri->w[1]; in PVRTShadowVolSilhouetteProjectedBuild()
717 pwIdx[psVol->nIdxCnt+2] = psTri->w[2]; in PVRTShadowVolSilhouetteProjectedBuild()
730 pwIdx[psVol->nIdxCnt+0] = (unsigned short) psMesh->nV + psTri->w[0]; in PVRTShadowVolSilhouetteProjectedBuild()
731 pwIdx[psVol->nIdxCnt+1] = (unsigned short) psMesh->nV + psTri->w[1]; in PVRTShadowVolSilhouetteProjectedBuild()
732 pwIdx[psVol->nIdxCnt+2] = (unsigned short) psMesh->nV + psTri->w[2]; in PVRTShadowVolSilhouetteProjectedBuild()
[all …]
DPVRTGeometry.h37 PVRTGEOMETRY_IDX * const pwIdx,