Home
last modified time | relevance | path

Searched refs:do_switch (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_texture_border_functions_table.py92 do_switch = len(angle_format_func) > 1 or list(
95 if do_switch:
110 if do_switch:
114 if do_switch:
Dgen_load_functions_table.py144 do_switch = len(angle_to_type_map) > 1 or list(
147 if do_switch:
173 if do_switch:
184 if do_switch:
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_functions_table.py145 do_switch = len(
148 if do_switch:
173 if do_switch:
184 if do_switch:
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c470 gboolean do_switch = FALSE; in gst_rtp_theora_depay_process() local
476 do_switch = TRUE; in gst_rtp_theora_depay_process()
479 do_switch = TRUE; in gst_rtp_theora_depay_process()
481 if (do_switch) { in gst_rtp_theora_depay_process()
Dgstrtpvorbisdepay.c502 gboolean do_switch = FALSE; in gst_rtp_vorbis_depay_process() local
509 do_switch = TRUE; in gst_rtp_vorbis_depay_process()
513 do_switch = TRUE; in gst_rtp_vorbis_depay_process()
515 if (do_switch) { in gst_rtp_vorbis_depay_process()
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dcodec-select.c196 do_switch (GstElement * pipeline) in do_switch() function
284 g_timeout_add_seconds (1, (GSourceFunc) do_switch, pipeline); in main()
/third_party/ltp/tools/sparse/sparse-src/
Dexample.c935 goto do_switch; in generate_commutative_binop()
939 goto do_switch; in generate_commutative_binop()
945 do_switch: in generate_commutative_binop()
/third_party/gstreamer/gstplugins_base/
DChangeLog131135 (make_pipeline), (do_switch), (my_bus_callback), (main):