Home
last modified time | relevance | path

Searched refs:GST_GL_PLATFORM_WGL (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c174 ADD_PLATFORM (GST_GL_PLATFORM_WGL, "wgl"); in gst_gl_platform_to_string()
217 ret |= GST_GL_PLATFORM_WGL; in gst_gl_platform_from_string()
Dgstglapi.h95 GST_GL_PLATFORM_WGL = (1 << 2), enumerator
Dgstglcontext.c471 if (context_type == GST_GL_PLATFORM_WGL) { in gst_gl_context_new_wrapped()
521 if (!handle && (context_type & GST_GL_PLATFORM_WGL) != 0) in gst_gl_context_get_current_gl_context()
565 if (!ret && (context_type & GST_GL_PLATFORM_WGL) != 0) in gst_gl_context_get_proc_address_with_platform()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c174 if (gst_gl_context_get_gl_platform (other_context) != GST_GL_PLATFORM_WGL) { in gst_gl_context_wgl_create_context()
335 GST_GL_PLATFORM_WGL), GST_GL_CONFIG_STRUCTURE_SET_ARGS (RED_SIZE, int, in pixel_format_to_structure()
461 return GST_GL_PLATFORM_WGL; in gst_gl_context_wgl_get_gl_platform()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc219 platform = GST_GL_PLATFORM_WGL;
342 if (platform == GST_GL_PLATFORM_WGL) {
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c85 {GST_GL_PLATFORM_WGL, "wgl"},
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp80 GST_GL_PLATFORM_WGL, GST_GL_API_OPENGL); in initializeGL()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c568 gl_platform = GST_GL_PLATFORM_WGL; in main()