| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_alpha.c | 40 switch (ctx->Color.AlphaFunc) { \ 98 if (ctx->Color.AlphaFunc == GL_ALWAYS) { 102 else if (ctx->Color.AlphaFunc == GL_NEVER) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_alpha.c | 40 switch (ctx->Color.AlphaFunc) { \ 98 if (ctx->Color.AlphaFunc == GL_ALWAYS) { 102 else if (ctx->Color.AlphaFunc == GL_NEVER) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 128 driver->AlphaFunc = NULL; 224 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
|
| H A D | meta.h | 82 GLenum AlphaFunc; member in struct:save_state
|
| H A D | meta.c | 496 save->AlphaFunc = ctx->Color.AlphaFunc; 863 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); 2340 switch (ctx->Color.AlphaFunc) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 130 driver->AlphaFunc = NULL; 226 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
|
| H A D | meta.h | 82 GLenum AlphaFunc; member in struct:save_state
|
| H A D | meta.c | 509 save->AlphaFunc = ctx->Color.AlphaFunc; 876 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); 2307 switch (ctx->Color.AlphaFunc) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_depth.c | 155 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_raster.c | 161 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
|
| H A D | nv10_state_raster.c | 46 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
|
| H A D | nouveau_state.c | 510 ctx->Driver.AlphaFunc = nouveau_alpha_func;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_depth.c | 134 dsa->alpha_func = func_to_gallium(ctx->Color.AlphaFunc);
|
| H A D | st_atom_shader.c | 148 key.lower_alpha_func = st->ctx->Color.AlphaFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_raster.c | 161 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
|
| H A D | nv10_state_raster.c | 46 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
|
| H A D | nouveau_state.c | 511 ctx->Driver.AlphaFunc = nouveau_alpha_func;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.c | 815 * dd_function_table::AlphaFunc callback. 826 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) 840 ctx->Color.AlphaFunc = func; 844 if (ctx->Driver.AlphaFunc) 845 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef); 1184 ctx->Color.AlphaFunc = GL_ALWAYS;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.c | 846 * dd_function_table::AlphaFunc callback. 857 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) 872 ctx->Color.AlphaFunc = func; 876 if (ctx->Driver.AlphaFunc) 877 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef); 1234 ctx->Color.AlphaFunc = GL_ALWAYS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 487 key->alpha_test_func = ctx->Color.AlphaFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 531 key->alpha_test_func = ctx->Color.AlphaFunc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1115 functions->AlphaFunc = i830AlphaFunc;
|
| H A D | i915_state.c | 1057 functions->AlphaFunc = i915AlphaFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1115 functions->AlphaFunc = i830AlphaFunc;
|