Home
last modified time | relevance | path

Searched refs:ChoosePixelFormat (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/games/cake/cake_src/cake/glsetup/
H A Dglswgl.h27 #ifdef ChoosePixelFormat
28 #undef ChoosePixelFormat
30 #define ChoosePixelFormat glsChoosePixelFormat macro
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DOpenGL32Test.java54 GDI32.INSTANCE.SetPixelFormat(hdc, GDI32.INSTANCE.ChoosePixelFormat(hdc, pfd), pfd); in testGetStringGLVersion()
83 GDI32.INSTANCE.SetPixelFormat(hdc, GDI32.INSTANCE.ChoosePixelFormat(hdc, pfd), pfd); in testGetStringGLRenderer()
112 GDI32.INSTANCE.SetPixelFormat(hdc, GDI32.INSTANCE.ChoosePixelFormat(hdc, pfd), pfd); in testGetStringGLVendor()
141 GDI32.INSTANCE.SetPixelFormat(hdc, GDI32.INSTANCE.ChoosePixelFormat(hdc, pfd), pfd); in testGetStringGLExtensions()
170 GDI32.INSTANCE.SetPixelFormat(hdc, GDI32.INSTANCE.ChoosePixelFormat(hdc, pfd), pfd); in testGetCurrentContext()
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIOGLWindow.cpp132 pfIndex = ChoosePixelFormat(hdc, &pfd); in setupPFD()
136 pfIndex = ChoosePixelFormat(hdc, &pfd); in setupPFD()
142 pfIndex = ChoosePixelFormat(hdc, &pfd); in setupPFD()
147 pfIndex = ChoosePixelFormat(hdc, &pfd); in setupPFD()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dwgl.c101 SetPixelFormat(winDC, ChoosePixelFormat(winDC, &pfd), &pfd); in CreateGPUAffinityDC()
127 ChoosePixelFormat(sys->affinityHDC, &pfd), &pfd); in CreateGPUAffinityDC()
142 SetPixelFormat(winDC, ChoosePixelFormat(winDC, &pfd), &pfd); in DestroyGPUAffinityDC()
187 SetPixelFormat(sys->hGLDC, ChoosePixelFormat(sys->hGLDC, &pfd), &pfd); in Open()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/windows/wgl/
H A DWGLUtil.java63 public static int ChoosePixelFormat(final long hdc, final PIXELFORMATDESCRIPTOR pfd) { in ChoosePixelFormat() method in WGLUtil
67 return GDI.ChoosePixelFormat(hdc, pfd); in ChoosePixelFormat()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dwgl_func.h68 GL_FUNCTION_OPT(int, wglChoosePixelFormat, ChoosePixelFormat, (HDC, CONST PIXELFORMATDESCRIPTOR *))
79 #define wglChoosePixelFormat_fp ChoosePixelFormat
/dports/science/v_sim/v_sim-3.8.0/src/OSOpenGL/
H A Dvisu_WGL.c91 nPixelFormat = ChoosePixelFormat(hDC, &pfd); in visu_gl_setupPixelFormat()
123 nPixelFormat = ChoosePixelFormat(hDC, &pfdPix); in SetupPixelFormatPixmap()
/dports/graphics/glfw2/glfw-2.7.9/lib/win32/
H A Dplatform.h252 #define _glfw_ChoosePixelFormat _glfwLibrary.Libs.ChoosePixelFormat
258 #define _glfw_ChoosePixelFormat ChoosePixelFormat
447 CHOOSEPIXELFORMAT_T ChoosePixelFormat; member
H A Dwin32_init.c55 _glfwLibrary.Libs.ChoosePixelFormat = (CHOOSEPIXELFORMAT_T) in _glfwInitLibraries()
65 if( _glfwLibrary.Libs.ChoosePixelFormat == NULL || in _glfwInitLibraries()
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DWinVisual.cxx131 pixelFormat = ChoosePixelFormat(hDC, &pfd); in build()
137 pixelFormat = ChoosePixelFormat(hDC, &pfd); in build()
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DWinVisual.cxx131 pixelFormat = ChoosePixelFormat(hDC, &pfd); in build()
137 pixelFormat = ChoosePixelFormat(hDC, &pfd); in build()
/dports/games/vavoom/vavoom-1.33/source/
H A Dgl_win32.cpp229 pixelformat = ChoosePixelFormat(DeviceContext, &pfd); in SetResolution()
236 pixelformat = ChoosePixelFormat(DeviceContext, &pfd); in SetResolution()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/windows/
H A DWindowsDummyGLDrawable.java60 int pixelFormat = WGL.ChoosePixelFormat(hdc, pfd); in WindowsDummyGLDrawable()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/gl/
H A Dgl_context_wgl.h50 int pixelFormat = ChoosePixelFormat(hdc, &pfd); in createGLContext()
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/boops-lv2/BOops-1.8.2/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/pugl/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/src/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/src/
H A Dwin_stub.c34 impl->pfId = ChoosePixelFormat(impl->hdc, &impl->pfd); in puglWinStubConfigure()

12345678910>>...30