Home
last modified time | relevance | path

Searched refs:GST_GLSL_VERSION_NONE (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c450 GST_GLSL_VERSION_NONE, in _src_smpte_init()
456 GST_GLSL_VERSION_NONE, in _src_smpte_init()
460 GST_GLSL_VERSION_NONE, in _src_smpte_init()
474 GST_GLSL_VERSION_NONE, in _src_smpte_init()
478 GST_GLSL_VERSION_NONE, in _src_smpte_init()
727 GST_GLSL_VERSION_NONE, in _src_checkers_init()
735 GST_GLSL_VERSION_NONE, in _src_checkers_init()
739 GST_GLSL_VERSION_NONE, in _src_checkers_init()
829 GST_GLSL_VERSION_NONE, in _src_snow_init()
837 GST_GLSL_VERSION_NONE, in _src_snow_init()
[all …]
Dgstglutils.c47 GST_GLSL_VERSION_NONE, in _compile_shader()
63 GST_GLSL_VERSION_NONE, in _compile_shader()
Dgstgldifferencematte.c119 GST_GLSL_VERSION_NONE, in gst_gl_differencematte_gl_start()
127 GST_GLSL_VERSION_NONE, in gst_gl_differencematte_gl_start()
140 GST_GLSL_VERSION_NONE, in gst_gl_differencematte_gl_start()
153 GST_GLSL_VERSION_NONE, in gst_gl_differencematte_gl_start()
166 GST_GLSL_VERSION_NONE, in gst_gl_differencematte_gl_start()
Dgstglalpha.c351 GST_GLSL_VERSION_NONE, in _create_shader()
359 GL_FRAGMENT_SHADER, GST_GLSL_VERSION_NONE, in _create_shader()
377 GL_FRAGMENT_SHADER, GST_GLSL_VERSION_NONE, in _create_shader()
Dgstgldeinterlace.c430 GST_GLSL_VERSION_NONE, in gst_gl_deinterlace_get_fragment_shader()
440 GST_GLSL_VERSION_NONE, in gst_gl_deinterlace_get_fragment_shader()
Dgstglfiltershader.c455 GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE, in _maybe_recompile_shader()
472 GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE, in _maybe_recompile_shader()
Dgstglcolorbalance.c292 GST_GLSL_VERSION_NONE, in _create_shader()
316 GL_FRAGMENT_SHADER, GST_GLSL_VERSION_NONE, in _create_shader()
Dgstgleffects.c577 GST_GLSL_VERSION_NONE, in gst_gl_effects_get_fragment_shader()
584 GST_GLSL_VERSION_NONE, in gst_gl_effects_get_fragment_shader()
Dgstglfiltercube.c325 GST_GLSL_VERSION_NONE, in gst_gl_filter_cube_gl_start()
Dgstglmosaic.c222 (mixer)->context, GST_GLSL_VERSION_NONE, in _mosaic_render()
Dgstglimagesink.c2117 GL_VERTEX_SHADER, GST_GLSL_VERSION_NONE, in gst_glimage_sink_thread_init_redisplay()
2124 (gl_sink->context, GST_GLSL_VERSION_NONE, in gst_glimage_sink_thread_init_redisplay()
2128 GL_FRAGMENT_SHADER, GST_GLSL_VERSION_NONE, in gst_glimage_sink_thread_init_redisplay()
Dgstglvideomixer.c1228 GST_GLSL_VERSION_NONE, in gst_gl_video_mixer_gl_start()
1301 (mixer)->context, GST_GLSL_VERSION_NONE, in _draw_checker_background()
Dgstgloverlay.c139 GST_GLSL_VERSION_NONE, in gst_gl_overlay_gl_start()
Dgstgltransformation.c810 GST_GLSL_VERSION_NONE, in gst_gl_transformation_gl_start()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c185 {"//#version 100\n", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
186 {"/*\n#version 100*/\n", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
187 {"/*\r#version 100*/", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
188 {"#\rversion 100", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
189 {"#\nversion 100", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
190 {"\t#version 100", FALSE, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_NONE},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c113 if (version == GST_GLSL_VERSION_NONE) in gst_glsl_version_to_string()
211 if (version == GST_GLSL_VERSION_NONE) in _is_valid_version_profile()
317 GstGLSLVersion version = GST_GLSL_VERSION_NONE; in gst_glsl_version_profile_from_string()
397 *version_ret = GST_GLSL_VERSION_NONE; in gst_glsl_version_profile_from_string()
497 *version = GST_GLSL_VERSION_NONE; in gst_glsl_string_get_version_profile()
587 if (version != GST_GLSL_VERSION_NONE) { in gst_gl_context_supports_glsl_profile_version()
876 *version = GST_GLSL_VERSION_NONE; in _mangle_version_profile_from_gl_api()
Dgstglslstage.c271 return gst_glsl_stage_new_with_string (context, type, GST_GLSL_VERSION_NONE, in gst_glsl_stage_new()
287 GST_GLSL_VERSION_NONE, in gst_glsl_stage_new_default_vertex()
304 GstGLSLVersion version = GST_GLSL_VERSION_NONE; in gst_glsl_stage_new_default_fragment()
Dgstglsl.h81 GST_GLSL_VERSION_NONE = 0, enumerator
Dgstgloverlaycompositor.c551 GST_GLSL_VERSION_NONE, in gst_gl_overlay_compositor_init_gl()
559 GST_GLSL_VERSION_NONE, in gst_gl_overlay_compositor_init_gl()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c176 GST_GLSL_VERSION_NONE, in InitGL()
179 GST_GLSL_VERSION_NONE, in InitGL()
218 GST_GLSL_VERSION_NONE, in InitGL()
221 GST_GLSL_VERSION_NONE, in InitGL()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c128 GL_VERTEX_SHADER, GST_GLSL_VERSION_NONE, in gtk_gst_gl_widget_init_redisplay()