Searched refs:s_Idx (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/ |
| D | LightingVertex.cpp | 91 GLushort s_Idx[COL_NUM * (ROW_NUM - 1) * 2]; variable 125 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere() 126 s_Idx[i++] = __INDEX(row, col); in LoadSphere() 138 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(s_Idx), s_Idx, GL_STATIC_DRAW); in LoadSphere()
|
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 76 GLushort s_Idx[COL_NUM * (ROW_NUM - 1) * 2]; variable 118 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere() 119 s_Idx[i++] = __INDEX(row, col); in LoadSphere() 131 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(s_Idx), s_Idx, GL_STATIC_DRAW); in LoadSphere()
|