Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Sphere.cpp138 u32 index3 = (thetaIndex + 1 + (phiIndex + 1) * circleVerticesNum) % verticesNum; in InitializeSphere() local
141 SetIndex(vertexIndex, index1, index3, index2); in InitializeSphere()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp689 const GLuint index2, const GLuint index3) in SetSquareIndex() argument
704 m_IndexArray[squareIndex6 + 3] = static_cast<GLushort>(index3); in SetSquareIndex()
707 m_IndexArray[squareIndex6 + 4] = static_cast<GLushort>(index3); in SetSquareIndex()
708 m_IndexArray[squareIndex6 + 5] = static_cast<GLushort>(index3); in SetSquareIndex()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TrianglesRenderData.h433 const GLuint index2, const GLuint index3);