Searched refs:OperandA (Results 1 – 3 of 3) sorted by relevance
148 printf(" GL_OPERAND0_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[0])); in _mesa_print_texunit_state()149 printf(" GL_OPERAND1_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[1])); in _mesa_print_texunit_state()150 printf(" GL_OPERAND2_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[2])); in _mesa_print_texunit_state()256 state->OperandA[2] = GL_SRC_ALPHA; in calculate_derived_texenv()515 packed->ArgsA[i].Operand = tex_combine_translate_operand(state->OperandA[i]); in pack_tex_combine()
325 texUnit->Combine.OperandA[term] = param; in set_combiner_operand()674 return texUnit->Combine.OperandA[op_alpha]; in get_texenvi()678 return texUnit->Combine.OperandA[3]; in get_texenvi()
1078 GLenum16 OperandA[MAX_COMBINER_TERMS]; member