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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 138 printf(" GL_OPERAND0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[0]));
139 printf(" GL_OPERAND1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[1]));
140 printf(" GL_OPERAND2_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[2]));
248 state->OperandA[2] = GL_SRC_ALPHA;
texenv.c 341 texUnit->Combine.OperandA[term] = param;
630 return texUnit->Combine.OperandA[op_alpha];
634 return texUnit->Combine.OperandA[3];
ff_fragment_shader.cpp 467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
    [all...]
attrib.c 748 unit->Combine.OperandA[i]);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 138 printf(" GL_OPERAND0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[0]));
139 printf(" GL_OPERAND1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[1]));
140 printf(" GL_OPERAND2_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.OperandA[2]));
248 state->OperandA[2] = GL_SRC_ALPHA;
texenv.c 341 texUnit->Combine.OperandA[term] = param;
630 return texUnit->Combine.OperandA[op_alpha];
634 return texUnit->Combine.OperandA[3];
ff_fragment_shader.cpp 467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
    [all...]
attrib.c 748 unit->Combine.OperandA[i]);
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texblend.c 333 switch (combine->OperandA[i]) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 333 switch (combine->OperandA[i]) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 358 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
451 GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 358 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
451 GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 360 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 246 const GLenum operandA = combine->OperandA[term];
296 if (operandA == GL_ONE_MINUS_SRC_ALPHA) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 360 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 146 milliseconds