Lines Matching refs:SVertexShVol
42 struct SVertexShVol { struct
387 SVertexShVol *pvData; in PVRTShadowVolMeshInitMesh()
437 pvData = (SVertexShVol*) data.pData; in PVRTShadowVolMeshInitMesh()
447 pvData = (SVertexShVol*)pContext->pglExt->glMapBufferARB(GL_ARRAY_BUFFER_ARB, GL_WRITE_ONLY_ARB); in PVRTShadowVolMeshInitMesh()
452 pvData = (SVertexShVol*)psMesh->pivb; in PVRTShadowVolMeshInitMesh()
1295 …pContext->pglExt->glVertexAttribPointerARB(0, 3, GL_FLOAT, GL_FALSE, sizeof(SVertexShVol), (void*)… in PVRTShadowVolSilhouetteProjectedRender()
1296 …pContext->pglExt->glVertexAttribPointerARB(1, 4, GL_UNSIGNED_BYTE, GL_FALSE, sizeof(SVertexShVol),… in PVRTShadowVolSilhouetteProjectedRender()
1314 …glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, sizeof(SVertexShVol), &((SVertexShVol*)psMesh->piv… in PVRTShadowVolSilhouetteProjectedRender()
1317 …glVertexAttribPointer(1, 4, GL_UNSIGNED_BYTE, GL_FALSE, sizeof(SVertexShVol), &((SVertexShVol*)psM… in PVRTShadowVolSilhouetteProjectedRender()
1334 glVertexPointer(3, GL_FLOAT, sizeof(SVertexShVol), &((SVertexShVol*)psMesh->pivb)[0].x); in PVRTShadowVolSilhouetteProjectedRender()
1335 …glesExt->glMatrixIndexPointerOES(1, GL_UNSIGNED_BYTE, sizeof(SVertexShVol), &((SVertexShVol*)psMes… in PVRTShadowVolSilhouetteProjectedRender()
1336 …pContext->pglesExt->glWeightPointerOES(1, GL_FLOAT, sizeof(SVertexShVol), &((SVertexShVol*)psMesh-… in PVRTShadowVolSilhouetteProjectedRender()