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

  /external/mesa3d/src/mesa/swrast/
s_alpha.c 115 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
121 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
126 const GLfloat ref = ctx->Color.AlphaRef;
137 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
144 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
150 const GLfloat ref = ctx->Color.AlphaRef;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
nv10_state_raster.c 47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 267 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
brw_cc.c 214 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc7.alpha_ref.ub[0], ctx->Color.AlphaRef);
brw_wm.c 567 key->alpha_test_ref = ctx->Color.AlphaRef;
  /external/mesa3d/src/mesa/main/
blend.c 695 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F);
698 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
1011 ctx->Color.AlphaRef = 0;
get.c 983 v->value_float = ctx->Color.AlphaRef;
    [all...]
mtypes.h 425 GLclampf AlphaRef; /**< Alpha reference value */
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 215 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
meta.h 83 GLclampf AlphaRef;
meta.c 471 save->AlphaRef = ctx->Color.AlphaRef;
839 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
    [all...]

Completed in 192 milliseconds