Searched refs:AlphaRef (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_alpha.c115 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;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_alpha.c115 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;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
H A Dnv10_state_raster.c47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
H A Dnv10_state_raster.c47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblend.c842 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F);
845 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
1185 ctx->Color.AlphaRef = 0;
H A Dmtypes.h391 GLclampf AlphaRef; /**< Alpha reference value */ member in struct:gl_colorbuffer_attrib
H A Dget.c1068 v->value_float = ctx->Color.AlphaRef;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblend.c874 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F);
877 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
1235 ctx->Color.AlphaRef = 0;
H A Dmtypes.h343 GLclampf AlphaRef; /**< Alpha reference value */ member in struct:gl_colorbuffer_attrib
H A Dget.c1123 v->value_float = ctx->Color.AlphaRef;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c224 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
H A Dmeta.h83 GLclampf AlphaRef; member in struct:save_state
H A Dmeta.c497 save->AlphaRef = ctx->Color.AlphaRef;
863 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
2338 GLfloat ref = ctx->Color.AlphaRef;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c226 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
H A Dmeta.h83 GLclampf AlphaRef; member in struct:save_state
H A Dmeta.c510 save->AlphaRef = ctx->Color.AlphaRef;
876 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
2305 GLfloat ref = ctx->Color.AlphaRef;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c488 key->alpha_test_ref = ctx->Color.AlphaRef;
H A DgenX_state_upload.c3500 ctx->Color.AlphaRef);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c532 key->alpha_test_ref = ctx->Color.AlphaRef;
H A DgenX_state_upload.c3399 ctx->Color.AlphaRef);

Completed in 125 milliseconds