Searched refs:AlphaFunc (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 134 dsa->alpha_func = func_to_gallium(ctx->Color.AlphaFunc); in st_update_depth_stencil_alpha()
|
D | st_atom_shader.c | 141 key.lower_alpha_func = st->ctx->Color.AlphaFunc; in st_update_fp()
|
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 840 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()
|
D | attrib.c | 762 TEST_AND_CALL2(Color.AlphaFunc, Color.AlphaRefUnclamped, AlphaFunc); in _mesa_PopAttrib()
|
D | mtypes.h | 256 GLenum16 AlphaFunc; /**< Alpha test function */ member
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 322 TEST_P(GLES1CovglTest, AlphaFunc) in TEST_P() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 313 Add alternate suffixed SampleCoveragex (Section 4.1.3), AlphaFunc
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 323 Add alternate suffixed SampleCoveragex (Section 4.1.3), AlphaFunc
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 804 { "glAlphaFunc", _O(AlphaFunc) },
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 811 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/ |
D | APPLE_float_pixels.txt | 542 void AlphaFunc(enum func, float ref);
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_float_pixels.txt | 542 void AlphaFunc(enum func, float ref);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_command_list.txt | 593 AlphaFunc(asIs, cmd->alphaRef);
|
/third_party/openGLES/extensions/NV/ |
D | NV_command_list.txt | 593 AlphaFunc(asIs, cmd->alphaRef);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 42 ANGLE_CAPTURE(AlphaFunc, isCallValid, context, funcPacked, ref); in GL_AlphaFunc()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_color_buffer_float.txt | 705 void AlphaFunc(enum func, float ref);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_color_buffer_float.txt | 695 void AlphaFunc(enum func, float ref);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 73 ANGLE_CAPTURE(AlphaFunc, isCallValid, context, funcPacked, ref); in GL_AlphaFunc()
|