Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp42 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()
[all …]