Home
last modified time | relevance | path

Searched refs:OperandRGB (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstate.c135 printf(" GL_OPERAND0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandRGB[0])); in _mesa_print_texunit_state()
136 printf(" GL_OPERAND1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandRGB[1])); in _mesa_print_texunit_state()
137 printf(" GL_OPERAND2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandRGB[2])); in _mesa_print_texunit_state()
261 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv()
Dtexenv.c343 texUnit->Combine.OperandRGB[term] = param; in set_combiner_operand()
616 return texUnit->Combine.OperandRGB[op_rgb]; in get_texenvi()
620 return texUnit->Combine.OperandRGB[3]; in get_texenvi()
Dff_fragment_shader.cpp466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]); in make_state_key()
Dmtypes.h1319 GLenum OperandRGB[MAX_COMBINER_TERMS]; member
Dattrib.c746 unit->Combine.OperandRGB[i]); in pop_texture_group()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c247 switch (combine->OperandRGB[i]) { in i830SetTexEnvCombine()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c356 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR; in r200UpdateTextureEnv()
364 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR; in r200UpdateTextureEnv()
909 const GLuint op = texUnit->_CurrentCombine->OperandRGB[i]; in r200UpdateAllTexEnv()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c315 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR; in radeonUpdateTextureEnv()
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c142 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine()