Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp122 #define __INDEX(ROW, COL) ((ROW) * COL_NUM + (COL)) in LoadSphere() macro
125 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere()
126 s_Idx[i++] = __INDEX(row, col); in LoadSphere()
128 #undef __INDEX in LoadSphere()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp115 #define __INDEX(ROW, COL) ((ROW) * COL_NUM + (COL)) in LoadSphere() macro
118 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere()
119 s_Idx[i++] = __INDEX(row, col); in LoadSphere()
121 #undef __INDEX in LoadSphere()