Home
last modified time | relevance | path

Searched refs:GST_GL_API_GLES1 (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dbase.h46 GST_GL_API_GLES1 | GST_GL_API_GLES2,
211 GST_GL_API_GLES1 | GST_GL_API_GLES2,
241 GST_GL_API_GLES1 | GST_GL_API_GLES2,
252 GST_GL_API_GLES1 | GST_GL_API_GLES2,
284 GST_GL_API_GLES1 | GST_GL_API_GLES2,
Dgles.h42 GST_GL_API_GLES1 |
55 GST_GL_API_GLES1,
Dfixedfunction.h43 GST_GL_API_GLES1,
56 GST_GL_API_GLES1,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c75 if (api & GST_GL_API_GLES1) { in gst_gl_api_to_string()
127 ret |= GST_GL_API_GLES1; in gst_gl_api_from_string()
Dgstglapi.h45 GST_GL_API_GLES1 = (1 << 15), enumerator
Dgstglfeature.c193 } else if (gl_api & (GST_GL_API_GLES1 | GST_GL_API_GLES2)) { in _gst_gl_feature_check()
Dgstglcontext.c638 ret = GST_GL_API_GLES1; in gst_gl_context_get_current_gl_api()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c37 {GST_GL_API_GLES1, "gles1"},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c171 ret |= GST_GL_API_GLES1; in egl_conformant_to_gst()