Home
last modified time | relevance | path

Searched refs:WGL_SAMPLE_BUFFERS_ARB (Results 101 – 125 of 296) sorted by relevance

12345678910>>...12

/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dglcontext_wgl.cpp173 WGL_SAMPLE_BUFFERS_ARB, 0, in create()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dglcanvas.cpp88 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
506 AddAttribute(WGL_SAMPLE_BUFFERS_ARB); in SampleBuffers()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapoglcontext.cpp278 WGL_SAMPLE_BUFFERS_ARB,GL_TRUE, in createPBuffer()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dwin32.py176 'sample_buffers': wglext_arb.WGL_SAMPLE_BUFFERS_ARB,
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dwin32.py176 'sample_buffers': wglext_arb.WGL_SAMPLE_BUFFERS_ARB,
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/windows/wgl/
H A DWindowsWGLGraphicsConfiguration.java240 iattributes.put(niattribs++, WGLExt.WGL_SAMPLE_BUFFERS_ARB); in fillAttribsForGeneralWGLARBQuery()
515 iattributes.put(niattribs++, WGLExt.WGL_SAMPLE_BUFFERS_ARB); in GLCapabilities2AttribList()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwglext.h273 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwglext.h273 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/
H A Dqgl_win.cpp69 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
593 iAttributes[i++] = WGL_SAMPLE_BUFFERS_ARB; // 12 in pfiToQGLFormat()
1093 iAttributes[i++] = WGL_SAMPLE_BUFFERS_ARB; in choosePixelFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/opengl/win/
H A Dcontext.cxx344 WGL_SAMPLE_BUFFERS_ARB,GL_TRUE, in InitMultisample()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A DNativeConfigTemplate3D.c980 wglAttrs[index++] = WGL_SAMPLE_BUFFERS_ARB; in find_AA_S_S_PixelFormat()
1159 wglAttrs[0] = WGL_SAMPLE_BUFFERS_ARB; in checkPixelFormat()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dwin.c518 else if (attrib[i] == WGL_SAMPLE_BUFFERS_ARB) { in decode_pixel_format_attrib()
713 attrib[num_attribs - 3] = WGL_SAMPLE_BUFFERS_ARB; in describe_pixel_format_new()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_window.c327 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
512 ATTRIB_VAL( WGL_SAMPLE_BUFFERS_ARB, GL_TRUE ); in fghFillPixelFormatAttributes()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkglcontext-win32-wgl.c184 pixelAttribs[i++] = WGL_SAMPLE_BUFFERS_ARB; in get_wgl_pfd()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/glx/
H A Dindirect.c1754 SET_ATTR_VALUE(WGL_SAMPLE_BUFFERS_ARB, mode->sampleBuffers); in fbConfigToPixelFormatIndex()
2127 ADD_ATTR(WGL_SAMPLE_BUFFERS_ARB); in glxWinCreateConfigsExt()
2326 c->base.sampleBuffers = ATTR_VALUE(WGL_SAMPLE_BUFFERS_ARB, 0); in glxWinCreateConfigsExt()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/glx/
H A Dindirect.c1754 SET_ATTR_VALUE(WGL_SAMPLE_BUFFERS_ARB, mode->sampleBuffers); in fbConfigToPixelFormatIndex()
2127 ADD_ATTR(WGL_SAMPLE_BUFFERS_ARB); in glxWinCreateConfigsExt()
2326 c->base.sampleBuffers = ATTR_VALUE(WGL_SAMPLE_BUFFERS_ARB, 0); in glxWinCreateConfigsExt()
/dports/cad/netgen/netgen-6.2.2105/ng/Togl2.1/
H A DtoglWGL.c413 attribs[na++] = WGL_SAMPLE_BUFFERS_ARB; in togl_pixelFormat()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/wgl/
H A Dwglinfo.c483 info->sampleBuffers = get_pf_attrib(hdc, pf, WGL_SAMPLE_BUFFERS_ARB); in get_format_info()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwgl_disp.c398 else if (attrib[i] == WGL_SAMPLE_BUFFERS_ARB) { in decode_pixel_format_attrib()
493 attrib[num_attribs - 3] = WGL_SAMPLE_BUFFERS_ARB; in read_pixel_format_ext()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dvid_wgl.c756 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
901 *a++ = WGL_SAMPLE_BUFFERS_ARB; in VID_InitMode()
/dports/games/lwjgl/lwjgl-2df01dd/src/native/windows/opengl/
H A Dcontext.c240 putAttrib(&attrib_list, WGL_SAMPLE_BUFFERS_ARB); putAttrib(&attrib_list, 1); in findPixelFormatARBFromBPP()
/dports/games/cake/cake_src/cake/glsetup/
H A Dwglext.h64 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/win/
H A Dgdiimpl.cxx346 WGL_SAMPLE_BUFFERS_ARB,GL_TRUE, in InitMultisample()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/wgl/
H A Dwglinfo.c531 info->sampleBuffers = get_pf_attrib(hdc, pf, WGL_SAMPLE_BUFFERS_ARB); in get_format_info()
/dports/games/r1q2/r1q2-8012_5/win32/
H A Dwglext.h67 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 macro

12345678910>>...12