Searched refs:index1 (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Sphere.cpp | 136 u32 index1 = (thetaIndex + 1) % circleVerticesNum + phiIndex * circleVerticesNum; in InitializeSphere() local 139 SetIndex(vertexIndex, index0, index1, index2); in InitializeSphere() 141 SetIndex(vertexIndex, index1, index3, index2); in InitializeSphere()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/ |
| D | demo_TrianglesRenderData.h | 418 const GLuint index0, const GLuint index1, const GLuint index2); 432 const GLuint index0, const GLuint index1,
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_TrianglesRenderData.cpp | 673 const GLuint index0, const GLuint index1, const GLuint index2) in SetIndex() argument 678 m_IndexArray[3 * index + 1] = static_cast<GLushort>(index1); in SetIndex() 688 const GLuint index0, const GLuint index1, in SetSquareIndex() argument 702 m_IndexArray[squareIndex6 + 1] = static_cast<GLushort>(index1); in SetSquareIndex()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/ |
| D | gx_FragmentLightingSimpleCmd.cpp | 1331 u32 index1 = i + 256; in AddLUTCommand() local 1340 UTL_F2FX_12W_1I_F(s_LutArray[index1], data1); in AddLUTCommand()
|