Lines Matching defs:comb
431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine;
454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB;
455 key->unit[i].NumArgsA = comb->_NumArgsA;
458 translate_mode(texUnit->EnvMode, comb->ModeRGB);
460 translate_mode(texUnit->EnvMode, comb->ModeA);
462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB;
463 key->unit[i].ScaleShiftA = comb->ScaleShiftA;
466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
468 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]);
469 key->unit[i].OptA[j].Source = translate_source(comb->SourceA[j]);