| Top |
gboolean gst_glsl_version_profile_from_string (const gchar *string,GstGLSLVersion *version,GstGLSLProfile *profile);
gchar * gst_glsl_version_profile_to_string (GstGLSLVersion version,GstGLSLProfile profile);
gboolean gst_glsl_string_get_version_profile (const gchar *s,GstGLSLVersion *version,GstGLSLProfile *profile);
gboolean gst_gl_context_supports_glsl_profile_version (GstGLContext *context,GstGLSLVersion version,GstGLSLProfile profile);
GstGLSLVersion gst_gl_version_to_glsl_version (GstGLAPI gl_api,gint maj,gint min);