Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c97 gst_gl_context_wgl_init (GstGLContextWGL * context_wgl) in gst_gl_context_wgl_init() argument
99 context_wgl->priv = gst_gl_context_wgl_get_instance_private (context_wgl); in gst_gl_context_wgl_init()
101 context_wgl->priv->context_api = GST_GL_API_OPENGL | GST_GL_API_OPENGL3; in gst_gl_context_wgl_init()
122 _create_context_with_flags (GstGLContextWGL * context_wgl, HDC dpy, in _create_context_with_flags() argument
153 context_wgl->priv->wglCreateContextAttribsARB (dpy, share_context, in _create_context_with_flags()
164 GstGLContextWGL *context_wgl; in gst_gl_context_wgl_create_context() local
169 context_wgl = GST_GL_CONTEXT_WGL (context); in gst_gl_context_wgl_create_context()
198 context_wgl->priv->wglCreateContextAttribsARB = in gst_gl_context_wgl_create_context()
201 context_wgl->priv->wglGetExtensionsStringARB = in gst_gl_context_wgl_create_context()
209 if (context_wgl->priv->wglGetExtensionsStringARB) { in gst_gl_context_wgl_create_context()
[all …]