Searched refs:combineRgb (Results 1 – 2 of 2) sorted by relevance
270 #define PICA_CMD_DATA_TEX_ENV_COMBINE( combineRgb, combineAlpha ) \ argument271 ( (combineRgb) | (combineAlpha) << 16 )
695 void SetCombineRGB(CombinerStage::UnitId unit, CombinerStage::CombineRgb combineRgb) in SetCombineRGB() argument697 m_CombinerUnit[unit].m_CombineRgb = combineRgb; in SetCombineRGB()