Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/win32/
H A Dgdkglwglext.c296 static GdkGL_WGL_ARB_make_current_read _procs_WGL_ARB_make_current_read = { variable
308 …if (_procs_WGL_ARB_make_current_read.wglMakeContextCurrentARB == (GdkGLProc_wglMakeContextCurrentA… in gdk_gl_get_wglMakeContextCurrentARB()
309 _procs_WGL_ARB_make_current_read.wglMakeContextCurrentARB = in gdk_gl_get_wglMakeContextCurrentARB()
314 … (_procs_WGL_ARB_make_current_read.wglMakeContextCurrentARB) ? "supported" : "not supported")); in gdk_gl_get_wglMakeContextCurrentARB()
316 return (GdkGLProc) (_procs_WGL_ARB_make_current_read.wglMakeContextCurrentARB); in gdk_gl_get_wglMakeContextCurrentARB()
326 …if (_procs_WGL_ARB_make_current_read.wglGetCurrentReadDCARB == (GdkGLProc_wglGetCurrentReadDCARB) … in gdk_gl_get_wglGetCurrentReadDCARB()
327 _procs_WGL_ARB_make_current_read.wglGetCurrentReadDCARB = in gdk_gl_get_wglGetCurrentReadDCARB()
332 … (_procs_WGL_ARB_make_current_read.wglGetCurrentReadDCARB) ? "supported" : "not supported")); in gdk_gl_get_wglGetCurrentReadDCARB()
334 return (GdkGLProc) (_procs_WGL_ARB_make_current_read.wglGetCurrentReadDCARB); in gdk_gl_get_wglGetCurrentReadDCARB()
364 return &_procs_WGL_ARB_make_current_read; in gdk_gl_get_WGL_ARB_make_current_read()