Home
last modified time | relevance | path

Searched refs:GST_GL_API_GLES2 (Results 1 – 25 of 53) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgleffects.c162 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
168 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
174 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
180 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
186 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
192 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
198 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
204 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
210 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
216 GST_GL_API_GLES2 | GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_effects_set_effect()
[all …]
Dgstgleffects.h41 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
42 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
Dgstglcolorscale.c108 GST_GL_API_OPENGL | GST_GL_API_OPENGL3 | GST_GL_API_GLES2; in gst_gl_colorscale_class_init()
Dgstglfilterapp.c123 GST_GL_API_OPENGL | GST_GL_API_GLES2 | GST_GL_API_OPENGL3; in gst_gl_filter_app_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dblending.h43 GST_GL_API_GLES2,
60 GST_GL_API_GLES2,
75 GST_GL_API_GLES2,
88 GST_GL_API_GLES2,
Dfbo.h43 GST_GL_API_GLES2,
106 GST_GL_API_GLES2,
139 GST_GL_API_GLES2,
150 GST_GL_API_GLES2,
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,
308 GST_GL_API_OPENGL | GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
319 GST_GL_API_GLES2,
Dbuffer_storage.h23 GST_GL_API_GLES2,
34 GST_GL_API_GLES2,
Dgles.h43 GST_GL_API_GLES2,
64 GST_GL_API_GLES2,
Dshaders.h45 GST_GL_API_GLES2,
98 GST_GL_API_GLES2,
227 GST_GL_API_GLES2,
347 GST_GL_API_GLES2,
Dvao.h22 GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
Dbuffers.h23 GST_GL_API_GLES2,
Dsync.h23 GST_GL_API_GLES2,
DREADME44 * GST_GL_API_GLES and GST_GL_API_GLES2.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c43 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
44 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
156 || gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0) in gst_gl_format_from_video_info()
442 return gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0) in gst_gl_format_is_supported()
484 || (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 1) in gst_gl_format_is_supported()
Dgstglsl.c519 if (gl_api & GST_GL_API_GLES2) { in gst_gl_version_to_glsl_version()
572 if (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0)) { in gst_gl_context_supports_glsl_profile_version()
591 if (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 1)) { in gst_gl_context_supports_glsl_profile_version()
594 } else if (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, in gst_gl_context_supports_glsl_profile_version()
598 } else if (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, in gst_gl_context_supports_glsl_profile_version()
887 } else if (gl_api & GST_GL_API_GLES2) { in _mangle_version_profile_from_gl_api()
959 es2 = gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0) in gst_gl_context_supports_precision()
Dgstglapi.c82 if (api & GST_GL_API_GLES2) { in gst_gl_api_to_string()
130 ret |= GST_GL_API_GLES2; in gst_gl_api_from_string()
Dgstglmemorypbo.c57 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
58 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
66 || gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
69 GST_GL_API_OPENGL | GST_GL_API_OPENGL3 | GST_GL_API_GLES2, 3, 0))
511 if (gst_gl_context_get_gl_api (context) & GST_GL_API_GLES2 in _gl_mem_copy_thread()
Dgstglapi.h46 GST_GL_API_GLES2 = (1 << 16), enumerator
Dgstglrenderbuffer.c51 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
52 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
Dgstglbuffer.c53 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
54 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
Dgstglfeature.c193 } else if (gl_api & (GST_GL_API_GLES1 | GST_GL_API_GLES2)) { in _gst_gl_feature_check()
Dgstglbasememory.c48 #define USING_GLES2(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 2, 0))
49 #define USING_GLES3(context) (gst_gl_context_check_gl_version (context, GST_GL_API_GLES2, 3, 0))
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c173 ret |= GST_GL_API_GLES2; in egl_conformant_to_gst()
177 ret |= GST_GL_API_GLES2; in egl_conformant_to_gst()
660 if (gl_api & GST_GL_API_GLES2) { in gst_gl_context_egl_choose_config()
794 || ((gl_api & GST_GL_API_GLES2) && minor > 0))) { in _create_context_with_flags()
799 "flags %x profile %x", gl_api & GST_GL_API_GLES2 ? " ES" : "", major, in _create_context_with_flags()
875 if ((gl_api & (GST_GL_API_OPENGL | GST_GL_API_OPENGL3 | GST_GL_API_GLES2)) == in gst_gl_context_egl_create_context()
930 if (gl_api & GST_GL_API_GLES2) { in gst_gl_context_egl_create_context()
1005 } else if (gl_api & GST_GL_API_GLES2) { in gst_gl_context_egl_create_context()
1024 if (!gst_gl_context_egl_choose_config (egl, GST_GL_API_GLES2, maj, error)) { in gst_gl_context_egl_create_context()
1036 GST_GL_API_GLES2, maj, min, contextFlags, profileMask); in gst_gl_context_egl_create_context()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c38 {GST_GL_API_GLES2, "gles2"},

123