Searched refs:GstGLSLProfile (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsl.h | 126 } GstGLSLProfile; typedef 134 GstGLSLProfile gst_glsl_profile_from_string (const gchar * string); 136 const gchar * gst_glsl_profile_to_string (GstGLSLProfile profile); 140 GstGLSLProfile profile); 144 GstGLSLProfile * profile_ret); 149 GstGLSLProfile * profile); 156 GstGLSLProfile profile); 161 GstGLSLProfile profile); 165 GstGLSLProfile profile);
|
D | gstglsl.c | 91 GstGLSLProfile profile; 160 gst_glsl_profile_to_string (GstGLSLProfile profile) in gst_glsl_profile_to_string() 185 GstGLSLProfile 209 _is_valid_version_profile (GstGLSLVersion version, GstGLSLProfile profile) in _is_valid_version_profile() 244 GstGLSLProfile profile) in gst_glsl_version_profile_to_string() 268 _fixup_version_profile (GstGLSLVersion * version, GstGLSLProfile * profile) in _fixup_version_profile() 314 GstGLSLVersion * version_ret, GstGLSLProfile * profile_ret) in gst_glsl_version_profile_from_string() 318 GstGLSLProfile profile = GST_GLSL_PROFILE_NONE; in gst_glsl_version_profile_from_string() 480 GstGLSLProfile * profile) in gst_glsl_string_get_version_profile() 564 GstGLSLVersion version, GstGLSLProfile profile) in gst_gl_context_supports_glsl_profile_version() [all …]
|
D | gstglslstage.h | 73 GstGLSLProfile profile, 79 GstGLSLProfile profile, 91 GstGLSLProfile gst_glsl_stage_get_profile (GstGLSLStage * stage); 99 GstGLSLProfile profile,
|
D | gstglshaderstrings.h | 50 GstGLSLProfile profile); 55 GstGLSLProfile profile); 59 GstGLSLProfile profile);
|
D | gstglshaderstrings.c | 124 GstGLSLVersion version, GstGLSLProfile profile) in gst_gl_shader_string_get_highest_precision() 148 GstGLSLVersion version, GstGLSLProfile profile) in gst_gl_shader_string_fragment_get_default() 169 GstGLSLVersion version, GstGLSLProfile profile) in gst_gl_shader_string_fragment_external_oes_get_default()
|
D | gstglslstage.c | 65 GstGLSLProfile profile; 214 GstGLSLVersion version, GstGLSLProfile profile, gint n_strings, in gst_glsl_stage_new_with_strings() 253 GstGLSLVersion version, GstGLSLProfile profile, const gchar * str) in gst_glsl_stage_new_with_string() 303 GstGLSLProfile profile = GST_GLSL_PROFILE_ES | GST_GLSL_PROFILE_COMPATIBILITY; in gst_glsl_stage_new_default_fragment() 333 GstGLSLProfile profile, gint n_strings, const gchar ** str) in gst_glsl_stage_set_strings() 427 GstGLSLProfile
|
D | gstglsl_private.h | 64 …GstGLTextureTarget to, GstGLContext * context, GstGLSLVersion * version, GstGLSLProfile * profile);
|
D | gstglviewconvert.c | 1485 GstGLSLVersion version, GstGLSLProfile profile) in _get_shader_string() 1759 GstGLSLProfile profile; in _init_view_convert()
|
D | gstglcolorconvert.c | 2339 GstGLSLProfile profile; in _create_shader()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglsl.c | 60 static const struct {GstGLSLProfile profile; const gchar * name;} glsl_profiles[] = { 69 GstGLSLProfile profile; 154 static const struct {GstGLSLVersion version; GstGLSLProfile profile;} invalid_serialize_glsl[] = { 184 static const struct {const gchar *name; gboolean succeed; GstGLSLVersion version; GstGLSLProfile pr… 219 GstGLSLProfile profile; in GST_START_TEST() 234 GstGLSLProfile profile; in GST_START_TEST() 268 GstGLSLProfile profile; in GST_START_TEST() 283 GstGLSLProfile profile; in GST_START_TEST() 312 GstGLSLProfile profile; in GST_START_TEST() 333 GstGLSLProfile profile; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/examples/gtk/ |
D | glliveshader.c | 143 GstGLSLProfile profile; in _add_stage_to_shader()
|