Searched refs:idxs (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LineSimple/ |
| D | LineSimple.cpp | 68 GLushort idxs[] = {0, 1, 2, 0}; in LoadObjects() local 78 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idxs), idxs, GL_STATIC_DRAW); in LoadObjects()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | TriangleSimple.cpp | 64 GLushort idxs[] = {0, 1, 2}; in LoadObjects() local 74 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idxs), idxs, GL_STATIC_DRAW); in LoadObjects()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | GasColorSimple.cpp | 144 GLushort idxs[6] = {0, 1, 2, 0, 2, 3}; in SceneObjectInitialize() local 146 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), idxs, GL_STATIC_DRAW); in SceneObjectInitialize()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | GasColorOptimal.cpp | 127 GLushort idxs[6] = {0, 1, 2, 0, 2, 3}; in SceneObjectInitialize() local 129 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), idxs, GL_STATIC_DRAW); in SceneObjectInitialize()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/TextureCombiner/ |
| D | gx_TextureCombiner.cpp | 113 GLushort idxs[] = {0, 1, 2, 3}; in LoadObjects() local 123 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idxs), idxs, GL_STATIC_DRAW); in LoadObjects()
|
| /CTR-SDK-4.2.7-SampleDemos/camera/Stereo/ |
| D | main.cpp | 1594 GLushort idxs[] = { 0, 1, 2, 3 }; in LoadObjects() local 1604 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idxs), idxs, GL_STATIC_DRAW); in LoadObjects()
|