HomeSort by relevance Sort by last modified time
    Searched refs:OperandA (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/main/
texenv.c 337 texUnit->Combine.OperandA[term] = param;
607 return texUnit->Combine.OperandA[op_alpha];
611 return texUnit->Combine.OperandA[3];
texstate.c 138 printf(" GL_OPERAND0_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[0]));
139 printf(" GL_OPERAND1_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[1]));
140 printf(" GL_OPERAND2_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandA[2]));
246 state->OperandA[2] = GL_SRC_ALPHA;
ff_fragment_shader.cpp 451 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
    [all...]
attrib.c 821 unit->Combine.OperandA[i]);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 333 switch (combine->OperandA[i]) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 265 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
358 GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 293 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 238 const GLenum operandA = combine->OperandA[term];
288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) {

Completed in 175 milliseconds