Searched refs:RR (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 | 147 gas->RR[i] = gasColorTable[3 * i + 0]; in DefaultGasObject() 151 gas->RR[8 + i] = gasColorTable[3 * (i + 1) + 0] - gasColorTable[3 * i + 0]; in DefaultGasObject() 155 gas->RR[15] = 0.0f; in DefaultGasObject() 160 …TexImage1D(GL_LUT_TEXTURE1_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->RR); 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 | 159 gas->RR[i] = gasColorTable[3 * i + 0]; in DefaultGasObject() 163 gas->RR[8 + i] = gasColorTable[3 * (i + 1) + 0] - gasColorTable[3 * i + 0]; in DefaultGasObject() 167 gas->RR[15] = 0.0f; in DefaultGasObject() 172 …TexImage1D(GL_LUT_TEXTURE1_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->RR); 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 | 203 gas->RR[i] = gasColorTable[3 * i + 0]; in SetGasColorTable() 207 gas->RR[8 + i] = gasColorTable[3 * (i + 1) + 0] - gasColorTable[3 * i + 0]; in SetGasColorTable() 211 gas->RR[15] = 0.0f; in SetGasColorTable() 216 …TexImage1D(GL_LUT_TEXTURE1_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->RR); 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 | 217 gas->RR[i] = gasColorTable[3 * i + 0]; in SetGasColorTable() 221 gas->RR[8 + i] = gasColorTable[3 * (i + 1) + 0] - gasColorTable[3 * i + 0]; in SetGasColorTable() 225 gas->RR[15] = 0.0f; in SetGasColorTable() 230 …TexImage1D(GL_LUT_TEXTURE1_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->RR); in SetGasColorTable()
|