Home
last modified time | relevance | path

Searched refs:version_profile_s (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c66 struct version_profile_s struct
73 static const struct version_profile_s glsl_version_profiles_valid[] = { argument
102 static const struct version_profile_s glsl_version_profiles_valid_serialize[] = {
117 static const struct version_profile_s glsl_version_profiles_valid_deserialize[] = {
232 gchar *version_profile_s; in GST_START_TEST() local
236 version_profile_s = in GST_START_TEST()
239 fail_unless (g_strcmp0 (version_profile_s, in GST_START_TEST()
241 version_profile_s, glsl_version_profiles_valid[i].name); in GST_START_TEST()
250 g_free (version_profile_s); in GST_START_TEST()
254 gchar *version_profile_s; in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c477 const gchar *version_profile_s; in gst_glsl_string_get_version_profile() local
479 version_profile_s = _gst_glsl_shader_string_find_version (s); in gst_glsl_string_get_version_profile()
480 if (!version_profile_s) in gst_glsl_string_get_version_profile()
483 if (!gst_glsl_version_profile_from_string (version_profile_s, version, in gst_glsl_string_get_version_profile()
/third_party/gstreamer/gstplugins_base/
DChangeLog15116 tests:glsl: version_profile_s string leak
/third_party/gstreamer/gstplugins_bad/
DChangeLog44226 tests:glsl: version_profile_s string leak