Searched refs:GST_GL_CHECK_GL_VERSION (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglfeature.c | 31 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/ |
D | gstglfeature.h | 52 #define GST_GL_CHECK_GL_VERSION(driver_major, driver_minor, \ macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 793 && 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()
|
D | gsteglimage.c | 324 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/ |
D | gstglcontext_glx.c | 998 if (!GST_GL_CHECK_GL_VERSION (glx_major, glx_minor, 1, 4)) { in gst_gl_context_glx_fill_info()
|