Home
last modified time | relevance | path

Searched refs:GST_GLSL_VERSION_150 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c47 {GST_GLSL_VERSION_150, "150"},
79 {GST_GLSL_VERSION_150, GST_GLSL_PROFILE_CORE, "150 core"},
80 {GST_GLSL_VERSION_150, GST_GLSL_PROFILE_COMPATIBILITY, "150 compatibility"},
108 {GST_GLSL_VERSION_150, GST_GLSL_PROFILE_NONE, "150"},
123 {GST_GLSL_VERSION_150, GST_GLSL_PROFILE_CORE, "150"},
165 {GST_GLSL_VERSION_150, GST_GLSL_PROFILE_ES},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c76 {GST_GLSL_VERSION_150, "150"},
215 if (version <= GST_GLSL_VERSION_150 && profile == GST_GLSL_PROFILE_NONE) in _is_valid_version_profile()
224 if (version == GST_GLSL_VERSION_150 || version >= GST_GLSL_VERSION_330) in _is_valid_version_profile()
276 && (*version >= GST_GLSL_VERSION_150 || *version >= GST_GLSL_VERSION_330)) in _fixup_version_profile()
612 if (version < GST_GLSL_VERSION_150 && version != GST_GLSL_VERSION_100) in gst_gl_context_supports_glsl_profile_version()
884 *version = GST_GLSL_VERSION_150; in _mangle_version_profile_from_gl_api()
929 && *version >= GST_GLSL_VERSION_150)) { in _gst_glsl_mangle_shader()
Dgstglsl.h88 GST_GLSL_VERSION_150 = 150, /* GL */ enumerator
Dgstglviewconvert.c1566 && version >= GST_GLSL_VERSION_150) { in _get_shader_string()
1588 && version >= GST_GLSL_VERSION_150)) { in _get_shader_string()
Dgstglcolorconvert.c2408 && version >= GST_GLSL_VERSION_150) { in _create_shader()
2439 && version >= GST_GLSL_VERSION_150)) { in _create_shader()