Searched refs:_quadIndex (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | Gas.cpp | 189 GLushort _quadIndex[6] = {0, 1, 2, 0, 2, 3}; in DefaultGasObject() local 200 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), &_quadIndex, GL_STATIC_DRAW); in DefaultGasObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | Gas.cpp | 156 GLushort _quadIndex[6] = {0, 1, 2, 0, 2, 3}; in DefaultGasObject() local 167 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), &_quadIndex, GL_STATIC_DRAW); in DefaultGasObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | Gas.cpp | 171 GLushort _quadIndex[6] = {0, 1, 2, 0, 2, 3}; in DefaultGasObject() local 182 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), &_quadIndex, GL_STATIC_DRAW); in DefaultGasObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | Gas.cpp | 201 GLushort _quadIndex[6] = {0, 1, 2, 0, 2, 3}; in DefaultGasObject() local 212 glBufferData(GL_ELEMENT_ARRAY_BUFFER, 6*sizeof(GLushort), &_quadIndex, GL_STATIC_DRAW); in DefaultGasObject()
|