Home
last modified time | relevance | path

Searched refs:GG (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.cpp148 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/
DGas.h74 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
DGas.cpp160 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/
DGas.h56 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table for gas c… member
DGas.cpp204 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/
DGas.h73 …float RR[16],GG[16],BB[16]; /* used in post synthesis pass. Lookup table f… member
DGas.cpp218 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()