Home
last modified time | relevance | path

Searched refs:GST_GLSL_VERSION_310 (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c49 {GST_GLSL_VERSION_310, "310"},
82 {GST_GLSL_VERSION_310, GST_GLSL_PROFILE_ES, "310 es"},
169 {GST_GLSL_VERSION_310, GST_GLSL_PROFILE_NONE},
170 {GST_GLSL_VERSION_310, GST_GLSL_PROFILE_CORE},
171 {GST_GLSL_VERSION_310, GST_GLSL_PROFILE_COMPATIBILITY},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c78 {GST_GLSL_VERSION_310, "310"},
220 || version == GST_GLSL_VERSION_310 || version == GST_GLSL_VERSION_320) in _is_valid_version_profile()
271 || *version == GST_GLSL_VERSION_310 || *version == GST_GLSL_VERSION_320) in _fixup_version_profile()
592 if (version > GST_GLSL_VERSION_310) in gst_gl_context_supports_glsl_profile_version()
Dgstglsl.h90 GST_GLSL_VERSION_310 = 310, /* ES */ enumerator