Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp64 OBJECT_COUNT /* object count */ enumerator
70 GLuint id[OBJECT_COUNT];
71 GLuint idxId[OBJECT_COUNT];
77 GLushort idxcnt[OBJECT_COUNT];
78 GLushort vtxcnt[OBJECT_COUNT];
194 glGenBuffers(OBJECT_COUNT * 2, (GLuint*)&s_Object); in LoadObjects()
245 for (int i = 0; i < OBJECT_COUNT; i++) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp49 OBJECT_COUNT /* object count */ enumerator
55 GLuint id[OBJECT_COUNT];
56 GLuint idxId[OBJECT_COUNT];
62 GLushort idxcnt[OBJECT_COUNT];
63 GLushort vtxcnt[OBJECT_COUNT];
187 glGenBuffers(OBJECT_COUNT * 2, (GLuint*)&s_Object); in LoadObjects()
305 for (int i = 0; i < OBJECT_COUNT; i++) in DrawObjects()