Searched refs:VBOVertex (Results 1 – 3 of 3) sorted by relevance
98 …GeoPatchContext::VBOVertex *VBOVtxPtr = m_vertexBuffer->Map<GeoPatchContext::VBOVertex>(Graphics::… in UpdateVBOs()120 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[x + (y * edgeLen)]; in UpdateVBOs()155 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[outerLeft + (y * edgeLen)]; in UpdateVBOs()189 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[x + (outerTop * edgeLen)]; in UpdateVBOs()190 GeoPatchContext::VBOVertex *vtxInr = &VBOVtxPtr[x + (innerTop * edgeLen)]; in UpdateVBOs()214 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[0]; in UpdateVBOs()215 GeoPatchContext::VBOVertex *srcPtr = &VBOVtxPtr[1]; in UpdateVBOs()220 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[(edgeLen - 1)]; in UpdateVBOs()221 GeoPatchContext::VBOVertex *srcPtr = &VBOVtxPtr[(edgeLen - 2)]; in UpdateVBOs()226 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[(edgeLen - 1) * edgeLen]; in UpdateVBOs()[all …]
19 struct VBOVertex { struct
88 struct VBOVertex { struct in GasPatchContext241 …GasPatchContext::VBOVertex *vtxPtr = m_vertexBuffer->Map<GasPatchContext::VBOVertex>(Graphics::BUF… in UpdateVBOs()242 assert(m_vertexBuffer->GetDesc().stride == sizeof(GasPatchContext::VBOVertex)); in UpdateVBOs()