Searched refs:supported (Results 1 - 25 of 112) sorted by relevance

12345

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c312 * like client storage might be supported on other implementations too, but GL_APPLE_flush_render
350 if (!gl_info->supported[ARB_PIXEL_BUFFER_OBJECT]) return;
390 gl_info->supported[ARB_PIXEL_BUFFER_OBJECT] = FALSE;
440 if (!gl_info->supported[EXT_SECONDARY_COLOR]) return FALSE;
465 return gl_info->supported[NV_TEXTURE_SHADER];
482 if (!gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]) return FALSE;
603 if (gl_info->supported[ARB_POINT_SPRITE])
623 * has this extension promoted to core. The extension loading code sets this extension supported
625 if(gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO])
628 gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TW
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c38 return gl_info->supported[ARB_SYNC] || gl_info->supported[NV_FENCE] || gl_info->supported[APPLE_FENCE];
64 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
74 if (gl_info->supported[ARB_SYNC])
96 else if (gl_info->supported[APPLE_FENCE])
103 else if (gl_info->supported[NV_FENCE])
143 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
155 if (gl_info->supported[ARB_SYNC])
176 else if (context->gl_info->supported[APPLE_FENC
[all...]
H A Ddirectx.c49 /* The driver names reflect the lowest GPU supported
553 * like client storage might be supported on other implementations too, but GL_APPLE_flush_render
591 if (!gl_info->supported[ARB_PIXEL_BUFFER_OBJECT]) return;
626 gl_info->supported[ARB_PIXEL_BUFFER_OBJECT] = FALSE;
675 if (!gl_info->supported[EXT_SECONDARY_COLOR])
709 if (!gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]) return FALSE;
847 if (!gl_info->supported[ARB_FRAGMENT_PROGRAM])
945 * has this extension promoted to core. The extension loading code sets this extension supported
947 if(gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO])
950 gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TW
[all...]
H A Ddrawprim.c64 if (!gl_info->supported[ARB_DRAW_INSTANCED] && !gl_info->supported[ARB_INSTANCED_ARRAYS])
66 FIXME("Instanced drawing not supported.\n");
71 FIXME("Start instance (%u) not supported.\n", start_instance);
72 if (gl_info->supported[ARB_DRAW_ELEMENTS_BASE_VERTEX])
86 else if (gl_info->supported[ARB_DRAW_ELEMENTS_BASE_VERTEX])
140 * supported or other reason), or with user pointer drawing idxData
196 if (gl_info->supported[EXT_FOG_COORD])
214 else if (gl_info->supported[EXT_SECONDARY_COLOR])
224 if (!gl_info->supported[ARB_MULTITEXTUR
[all...]
H A Dcontext.c518 if (gl_info->supported[ARB_OCCLUSION_QUERY])
527 WARN("Occlusion queries not supported, not allocating query id.\n");
573 if (gl_info->supported[ARB_SYNC])
579 else if (gl_info->supported[APPLE_FENCE])
586 else if(gl_info->supported[NV_FENCE])
595 WARN("Event queries not supported, not allocating query id.\n");
758 if (gl_info->supported[WGL_WINE_PIXEL_FORMAT_PASSTHROUGH])
1114 if (context->valid && gl_info->supported[ARB_OCCLUSION_QUERY])
1123 if (gl_info->supported[ARB_SYNC])
1127 else if (gl_info->supported[APPLE_FENC
[all...]
H A Dgl_compat.c46 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
54 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
62 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
70 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
78 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
86 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
94 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
102 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
110 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
118 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\
[all...]
H A Dtexture.c249 if (context->gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
462 if (gl_info->supported[EXT_TEXTURE_FILTER_ANISOTROPIC])
469 WARN("Anisotropic filtering not supported.\n");
474 /* These should always be the same unless EXT_texture_sRGB_decode is supported. */
680 BOOL srgb_tex = !context->gl_info->supported[EXT_TEXTURE_SRGB_DECODE]
856 * that are reported as supported. */
863 if (!gl_info->supported[ARB_TEXTURE_CUBE_MAP] && desc->pool != WINED3D_POOL_SCRATCH)
865 WARN("(%p) : Tried to create not supported cube texture.\n", texture);
872 if (!gl_info->supported[SGIS_GENERATE_MIPMAP])
892 if (!gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TW
[all...]
H A Dutils.c575 * These are never supported on native.
603 /* GL_APPLE_ycbcr_422 claims that its '2YUV' format, which is supported via the UNSIGNED_SHORT_8_8_REV_APPLE type
1063 /* Check if the default internal format is supported as a frame buffer
1088 TRACE("Format %s is supported as FBO color attachment.\n", debug_d3dformat(format->id));
1098 FIXME("Format %s with rendertarget flag is not supported as FBO color attachment,"
1104 TRACE("Format %s is not supported as FBO color attachment.\n", debug_d3dformat(format->id));
1110 TRACE("Format %s is not supported as FBO color attachment, trying rtInternal format as fallback.\n",
1129 TRACE("Format %s rtInternal format is supported as FBO color attachment.\n",
1134 FIXME("Format %s rtInternal format is not supported as FBO color attachment.\n",
1152 if (gl_info->supported[ARB_FRAMEBUFFER_OBJEC
[all...]
H A Dbuffer.c167 if(gl_info->supported[APPLE_FLUSH_BUFFER_RANGE])
371 BOOL support_d3dcolor = adapter->gl_info.supported[ARB_VERTEX_ARRAY_BGRA];
406 * GL_ARB_half_float_vertex is not supported.
725 FIXME("Event queries not supported, dropping async buffer locks.\n");
781 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
821 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
1216 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
1327 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
1406 dynamic_buffer_ok = gl_info->supported[APPLE_FLUSH_BUFFER_RANGE] || gl_info->supported[ARB_MAP_BUFFER_RANG
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c493 * like client storage might be supported on other implementations too, but GL_APPLE_flush_render
531 if (!gl_info->supported[ARB_PIXEL_BUFFER_OBJECT]) return;
568 gl_info->supported[ARB_PIXEL_BUFFER_OBJECT] = FALSE;
618 if (!gl_info->supported[EXT_SECONDARY_COLOR]) return FALSE;
643 return gl_info->supported[NV_TEXTURE_SHADER];
660 if (!gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]) return FALSE;
780 if (gl_info->supported[ARB_POINT_SPRITE])
800 * has this extension promoted to core. The extension loading code sets this extension supported
802 if(gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO])
805 gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TW
[all...]
H A Dquery.c40 return gl_info->supported[ARB_SYNC] || gl_info->supported[NV_FENCE] || gl_info->supported[APPLE_FENCE];
65 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
77 if (gl_info->supported[ARB_SYNC])
99 else if (gl_info->supported[APPLE_FENCE])
106 else if (gl_info->supported[NV_FENCE])
146 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
162 if (gl_info->supported[ARB_SYNC])
180 else if (context->gl_info->supported[APPLE_FENC
[all...]
H A Dcontext.c507 if (gl_info->supported[ARB_OCCLUSION_QUERY])
518 WARN("Occlusion queries not supported, not allocating query id.\n");
564 if (gl_info->supported[ARB_SYNC])
570 else if (gl_info->supported[APPLE_FENCE])
579 else if(gl_info->supported[NV_FENCE])
590 WARN("Event queries not supported, not allocating query id.\n");
721 if (gl_info->supported[WGL_WINE_PIXEL_FORMAT_PASSTHROUGH])
965 if (context->valid && gl_info->supported[ARB_OCCLUSION_QUERY])
974 if (gl_info->supported[ARB_SYNC])
978 else if (gl_info->supported[APPLE_FENC
[all...]
H A Dgl_compat.c42 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
50 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
58 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
66 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
74 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
82 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
90 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
98 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
106 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n");
114 ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\
[all...]
H A Dbuffer.c183 if(gl_info->supported[APPLE_FLUSH_BUFFER_RANGE])
319 if (!gl_info->supported[ARB_HALF_FLOAT_VERTEX]
434 * GL_ARB_half_float_vertex is not supported.
517 * FLOAT16s if not supported. Also, we can't iterate over the array, so use macros to generate code for all
520 BOOL support_d3dcolor = gl_info->supported[ARB_VERTEX_ARRAY_BGRA];
815 FIXME("Event queries not supported, dropping async buffer locks.\n");
872 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
917 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
1278 if (gl_info->supported[ARB_MAP_BUFFER_RANGE])
1384 if (gl_info->supported[ARB_MAP_BUFFER_RANG
[all...]
H A Dutils.c566 /* GL_APPLE_ycbcr_422 claims that its '2YUV' format, which is supported via the UNSIGNED_SHORT_8_8_REV_APPLE type
947 /* Check if the default internal format is supported as a frame buffer
974 TRACE("Format %s is supported as FBO color attachment\n", debug_d3dformat(format_desc->format));
984 FIXME("Format %s with rendertarget flag is not supported as FBO color attachment,"
990 TRACE("Format %s is not supported as FBO color attachment.\n", debug_d3dformat(format_desc->format));
996 TRACE("Format %s is not supported as FBO color attachment, trying rtInternal format as fallback.\n",
1015 TRACE("Format %s rtInternal format is supported as FBO color attachment\n",
1020 FIXME("Format %s rtInternal format is not supported as FBO color attachment.\n",
1031 if (gl_info->supported[ARB_FRAMEBUFFER_OBJECT]
1032 || gl_info->supported[EXT_PACKED_DEPTH_STENCI
[all...]
H A Dstate.c181 FIXME("WINED3DSHADE_PHONG isn't supported\n");
380 if (!context->gl_info->supported[EXT_BLEND_FUNC_SEPARATE])
555 FIXME("Clipping not supported with vertex shaders\n");
572 if (gl_info->supported[ARB_DEPTH_CLAMP])
580 if (gl_info->supported[ARB_DEPTH_CLAMP])
587 FIXME("Clipping disabled, but ARB_depth_clamp isn't supported.\n");
627 && !context->gl_info->supported[EXT_BLEND_EQUATION_SEPARATE])
674 * NOTE: If not supported don't give FIXMEs the impact is really minimal and very few people are
706 * allows bigger values. If the extension is supported, gl_info->limits.shininess contains the
717 if (gl_info->supported[EXT_SECONDARY_COLO
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.asm36 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
45 ; to be supported by some 64-bit assemblers
H A DInitializeFpu.S20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dbuild.sh57 echo Cygwin not fully supported yet.
138 echo Only IA32 or X64 is supported
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h49 NS_IMETHOD VideoModeSupported(PRUint32 width, PRUint32 height, PRUint32 bpp, PRBool *supported);
H A DFramebuffer.cpp321 NS_IMETHODIMP VBoxDirectFB::VideoModeSupported(PRUint32 w, PRUint32 h, PRUint32 bpp, PRBool *supported) argument
323 if (!supported)
325 *supported = true;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuGdt.c66 #error CPU type not supported for CPU GDT initialization!
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S31 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
H A DInitializeFpu.asm38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp555 * @param supported pointer to result variable
557 STDMETHODIMP VBoxSDLFB::VideoModeSupported(ULONG width, ULONG height, ULONG bpp, BOOL *supported) argument
559 if (!supported)
572 *supported = false;
577 *supported = true;
904 * @todo BPP is not supported!
1630 * @retval supported pointer to result variable
1635 BOOL *supported)
1637 if (!supported)
1640 *supported
1634 VideoModeSupported(ULONG width, ULONG height, ULONG bpp, BOOL *supported) argument
[all...]

Completed in 305 milliseconds

12345