Searched refs:OperandRGB (Results 1 – 8 of 8) sorted by relevance
139 printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[0])); in _mesa_print_texunit_state()140 printf(" GL_OPERAND1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[1])); in _mesa_print_texunit_state()141 printf(" GL_OPERAND2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[2])); in _mesa_print_texunit_state()262 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv()497 packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->OperandRGB[i]); in pack_tex_combine()
344 texUnit->Combine.OperandRGB[term] = param; in set_combiner_operand()680 return texUnit->Combine.OperandRGB[op_rgb]; in get_texenvi()684 return texUnit->Combine.OperandRGB[3]; in get_texenvi()
868 unit->Combine.OperandRGB[i]); in pop_texture_group()
1042 GLenum16 OperandRGB[MAX_COMBINER_TERMS]; member
245 switch (combine->OperandRGB[i]) { in i830SetTexEnvCombine()
266 ctx->Texture.FixedFuncUnit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR; in r200UpdateTextureEnv()274 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR; in r200UpdateTextureEnv()813 const GLuint op = texUnit->_CurrentCombine->OperandRGB[i]; in r200UpdateAllTexEnv()
143 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine()
255 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR; in radeonUpdateTextureEnv()