Home
last modified time | relevance | path

Searched defs:hglrc (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/win32/
H A Dgdkglcontext-win32.c143 HGLRC hglrc, in gdk_gl_context_new_common()
200 HGLRC hglrc; in _gdk_win32_gl_context_new() local
252 HGLRC hglrc) in gdk_win32_gl_context_foreign_new()
392 HGLRC hglrc; in gdk_gl_context_get_current() local
469 gdk_gl_context_lookup (HGLRC hglrc) in gdk_gl_context_lookup()
480 gdk_gl_context_hash (HGLRC *hglrc) in gdk_gl_context_hash()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DOpenGL32.java75 boolean wglMakeCurrent(HDC windowDC, WinDef.HGLRC hglrc); in wglMakeCurrent()
84 boolean wglDeleteContext(WinDef.HGLRC hglrc); in wglDeleteContext()
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglPlatformContextWindows.cpp34 _Detail(HDC hdc, HGLRC hglrc) : hdc(hdc), hglrc(hglrc) { } in _Detail()
37 HGLRC hglrc; member in GarchWGLContextState::_Detail
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/AMD/
H A Dgpu_association.py35 def wglDeleteAssociatedContextAMD(hglrc):pass argument
38 def wglGetContextGPUIDAMD(hglrc):pass argument
50 def wglMakeAssociatedContextCurrentAMD(hglrc):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/AMD/
H A Dgpu_association.py35 def wglDeleteAssociatedContextAMD(hglrc):pass argument
38 def wglGetContextGPUIDAMD(hglrc):pass argument
50 def wglMakeAssociatedContextCurrentAMD(hglrc):pass argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_bindings_autogen_wgl.cc145 BOOL WGLApiBase::wglDeleteContextFn(HGLRC hglrc) { in wglDeleteContextFn()
173 BOOL WGLApiBase::wglMakeCurrentFn(HDC hdc, HGLRC hglrc) { in wglMakeCurrentFn()
244 BOOL TraceWGLApi::wglDeleteContextFn(HGLRC hglrc) { in wglDeleteContextFn()
279 BOOL TraceWGLApi::wglMakeCurrentFn(HDC hdc, HGLRC hglrc) { in wglMakeCurrentFn()
381 BOOL LogWGLApi::wglDeleteContextFn(HGLRC hglrc) { in wglDeleteContextFn()
440 BOOL LogWGLApi::wglMakeCurrentFn(HDC hdc, HGLRC hglrc) { in wglMakeCurrentFn()
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/wgl/
H A Dwgl_context.h39 HGLRC hglrc; member
H A Dwgl_platform.c127 HGLRC hglrc = wc_ctx ? wgl_context(wc_ctx)->hglrc : NULL; in wgl_make_current() local
H A Dwgl_context.c158 HGLRC hglrc; in wgl_context_create_native() local
H A Dwgl_display.h54 HGLRC hglrc; member
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/wgl/
H A Dwglfontbitmaps.c34 HGLRC hglrc; in main() local
H A Dwglfontoutlines.c34 HGLRC hglrc; in main() local
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIOGLWindow.h45 HGLRC hglrc; variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/EXT/
H A Dmake_current_read.py20 def wglMakeContextCurrentEXT(hDrawDC,hReadDC,hglrc):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/EXT/
H A Dmake_current_read.py20 def wglMakeContextCurrentEXT(hDrawDC,hReadDC,hglrc):pass argument
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/ARB/
H A Dmake_current_read.py21 def wglMakeContextCurrentARB(hDrawDC,hReadDC,hglrc):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/ARB/
H A Dmake_current_read.py21 def wglMakeContextCurrentARB(hDrawDC,hReadDC,hglrc):pass argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkglcontext-win32-wgl.c378 HGLRC hglrc; in create_wgl_context_with_attribs() local
437 HGLRC hglrc = NULL; in create_wgl_context() local
565 HGLRC hglrc; in gdk_win32_gl_context_wgl_realize() local
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglretrace_wgl.cpp86 unsigned long long hglrc = call.arg(0).toUIntPtr(); in retrace_wglDeleteContext() local
105 unsigned long long hglrc = call.arg(1).toUIntPtr(); in retrace_wglMakeCurrent() local
122 unsigned long long hglrc = call.arg(2).toUIntPtr(); in retrace_wglMakeContextCurrentARB() local
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-windows.c130 static inline bool wgl_make_current(HDC hdc, HGLRC hglrc) in wgl_make_current()
144 HGLRC hglrc = wglCreateContext(hdc); in gl_init_basic_context() local
174 HGLRC hglrc = wglCreateContextAttribsARB(hdc, 0, attribs); in gl_init_context() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB()

1234567