Home
last modified time | relevance | path

Searched refs:GST_GL_CHECK_GL_VERSION (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglfeature.c31 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (2, 2, 2, 2), TRUE); in GST_START_TEST()
38 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (3, 2, 2, 2), TRUE); in GST_START_TEST()
45 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (2, 3, 2, 2), TRUE); in GST_START_TEST()
52 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (3, 3, 2, 2), TRUE); in GST_START_TEST()
59 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (2, 2, 3, 2), FALSE); in GST_START_TEST()
66 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (2, 2, 2, 3), FALSE); in GST_START_TEST()
73 fail_unless_equals_int (GST_GL_CHECK_GL_VERSION (2, 2, 3, 3), FALSE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfeature.h52 #define GST_GL_CHECK_GL_VERSION(driver_major, driver_minor, \ macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c793 && GST_GL_CHECK_GL_VERSION (major, minor, 3, 2)) in _create_context_with_flags()
960 if (GST_GL_CHECK_GL_VERSION (opengl_versions[i].major, in gst_gl_context_egl_create_context()
Dgsteglimage.c324 if (GST_GL_CHECK_GL_VERSION (plat_major, plat_minor, 1, 5)) { in _gst_egl_image_create()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c998 if (!GST_GL_CHECK_GL_VERSION (glx_major, glx_minor, 1, 4)) { in gst_gl_context_glx_fill_info()