Home
last modified time | relevance | path

Searched refs:DM_PELSWIDTH (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/graphics/freeglut/freeglut-3.2.1/src/mswin/
H A Dfg_gamemode_mswin.c131 DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fgPlatformRememberState()
161 devMode.dmFields |= DM_PELSWIDTH; in fgPlatformChangeDisplayMode()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/mswin/
H A Dfg_gamemode_mswin.c131 DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fgPlatformRememberState()
161 devMode.dmFields |= DM_PELSWIDTH; in fgPlatformChangeDisplayMode()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py132 DM_PELSWIDTH = 0x00080000
140 …dwFields = (xres and DM_PELSWIDTH or 0) | (yres and DM_PELSHEIGHT or 0) | (BitsPerPixel and DM_BIT…
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py163 DM_PELSWIDTH = 0x00080000
172 (xres and DM_PELSWIDTH or 0)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py136 DM_PELSWIDTH = 0x00080000
144 …dwFields = (xres and DM_PELSWIDTH or 0) | (yres and DM_PELSHEIGHT or 0) | (BitsPerPixel and DM_BIT…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py163 DM_PELSWIDTH = 0x00080000
172 (xres and DM_PELSWIDTH or 0)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py137 DM_PELSWIDTH = 0x00080000
145 …dwFields = (xres and DM_PELSWIDTH or 0) | (yres and DM_PELSHEIGHT or 0) | (BitsPerPixel and DM_BIT…
/dports/www/firefox/firefox-99.0/testing/mozharness/external_tools/
H A Dmouse_and_screen_resolution.py170 DM_PELSWIDTH = 0x00080000
179 (xres and DM_PELSWIDTH or 0)
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_gamemode.c118 DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fghRememberState()
327 devMode.dmFields |= DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fghChangeDisplayMode()
333 devMode.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fghChangeDisplayMode()
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/gdi/
H A Dwin32modesetteri.inc60 dm.dmFields := DM_BITSPERPEL or DM_PELSWIDTH or DM_PELSHEIGHT;
206 if (dmFields and DM_PELSWIDTH) <> 0 then
207 Result := Result + 'DM_PELSWIDTH + ';
282 if (ADevMode.dmFields and DM_PELSWIDTH) <> 0 then
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DWin32Window.cpp672 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in createWindow()
677 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in createWindow()
692 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in switchFullScreen()
730 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in switchFullScreen()
/dports/graphics/nanort/nanort-b1feea8/examples/common/OpenGLWindow/
H A DWin32Window.cpp608 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in createWindow()
613 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in createWindow()
633 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in switchFullScreen()
670 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in switchFullScreen()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DWin32Window.cpp672 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in createWindow()
677 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in createWindow()
692 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT | DM_DISPLAYFREQUENCY; in switchFullScreen()
730 dm.dmFields = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT; in switchFullScreen()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/game_puzzle/
H A Dugame.pas197 mode.dmFields := DM_PELSWIDTH or DM_PELSHEIGHT;
210 mode.dmFields := DM_PELSWIDTH or DM_PELSHEIGHT or DM_BITSPERPEL;
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/win32/
H A DDisplayDevice_WIN32.cpp196 dmScreen.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT | (frequency == -1 ? 0 : DM_DISPLAYFREQUENCY); in SetFullScreen()
203 dmScreen.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in SetFullScreen()
/dports/games/d2x/d2x-0.2.5/arch/ogl/
H A Dwgl.c347 devmode.dmFields=DM_BITSPERPEL|DM_PELSWIDTH|DM_PELSHEIGHT; in OpenGL_Initialize()
365 devmode.dmFields=DM_BITSPERPEL|DM_PELSWIDTH|DM_PELSHEIGHT; in OpenGL_Initialize()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_gamemode.c125 DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fghRememberState()
348 DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in fghChangeDisplayMode()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/
H A Ddisplaymode_windows.cpp107 m.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT | DM_BITSPERPEL | DM_DISPLAYFREQUENCY; in DisplayMode_Native_Change()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/
H A Dwgfx.cpp161 …const DWORD expectedFlags = DM_PELSWIDTH|DM_PELSHEIGHT|DM_BITSPERPEL|DM_DISPLAYFREQUENCY|DM_DISPLA… in GetVideoMode()
/dports/games/quake2lnx/quake2-r0.16.2/src/win32/
H A Dglw_imp.c195 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
239 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
/dports/games/quake2-source/quake2-r0.16.2/src/win32/
H A Dglw_imp.c195 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
239 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
/dports/games/alienarena/alienarena-7.66/source/win32/
H A Dglw_imp.c204 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
255 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
/dports/games/alienarena-data/alienarena-7.66/source/win32/
H A Dglw_imp.c204 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
255 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
/dports/games/q2pro/q2pro/source/
H A Dwin_glimp.c435 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
482 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
/dports/games/q2p/Q2P-0.2-2006-12-31/win32/
H A Dglw_imp.c198 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()
242 dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; in GLimp_SetMode()

12345678910>>...15