Searched refs:OperandA (Results 1 – 8 of 8) sorted by relevance
142 printf(" GL_OPERAND0_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[0])); in _mesa_print_texunit_state()143 printf(" GL_OPERAND1_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[1])); in _mesa_print_texunit_state()144 printf(" GL_OPERAND2_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[2])); in _mesa_print_texunit_state()250 state->OperandA[2] = GL_SRC_ALPHA; in calculate_derived_texenv()503 packed->ArgsA[i].Operand = tex_combine_translate_operand(state->OperandA[i]); in pack_tex_combine()
342 texUnit->Combine.OperandA[term] = param; in set_combiner_operand()694 return texUnit->Combine.OperandA[op_alpha]; in get_texenvi()698 return texUnit->Combine.OperandA[3]; in get_texenvi()
870 unit->Combine.OperandA[i]); in pop_texture_group()
1043 GLenum16 OperandA[MAX_COMBINER_TERMS]; member
332 switch (combine->OperandA[i]) { in i830SetTexEnvCombine()
268 ctx->Texture.FixedFuncUnit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA; in r200UpdateTextureEnv()361 GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA; in r200UpdateTextureEnv()
239 const GLenum operandA = combine->OperandA[term]; in texture_combine()
300 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA; in radeonUpdateTextureEnv()