Searched refs:GST_GL_API_GLES1 (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | base.h | 46 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,
|
D | gles.h | 42 GST_GL_API_GLES1 | 55 GST_GL_API_GLES1,
|
D | fixedfunction.h | 43 GST_GL_API_GLES1, 56 GST_GL_API_GLES1,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglapi.c | 75 if (api & GST_GL_API_GLES1) { in gst_gl_api_to_string() 127 ret |= GST_GL_API_GLES1; in gst_gl_api_from_string()
|
D | gstglapi.h | 45 GST_GL_API_GLES1 = (1 << 15), enumerator
|
D | gstglfeature.c | 193 } else if (gl_api & (GST_GL_API_GLES1 | GST_GL_API_GLES2)) { in _gst_gl_feature_check()
|
D | gstglcontext.c | 638 ret = GST_GL_API_GLES1; in gst_gl_context_get_current_gl_api()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglapi.c | 37 {GST_GL_API_GLES1, "gles1"},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 171 ret |= GST_GL_API_GLES1; in egl_conformant_to_gst()
|