Searched refs:AlphaFunc (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_alpha.c41 switch (ctx->Color.AlphaFunc) { \
99 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
103 else if (ctx->Color.AlphaFunc == GL_NEVER) {
/external/mesa3d/src/mesa/swrast/
H A Ds_alpha.c41 switch (ctx->Color.AlphaFunc) { \
99 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
103 else if (ctx->Color.AlphaFunc == GL_NEVER) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c120 driver->AlphaFunc = NULL;
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
H A Dmeta.c94 GLenum AlphaFunc; member in struct:save_state
516 save->AlphaFunc = ctx->Color.AlphaFunc;
841 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
2591 switch (ctx->Color.AlphaFunc) {
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c120 driver->AlphaFunc = NULL;
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
H A Dmeta.c94 GLenum AlphaFunc; member in struct:save_state
516 save->AlphaFunc = ctx->Color.AlphaFunc;
841 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
2591 switch (ctx->Color.AlphaFunc) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c159 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
H A Dnv10_state_raster.c43 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
H A Dnouveau_state.c516 ctx->Driver.AlphaFunc = nouveau_alpha_func;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_depth.c144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c159 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
H A Dnv10_state_raster.c43 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
H A Dnouveau_state.c516 ctx->Driver.AlphaFunc = nouveau_alpha_func;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dblend.c577 * dd_function_table::AlphaFunc callback.
598 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
602 ctx->Color.AlphaFunc = func;
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
832 ctx->Color.AlphaFunc = GL_ALWAYS;
/external/mesa3d/src/mesa/main/
H A Dblend.c577 * dd_function_table::AlphaFunc callback.
598 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
602 ctx->Color.AlphaFunc = func;
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
832 ctx->Color.AlphaFunc = GL_ALWAYS;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c193 intel_translate_compare_func(ctx->Color.AlphaFunc);
H A Dgen6_cc.c152 intel_translate_compare_func(ctx->Color.AlphaFunc);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c193 intel_translate_compare_func(ctx->Color.AlphaFunc);
H A Dgen6_cc.c152 intel_translate_compare_func(ctx->Color.AlphaFunc);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c1116 functions->AlphaFunc = i830AlphaFunc;
H A Di915_state.c1069 functions->AlphaFunc = i915AlphaFunc;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c1116 functions->AlphaFunc = i830AlphaFunc;

Completed in 545 milliseconds

12