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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_alpha.c 116 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
122 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
127 const GLfloat ref = ctx->Color.AlphaRef;
138 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
145 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
151 const GLfloat ref = ctx->Color.AlphaRef;
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 116 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
122 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
127 const GLfloat ref = ctx->Color.AlphaRef;
138 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
145 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef);
151 const GLfloat ref = ctx->Color.AlphaRef;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 160 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
nv10_state_raster.c 44 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 160 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
nv10_state_raster.c 44 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 196 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc7.alpha_ref.ub[0], ctx->Color.AlphaRef);
gen6_cc.c 222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 196 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc7.alpha_ref.ub[0], ctx->Color.AlphaRef);
gen6_cc.c 222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 604 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F);
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
833 ctx->Color.AlphaRef = 0;
mtypes.h 745 GLclampf AlphaRef; /**< Alpha reference value */
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
blend.c 604 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F);
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
833 ctx->Color.AlphaRef = 0;
mtypes.h 745 GLclampf AlphaRef; /**< Alpha reference value */
    [all...]
get.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
meta.c 95 GLclampf AlphaRef;
517 save->AlphaRef = ctx->Color.AlphaRef;
841 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
meta.c 95 GLclampf AlphaRef;
517 save->AlphaRef = ctx->Color.AlphaRef;
841 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
    [all...]

Completed in 767 milliseconds