Searched refs:CR_MULTISAMPLE_BIT (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dchoosevisual.c111 if (visBits & CR_MULTISAMPLE_BIT)
213 if (visBits & CR_MULTISAMPLE_BIT)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_config.c43 render_spu->default_visual |= CR_MULTISAMPLE_BIT;
H A Drenderspu_glx.c219 if (visAttribs & CR_MULTISAMPLE_BIT)
220 visAttribs &= ~CR_MULTISAMPLE_BIT;
304 if (visAttribs & CR_MULTISAMPLE_BIT) {
H A Drenderspu_agl.c265 if( visAttribs & CR_MULTISAMPLE_BIT ) {
H A Drenderspu_cocoa_helper.m231 # define CR_MULTISAMPLE_BIT RT_BIT_32(7)
2804 if (fVisParams & CR_MULTISAMPLE_BIT)
2806 COCOA_LOG_FLOW((" CR_MULTISAMPLE_BIT requested\n"));
H A Drenderspu_wgl.c583 if (visAttribs & CR_MULTISAMPLE_BIT)
H A Drenderspu.c78 if (visAttribs & CR_MULTISAMPLE_BIT)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c135 {GLX_SAMPLE_BUFFERS_SGIS, "GLX_SAMPLE_BUFFERS_SGIS", TEST_GREATER_0, CR_MULTISAMPLE_BIT},
292 visBits |= CR_MULTISAMPLE_BIT;
299 visBits |= CR_MULTISAMPLE_BIT;
860 visBits |= CR_MULTISAMPLE_BIT;
865 visBits |= CR_MULTISAMPLE_BIT;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dchromium.h761 #define CR_MULTISAMPLE_BIT 0x80 macro
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_init.c413 if (visBits & CR_MULTISAMPLE_BIT) {

Completed in 168 milliseconds