Searched refs:OperandRGB (Results 1 – 3 of 3) sorted by relevance
145 printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[0])); in _mesa_print_texunit_state()146 printf(" GL_OPERAND1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[1])); in _mesa_print_texunit_state()147 printf(" GL_OPERAND2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[2])); in _mesa_print_texunit_state()268 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv()509 packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->OperandRGB[i]); in pack_tex_combine()
327 texUnit->Combine.OperandRGB[term] = param; in set_combiner_operand()660 return texUnit->Combine.OperandRGB[op_rgb]; in get_texenvi()664 return texUnit->Combine.OperandRGB[3]; in get_texenvi()
1077 GLenum16 OperandRGB[MAX_COMBINER_TERMS]; member