Home
last modified time | relevance | path

Searched refs:GstGLSLVersion (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.h99 } GstGLSLVersion; typedef
129 GstGLSLVersion gst_glsl_version_from_string (const gchar * string);
131 const gchar * gst_glsl_version_to_string (GstGLSLVersion version);
139 gchar * gst_glsl_version_profile_to_string (GstGLSLVersion version,
143 GstGLSLVersion * version_ret,
148 GstGLSLVersion * version,
152 GstGLSLVersion gst_gl_version_to_glsl_version (GstGLAPI gl_api, gint maj, gint min);
155 GstGLSLVersion version,
160 GstGLSLVersion version,
164 GstGLSLVersion version,
Dgstglsl.c65 GstGLSLVersion version;
109 gst_glsl_version_to_string (GstGLSLVersion version) in gst_glsl_version_to_string()
130 GstGLSLVersion
209 _is_valid_version_profile (GstGLSLVersion version, GstGLSLProfile profile) in _is_valid_version_profile()
243 gst_glsl_version_profile_to_string (GstGLSLVersion version, 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()
317 GstGLSLVersion version = GST_GLSL_VERSION_NONE; in gst_glsl_version_profile_from_string()
479 gst_glsl_string_get_version_profile (const gchar * s, GstGLSLVersion * version, in gst_glsl_string_get_version_profile()
512 GstGLSLVersion
[all …]
Dgstglslstage.h72 GstGLSLVersion version,
78 GstGLSLVersion version,
93 GstGLSLVersion gst_glsl_stage_get_version (GstGLSLStage * stage);
98 GstGLSLVersion version,
Dgstglshaderstrings.h49 GstGLSLVersion version,
54 GstGLSLVersion version,
58 GstGLSLVersion version,
Dgstglshaderstrings.c124 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()
Dgstglslstage.c64 GstGLSLVersion version;
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()
304 GstGLSLVersion version = GST_GLSL_VERSION_NONE; in gst_glsl_stage_new_default_fragment()
332 gst_glsl_stage_set_strings (GstGLSLStage * stage, GstGLSLVersion version, in gst_glsl_stage_set_strings()
411 GstGLSLVersion
Dgstglsl_private.h64 …GstGLTextureTarget to, GstGLContext * context, GstGLSLVersion * version, GstGLSLProfile * profile);
Dgstglviewconvert.c1485 GstGLSLVersion version, GstGLSLProfile profile) in _get_shader_string()
1758 GstGLSLVersion version; in _init_view_convert()
Dgstglcolorconvert.c2338 GstGLSLVersion version; in _create_shader()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c41 static const struct {GstGLSLVersion version; const gchar * name;} glsl_versions[] = {
68 GstGLSLVersion version;
154 static const struct {GstGLSLVersion version; GstGLSLProfile profile;} invalid_serialize_glsl[] = {
184 static const struct {const gchar *name; gboolean succeed; GstGLSLVersion version; GstGLSLProfile pr…
205 GstGLSLVersion version; in GST_START_TEST()
233 GstGLSLVersion version; in GST_START_TEST()
267 GstGLSLVersion version; in GST_START_TEST()
282 GstGLSLVersion version; in GST_START_TEST()
311 GstGLSLVersion version; in GST_START_TEST()
332 GstGLSLVersion version; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/examples/gtk/
Dglliveshader.c142 GstGLSLVersion version; in _add_stage_to_shader()