Home
last modified time | relevance | path

Searched refs:GST_GL_API_GLES1_NAME (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c77 g_string_append (str, " " GST_GL_API_GLES1_NAME); in gst_gl_api_to_string()
79 str = g_string_new (GST_GL_API_GLES1_NAME); in gst_gl_api_to_string()
126 } else if (g_strstr_len (apis, 5, GST_GL_API_GLES1_NAME)) { in gst_gl_api_from_string()
Dgstglapi.h70 #define GST_GL_API_GLES1_NAME "gles1" macro