Home
last modified time | relevance | path

Searched refs:AlphaFunc (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/mesa/swrast/
Ds_alpha.c40 switch (ctx->Color.AlphaFunc) { \
98 if (ctx->Color.AlphaFunc == GL_ALWAYS) { in _swrast_alpha_test()
102 else if (ctx->Color.AlphaFunc == GL_NEVER) { in _swrast_alpha_test()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c127 driver->AlphaFunc = NULL; in _mesa_init_driver_functions()
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef); in _mesa_init_driver_state()
Dmeta.h82 GLenum AlphaFunc; member
Dmeta.c508 save->AlphaFunc = ctx->Color.AlphaFunc; in _mesa_meta_begin()
875 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); in _mesa_meta_end()
2305 switch (ctx->Color.AlphaFunc) { in alpha_test_raster_color()
/external/mesa3d/src/mesa/main/
Dblend.c827 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
841 ctx->Color.AlphaFunc = func; in _mesa_AlphaFunc()
845 if (ctx->Driver.AlphaFunc) in _mesa_AlphaFunc()
846 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef); in _mesa_AlphaFunc()
1197 ctx->Color.AlphaFunc = GL_ALWAYS; in _mesa_init_color()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c161 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 | in nv04_emit_control()
Dnv10_state_raster.c46 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc)); in nv10_emit_alpha_func()
Dnouveau_state.c510 ctx->Driver.AlphaFunc = nouveau_alpha_func; in nouveau_state_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c155 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc); in st_update_depth_stencil_alpha()
Dst_atom_shader.c130 key.lower_alpha_func = st->ctx->Color.AlphaFunc; in st_update_fp()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp322 TEST_P(GLES1CovglTest, AlphaFunc) in TEST_P() argument
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h19 ANGLE_EXPORT void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref);
Dentry_points_gles_1_0_autogen.cpp23 void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref) in AlphaFunc() function
39 ANGLE_CAPTURE(AlphaFunc, isCallValid, context, funcPacked, ref); in AlphaFunc()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c520 key->alpha_test_func = ctx->Color.AlphaFunc; in brw_wm_populate_key()
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h21 AlphaFunc, enumerator
Dentry_points_enum_autogen.cpp27 case EntryPoint::AlphaFunc: in GetEntryPointName()
Dcapture_gles_1_0_autogen.cpp33 return CallCapture(gl::EntryPoint::AlphaFunc, std::move(paramBuffer)); in CaptureAlphaFunc()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp152 void GL_APIENTRY AlphaFunc(GLenum func, GLclampf ref);
548 return es1::AlphaFunc(func, ref); in glAlphaFunc()
1419 this->glAlphaFunc = es1::AlphaFunc; in LibGLES_CMexports()
DlibGLES_CM.cpp68 void GL_APIENTRY AlphaFunc(GLenum func, GLclampf ref) in AlphaFunc() function
97 AlphaFunc(func, (float)ref / 0x10000); in AlphaFuncx()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1115 functions->AlphaFunc = i830AlphaFunc; in i830InitStateFuncs()
Di915_state.c1057 functions->AlphaFunc = i915AlphaFunc; in i915InitStateFunctions()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp20 return gl::AlphaFunc(func, ref); in glAlphaFunc()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp804 { "glAlphaFunc", _O(AlphaFunc) },
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.h20 ANGLE_EXPORT void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref);
Dproc_table_wgl_autogen.cpp44 {"glAlphaFunc", P(gl::AlphaFunc)},

12