HomeSort by relevance Sort by last modified time
    Searched defs:funcA (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 286 int funcA;
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA))
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
350 iab = eqnA | funcA
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 211 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
266 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) |
284 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
290 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
300 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA;
    [all...]

Completed in 1513 milliseconds