Home
last modified time | relevance | path

Searched refs:CollectionLUT_ID (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h73 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
DGas.cpp136 glGenTextures(1, &gas->CollectionLUT_ID); in DefaultGasObject()
139 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in DefaultGasObject()
376 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas.CollectionLUT_ID); in GasShading()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.h72 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
DGas.cpp148 glGenTextures(1, &gas->CollectionLUT_ID); in DefaultGasObject()
151 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in DefaultGasObject()
380 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas.CollectionLUT_ID); in GasShading()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGas.h54 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
DGas.cpp124 glGenTextures(1, &gas->CollectionLUT_ID); in DefaultGasObject()
127 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in DefaultGasObject()
200 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in SetGasColorTable()
394 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas.CollectionLUT_ID); in GasShading()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DGas.h71 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collec… member
DGas.cpp139 glGenTextures(1, &gas->CollectionLUT_ID); in DefaultGasObject()
142 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in DefaultGasObject()
214 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas->CollectionLUT_ID); in SetGasColorTable()
405 glBindTexture(GL_TEXTURE_COLLECTION_DMP, gas.CollectionLUT_ID); in GasShading()