Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h75 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
DGas.cpp149 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/
DGas.h74 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
DGas.cpp161 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/
DGas.h56 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
DGas.cpp205 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/
DGas.h73 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table f… member
DGas.cpp219 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()