HomeSort by relevance Sort by last modified time
    Searched full:alpharef (Results 1 - 16 of 16) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrgetvalue2.java 69 EntityReference alphaRef;
81 alphaRef = doc.createEntityReference("alpha");
88 alphaRef = doc.createEntityReference("alpha");
90 retval = titleAttr.insertBefore(alphaRef, firstChild);
  /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/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 193 EMIT_RS_FLOAT( svga, curr->alpharef, ALPHAREF, fail );
svga_pipe_depthstencil.c 118 ds->alpharef = templ->alpha.ref_value;
svga_context.h 130 float alpharef; member in struct:svga_depth_stencil_state
  /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/mesa3d/docs/
RELNOTES-4.1 285 - Changed ctx->Driver.AlphaRef() to take GLfloat instead of GLchan.
286 - ctx->Color.AlphaRef is now GLfloat.
  /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/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;
get.c     [all...]
mtypes.h 745 GLclampf AlphaRef; /**< Alpha reference value */
    [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...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 828 r300_mark_atom_dirty(r300, &r300->dsa_state); /* for AlphaRef */
    [all...]

Completed in 501 milliseconds