| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | 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;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | 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;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_raster.c | 162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
|
| H A D | nv10_state_raster.c | 47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_raster.c | 162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef);
|
| H A D | nv10_state_raster.c | 47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.c | 842 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 D | mtypes.h | 391 GLclampf AlphaRef; /**< Alpha reference value */ member in struct:gl_colorbuffer_attrib
|
| H A D | get.c | 1068 v->value_float = ctx->Color.AlphaRef;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.c | 874 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 D | mtypes.h | 343 GLclampf AlphaRef; /**< Alpha reference value */ member in struct:gl_colorbuffer_attrib
|
| H A D | get.c | 1123 v->value_float = ctx->Color.AlphaRef;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 224 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
|
| H A D | meta.h | 83 GLclampf AlphaRef; member in struct:save_state
|
| H A D | meta.c | 497 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 D | driverfuncs.c | 226 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
|
| H A D | meta.h | 83 GLclampf AlphaRef; member in struct:save_state
|
| H A D | meta.c | 510 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 D | brw_wm.c | 488 key->alpha_test_ref = ctx->Color.AlphaRef;
|
| H A D | genX_state_upload.c | 3500 ctx->Color.AlphaRef);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 532 key->alpha_test_ref = ctx->Color.AlphaRef;
|
| H A D | genX_state_upload.c | 3399 ctx->Color.AlphaRef);
|