Searched refs:GG (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | Gas.h | 75 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
|
| D | Gas.cpp | 148 gas->GG[i] = gasColorTable[3 * i + 1]; in DefaultGasObject() 152 gas->GG[8 + i] = gasColorTable[3 * (i + 1) + 1] - gasColorTable[3 * i + 1]; in DefaultGasObject() 156 gas->GG[15] = 0.0f; in DefaultGasObject() 163 …TexImage1D(GL_LUT_TEXTURE2_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->GG); in DefaultGasObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | Gas.h | 74 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
|
| D | Gas.cpp | 160 gas->GG[i] = gasColorTable[3 * i + 1]; in DefaultGasObject() 164 gas->GG[8 + i] = gasColorTable[3 * (i + 1) + 1] - gasColorTable[3 * i + 1]; in DefaultGasObject() 168 gas->GG[15] = 0.0f; in DefaultGasObject() 175 …TexImage1D(GL_LUT_TEXTURE2_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->GG); in DefaultGasObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | Gas.h | 56 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
|
| D | Gas.cpp | 204 gas->GG[i] = gasColorTable[3 * i + 1]; in SetGasColorTable() 208 gas->GG[8 + i] = gasColorTable[3 * (i + 1) + 1] - gasColorTable[3 * i + 1]; in SetGasColorTable() 212 gas->GG[15] = 0.0f; in SetGasColorTable() 219 …TexImage1D(GL_LUT_TEXTURE2_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->GG); in SetGasColorTable()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | Gas.h | 73 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table f… member
|
| D | Gas.cpp | 218 gas->GG[i] = gasColorTable[3 * i + 1]; in SetGasColorTable() 222 gas->GG[8 + i] = gasColorTable[3 * (i + 1) + 1] - gasColorTable[3 * i + 1]; in SetGasColorTable() 226 gas->GG[15] = 0.0f; in SetGasColorTable() 233 …TexImage1D(GL_LUT_TEXTURE2_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->GG); in SetGasColorTable()
|