Home
last modified time | relevance | path

Searched refs:N_ATTRIBS (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c127 #define N_ATTRIBS 20 in _create_context_with_flags() macro
128 gint attribs[N_ATTRIBS]; in _create_context_with_flags()
149 g_assert (n < N_ATTRIBS); in _create_context_with_flags()
150 #undef N_ATTRIBS in _create_context_with_flags()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c558 #define N_ATTRIBS 20 in _create_context_with_flags() macro
559 gint attribs[N_ATTRIBS]; in _create_context_with_flags()
583 g_assert (n < N_ATTRIBS); in _create_context_with_flags()
584 #undef N_ATTRIBS in _create_context_with_flags()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c776 #define N_ATTRIBS 20 in _create_context_with_flags() macro
777 gint attribs[N_ATTRIBS]; in _create_context_with_flags()
828 g_assert (n < N_ATTRIBS); in _create_context_with_flags()
829 #undef N_ATTRIBS in _create_context_with_flags()