Searched refs:CollectionLUT_ID (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | Gas.h | 73 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
|
| D | Gas.cpp | 136 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/ |
| D | Gas.h | 72 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
|
| D | Gas.cpp | 148 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/ |
| D | Gas.h | 54 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collection ID … member
|
| D | Gas.cpp | 124 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/ |
| D | Gas.h | 71 …GLuint CollectionLUT_ID; /* used in post synthesis pass. Texture collec… member
|
| D | Gas.cpp | 139 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()
|