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

/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/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/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/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;
H A Ddd.h439 void (*AlphaFunc)(struct gl_context *ctx, GLenum func, GLfloat ref); member in struct:dd_function_table
H A Dattrib.c932 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped);
H A Dmtypes.h743 GLenum AlphaFunc; /**< Alpha test function */ member in struct:gl_colorbuffer_attrib
H A Dget.c563 { GL_ALPHA_TEST_FUNC, CONTEXT_ENUM(Color.AlphaFunc), NO_EXTRA },
/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/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp152 void AlphaFunc(GLenum func, GLclampf ref);
548 return es1::AlphaFunc(func, ref);
1420 this->glAlphaFunc = es1::AlphaFunc;
H A DlibGLES_CM.cpp102 void AlphaFunc(GLenum func, GLclampf ref) function in namespace:es1
131 AlphaFunc(func, (float)ref / 0x10000);
/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;
H A Di915_state.c1069 functions->AlphaFunc = i915AlphaFunc;
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp806 { "glAlphaFunc", _O(AlphaFunc) },
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c2430 functions->AlphaFunc = r200AlphaFunc;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2187 ctx->Driver.AlphaFunc = radeonAlphaFunc;
/external/mesa3d/include/GL/
H A Dgl_mangle.h42 #define glAlphaFunc MANGLE(AlphaFunc)

Completed in 619 milliseconds