Home
last modified time | relevance | path

Searched refs:gasgeo_tri_ID (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h58 …GLuint gasgeo_tri_ID; /* used in accumulation pass. Vertex Index buffer ID */ member
DGasColorSimple.cpp132 glGenBuffers(1, &gas.gasgeo_tri_ID); in SceneObjectInitialize()
145 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, gas.gasgeo_tri_ID); in SceneObjectInitialize()
DGas.cpp298 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, gas.gasgeo_tri_ID); in GasAccumulation()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.h57 …GLuint gasgeo_tri_ID; /* used in accumulation pass. Vertex Index buffer ID */ member
DGasColorOptimal.cpp115 glGenBuffers(1, &gas.gasgeo_tri_ID); in SceneObjectInitialize()
128 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, gas.gasgeo_tri_ID); in SceneObjectInitialize()
DGas.cpp308 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, gas.gasgeo_tri_ID); in GasAccumulation()