/third_party/mesa3d/docs/_extra/specs/ |
D | EXT_shader_integer_mix.spec | 41 GLSL 1.30 (and GLSL ES 3.00) expanded the mix() built-in function to function 43 selects. This extension extends mix() to select between int, uint, function 118 2) Should we allow mix() to select between boolean components? function 136 2 08/26/2013 mattst88 Change vendor prefix to MESA. Add mix() that function
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 100 #define GST_VIDEO_MIXER2_GET_LOCK(mix) \ argument 102 #define GST_VIDEO_MIXER2_LOCK(mix) \ argument 104 #define GST_VIDEO_MIXER2_UNLOCK(mix) \ argument 106 #define GST_VIDEO_MIXER2_GET_SETCAPS_LOCK(mix) \ argument 108 #define GST_VIDEO_MIXER2_SETCAPS_LOCK(mix) \ argument 110 #define GST_VIDEO_MIXER2_SETCAPS_UNLOCK(mix) \ argument 179 gst_videomixer2_update_src_caps (GstVideoMixer2 * mix) in gst_videomixer2_update_src_caps() 304 gst_videomixer2_update_converters (GstVideoMixer2 * mix) in gst_videomixer2_update_converters() 483 GstVideoMixer2 *mix; in gst_videomixer2_pad_sink_setcaps() local 528 gst_videomixer2_pad_sink_getcaps (GstPad * pad, GstVideoMixer2 * mix, in gst_videomixer2_pad_sink_getcaps() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 105 _find_local_gl_context_unlocked (GstGLBaseMixer * mix) in _find_local_gl_context_unlocked() 172 _get_gl_context_unlocked (GstGLBaseMixer * mix) in _get_gl_context_unlocked() 258 _get_gl_context (GstGLBaseMixer * mix) in _get_gl_context() 271 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_propose_allocation() local 283 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_sink_query() local 406 gst_gl_base_mixer_init (GstGLBaseMixer * mix) in gst_gl_base_mixer_init() 416 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (object); in gst_gl_base_mixer_finalize() local 466 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (element); in gst_gl_base_mixer_set_context() local 493 gst_gl_base_mixer_activate (GstGLBaseMixer * mix, gboolean active) in gst_gl_base_mixer_activate() 517 GstGLBaseMixer *mix; in gst_gl_base_mixer_src_activate_mode() local [all …]
|
D | gstglmixer.c | 108 GstGLMixer *mix = GST_GL_MIXER (vagg); in gst_gl_mixer_pad_prepare_frame() local 149 GstGLMixer *mix = GST_GL_MIXER (agg); in _negotiated_caps() local 185 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_propose_allocation() local 254 gst_gl_mixer_pad_sink_acceptcaps (GstPad * pad, GstGLMixer * mix, in gst_gl_mixer_pad_sink_acceptcaps() 274 gst_gl_mixer_pad_sink_getcaps (GstPad * pad, GstGLMixer * mix, GstCaps * filter) in gst_gl_mixer_pad_sink_getcaps() 312 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_sink_query() local 446 gst_gl_mixer_reset (GstGLMixer * mix) in gst_gl_mixer_reset() 452 gst_gl_mixer_init (GstGLMixer * mix) in gst_gl_mixer_init() 466 GstGLMixer *mix = GST_GL_MIXER (object); in gst_gl_mixer_finalize() local 528 _mixer_create_fbo (GstGLContext * context, GstGLMixer * mix) in _mixer_create_fbo() [all …]
|
D | gstglstereomix.c | 222 gst_gl_stereo_mix_init (GstGLStereoMix * mix) in gst_gl_stereo_mix_init() 275 GstGLStereoMix *mix = GST_GL_STEREO_MIX (videoaggregator); in gst_gl_stereo_mix_create_output_buffer() local 311 gst_gl_stereo_mix_make_output (GstGLStereoMix * mix) in gst_gl_stereo_mix_make_output() 369 GstGLStereoMix *mix = GST_GL_STEREO_MIX (vagg); in gst_gl_stereo_mix_aggregate_frames() local 392 GstGLStereoMix *mix = GST_GL_STEREO_MIX (object); in gst_gl_stereo_mix_get_property() local 408 GstGLStereoMix *mix = GST_GL_STEREO_MIX (object); in gst_gl_stereo_mix_set_property() local 462 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_start() local 479 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_stop() local 494 get_converted_caps (GstGLStereoMix * mix, GstCaps * caps) in get_converted_caps() 531 GstGLStereoMix *mix = GST_GL_STEREO_MIX (vagg); in _update_caps() local [all …]
|
D | gstglvideomixer.c | 782 GstGLMixer *mix = GST_GL_MIXER (gst_pad_get_parent (GST_PAD (pad))); in gst_gl_video_mixer_pad_set_property() local 891 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (element); in gst_gl_video_mixer_release_pad() local 1002 _mixer_pad_get_output_size (GstGLVideoMixer * mix, in _mixer_pad_get_output_size() 1087 GstGLVideoMixer *mix = GST_GL_VIDEO_MIXER (vagg); in _fixate_caps() local 1251 gst_gl_video_mixer_process_textures (GstGLMixer * mix, GstGLMemory * out_tex) in gst_gl_video_mixer_process_textures()
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitMixinPrivateProtected.ts | 3 declare function mix<TMix>(mixin: TMix): TMix; function 21 declare function mix<TMix>(mixin: TMix): TMix; function
|
/third_party/alsa-utils/alsaloop/ |
D | control.c | 241 struct loopback_mixer *mix) in control_init2() 314 struct loopback_mixer *mix; in control_init() local 343 struct loopback_mixer *mix; in control_done() local 365 struct loopback_mixer *mix, in control_event1() 408 struct loopback_mixer *mix; in control_event() local
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glmixer.c | 83 GstHarness *mix; in GST_START_TEST() local 110 GstHarness *mix; in GST_START_TEST() local
|
D | glstereo.c | 33 GstHarness *mix; in GST_START_TEST() local
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_neon.S | 589 .macro loop_filter_4_16b_mix mix argument 599 .macro loop_filter_8_16b_mix mix argument 806 .macro mix_v_16 mix argument 897 .macro mix_h_16 mix argument
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserUsingConstructorAsIdentifier.ts | 32 function mix(constructor) { function
|
/third_party/gstreamer/gstplugins_base/tests/examples/audio/ |
D | audiomix.c | 128 make_mixer_channel (GstElement * pipeline, GstElement * mix, gchar * file_name) in make_mixer_channel() 165 GstElement *mix, *convert, *sink; in main() local
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 52 AI vec<N> mix(vec<N> a, vec<N> b, vec<N> T) { in mix() function 58 AI vec<N> mix(vec<N> a, vec<N> b, float T) { in mix() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 83 gst_audio_channel_mixer_free (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_free() 658 gst_audio_channel_mixer_setup_matrix_int (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_setup_matrix_int() 831 GstAudioChannelMixer *mix; in gst_audio_channel_mixer_new_with_matrix() local 1028 gst_audio_channel_mixer_is_passthrough (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_is_passthrough() 1069 gst_audio_channel_mixer_samples (GstAudioChannelMixer * mix, in gst_audio_channel_mixer_samples()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colortemperature.c | 39 float mix; member 110 const float mix = s->mix; in temperature_slice8() local 153 const float mix = s->mix; in temperature_slice16() local 194 const float mix = s->mix; in temperature_slice8p() local 235 const float mix = s->mix; in temperature_slice16p() local
|
D | vf_colorize.c | 32 float mix; member 59 const float mix = s->mix; in colorizey_slice8() local 82 const float mix = s->mix; in colorizey_slice16() local
|
D | af_sidechaincompress.c | 51 double mix; member 169 const double mix = s->mix; in compressor() local
|
/third_party/typescript/tests/baselines/reference/ |
D | parserUsingConstructorAsIdentifier.js | 33 function mix(constructor) { function
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SynthVoice.java | 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() method in SynthVoice
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | audio-trickplay.c | 50 GstElement *src, *mix = NULL, *sink; in main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | seed_material.cc | 235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
|
/third_party/zlib/examples/ |
D | gznorm.c | 301 int mix = (strm.data_type & 0x80) && bits; in gzip_normalize() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 70 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function 80 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function 206 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function 215 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | capsnego.c | 68 GstElement *mix, *proc, *conv; in create_node() local
|