Searched refs:ARB_MULTISAMPLE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_gl.h74 ARB_MULTISAMPLE, enumerator in enum:wined3d_gl_extension
H A Ddirectx.c126 {"GL_ARB_multisample", ARB_MULTISAMPLE }, /* needs GLX_ARB_MULTISAMPLE as well */
1762 if (level == 7 && gl_info->supported[ARB_MULTISAMPLE]
5197 if (gl_info->supported[ARB_MULTISAMPLE])
H A Dstate.c5145 { STATE_RENDER(WINED3D_RS_MULTISAMPLEANTIALIAS), { STATE_RENDER(WINED3D_RS_MULTISAMPLEANTIALIAS), state_msaa }, ARB_MULTISAMPLE },
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c89 {"GL_ARB_multisample", ARB_MULTISAMPLE, 0 }, /* needs GLX_ARB_MULTISAMPLE as well */
H A Dwined3d_gl.h1798 ARB_MULTISAMPLE, enumerator in enum:wined3d_gl_extension
3934 glSampleCoverageARB, ARB_MULTISAMPLE, NULL) \
H A Dwined3d_private.h1340 #define WINE_D3D8_CAPABLE(gl_info) WINE_D3D7_CAPABLE(gl_info) && (gl_info->supported[ARB_MULTISAMPLE] && gl_info->supported[ARB_TEXTURE_BORDER_CLAMP])
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c80 {"GL_ARB_multisample", ARB_MULTISAMPLE, 0 }, /* needs GLX_ARB_MULTISAMPLE as well */
5523 if (gl_info->supported[ARB_MULTISAMPLE])
H A Dcontext.c1623 if (!gl_info->supported[ARB_MULTISAMPLE])
H A Dwined3d_gl.h1793 ARB_MULTISAMPLE, enumerator in enum:wined3d_gl_extension
3925 glSampleCoverageARB, ARB_MULTISAMPLE, NULL) \
H A Dwined3d_private.h1312 #define WINE_D3D8_CAPABLE(gl_info) WINE_D3D7_CAPABLE(gl_info) && (gl_info->supported[ARB_MULTISAMPLE] && gl_info->supported[ARB_TEXTURE_BORDER_CLAMP])
H A Dstate.c5016 { STATE_RENDER(WINED3DRS_MULTISAMPLEANTIALIAS), { STATE_RENDER(WINED3DRS_MULTISAMPLEANTIALIAS), state_msaa }, ARB_MULTISAMPLE },

Completed in 232 milliseconds