Home
last modified time | relevance | path

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