Home
last modified time | relevance | path

Searched refs:SetGasColorTable (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGas.h79 void SetGasColorTable(struct gas_data *gas,float *gasColorTable);
DGas.cpp133 SetGasColorTable(gas,gasColorTable); in DefaultGasObject()
198 void SetGasColorTable(struct gas_data *gas, float *gasColorTable) in SetGasColorTable() function
DGasCessna.cpp373 SetGasColorTable(&gas,gasColorTable[gas_pattern]); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DGas.h96 void SetGasColorTable(struct gas_data *gas,float *gasColorTable);
DGas.cpp148 SetGasColorTable(gas,gasColorTable); in DefaultGasObject()
212 void SetGasColorTable(struct gas_data *gas, float *gasColorTable) in SetGasColorTable() function
DPartsysGas.cpp424 SetGasColorTable(&gas,gasColorTable[pattern % NUM_COLOR_SAMPLE]); in DrawFrame()