Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h60 …GLuint gasgeo_tx0_ID; /* used in accumulation pass. Vertex Texture coordinat… member
DGasColorSimple.cpp131 glGenBuffers(1, &gas.gasgeo_tx0_ID); in SceneObjectInitialize()
138 glBindBuffer(GL_ARRAY_BUFFER, gas.gasgeo_tx0_ID); in SceneObjectInitialize()
DGas.cpp292 glBindBuffer(GL_ARRAY_BUFFER, gas.gasgeo_tx0_ID); in GasAccumulation()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.h59 …GLuint gasgeo_tx0_ID; /* used in accumulation pass. Vertex Texture coordinat… member
DGasColorOptimal.cpp114 glGenBuffers(1, &gas.gasgeo_tx0_ID); in SceneObjectInitialize()
121 glBindBuffer(GL_ARRAY_BUFFER, gas.gasgeo_tx0_ID); in SceneObjectInitialize()
DGas.cpp302 glBindBuffer(GL_ARRAY_BUFFER, gas.gasgeo_tx0_ID); in GasAccumulation()