Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c134 dsa->alpha_func = func_to_gallium(ctx->Color.AlphaFunc); in st_update_depth_stencil_alpha()
Dst_atom_shader.c141 key.lower_alpha_func = st->ctx->Color.AlphaFunc; in st_update_fp()
/third_party/mesa3d/src/mesa/main/
Dblend.c840 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
854 ctx->Color.AlphaFunc = func; in _mesa_AlphaFunc()
1185 ctx->Color.AlphaFunc = GL_ALWAYS; in _mesa_init_color()
Dattrib.c762 TEST_AND_CALL2(Color.AlphaFunc, Color.AlphaRefUnclamped, AlphaFunc); in _mesa_PopAttrib()
Dmtypes.h256 GLenum16 AlphaFunc; /**< Alpha test function */ member
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp322 TEST_P(GLES1CovglTest, AlphaFunc) in TEST_P() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_fixed_point.txt313 Add alternate suffixed SampleCoveragex (Section 4.1.3), AlphaFunc
/third_party/openGLES/extensions/OES/
DOES_fixed_point.txt323 Add alternate suffixed SampleCoveragex (Section 4.1.3), AlphaFunc
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp804 { "glAlphaFunc", _O(AlphaFunc) },
/third_party/rust/crates/libc/src/
Dpsp.rs811 pub enum AlphaFunc {
3565 pub fn sceGuAlphaFunc(func: AlphaFunc, value: i32, mask: i32); in sceGuAlphaFunc() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_float_pixels.txt542 void AlphaFunc(enum func, float ref);
/third_party/openGLES/extensions/APPLE/
DAPPLE_float_pixels.txt542 void AlphaFunc(enum func, float ref);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_command_list.txt593 AlphaFunc(asIs, cmd->alphaRef);
/third_party/openGLES/extensions/NV/
DNV_command_list.txt593 AlphaFunc(asIs, cmd->alphaRef);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp42 ANGLE_CAPTURE(AlphaFunc, isCallValid, context, funcPacked, ref); in GL_AlphaFunc()
/third_party/openGLES/extensions/ARB/
DARB_color_buffer_float.txt705 void AlphaFunc(enum func, float ref);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_color_buffer_float.txt695 void AlphaFunc(enum func, float ref);
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp73 ANGLE_CAPTURE(AlphaFunc, isCallValid, context, funcPacked, ref); in GL_AlphaFunc()