Searched refs:AlphaRefUnclamped (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c156 dsa->alpha.ref_value = ctx->Color.AlphaRefUnclamped;
/external/mesa3d/src/mesa/main/
H A Dblend.c680 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
694 ctx->Color.AlphaRefUnclamped = ref;
H A Dattrib.c1015 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped);
H A Dget.c985 v->value_float = ctx->Color.AlphaRefUnclamped;
H A Dmtypes.h424 GLfloat AlphaRefUnclamped; member in struct:gl_colorbuffer_attrib

Completed in 171 milliseconds