Searched refs:BB (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 | 149 gas->BB[i] = gasColorTable[3 * i + 2]; in DefaultGasObject() 153 gas->BB[8 + i] = gasColorTable[3 * (i + 1) + 2] - gasColorTable[3 * i + 2]; in DefaultGasObject() 157 gas->BB[15] = 0.0f; in DefaultGasObject() 166 …TexImage1D(GL_LUT_TEXTURE3_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->BB); 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 | 161 gas->BB[i] = gasColorTable[3 * i + 2]; in DefaultGasObject() 165 gas->BB[8 + i] = gasColorTable[3 * (i + 1) + 2] - gasColorTable[3 * i + 2]; in DefaultGasObject() 169 gas->BB[15] = 0.0f; in DefaultGasObject() 178 …TexImage1D(GL_LUT_TEXTURE3_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->BB); 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 | 205 gas->BB[i] = gasColorTable[3 * i + 2]; in SetGasColorTable() 209 gas->BB[8 + i] = gasColorTable[3 * (i + 1) + 2] - gasColorTable[3 * i + 2]; in SetGasColorTable() 213 gas->BB[15] = 0.0f; in SetGasColorTable() 222 …TexImage1D(GL_LUT_TEXTURE3_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->BB); 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 | 219 gas->BB[i] = gasColorTable[3 * i + 2]; in SetGasColorTable() 223 gas->BB[8 + i] = gasColorTable[3 * (i + 1) + 2] - gasColorTable[3 * i + 2]; in SetGasColorTable() 227 gas->BB[15] = 0.0f; in SetGasColorTable() 236 …TexImage1D(GL_LUT_TEXTURE3_DMP, 0, GL_LUMINANCEF_DMP, 16, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->BB); in SetGasColorTable()
|