Lines Matching refs:supported

409     /* FIXME: Check that the format is supported by the device. */
1041 if (gl_info->supported[APPLE_CLIENT_STORAGE])
1101 if (gl_info->supported[ARB_FRAMEBUFFER_OBJECT]
1883 if (gl_info->supported[ARB_PIXEL_BUFFER_OBJECT] && (This->Flags & SFLAG_DYNLOCK)
2219 IWineD3DSurface_LoadLocation(iface, SFLAG_INTEXTURE, NULL /* partial texture loading not supported yet */);
2324 ERR("Not supported on surfaces with an application-provided surfaces\n");
2495 FIXME(" ColorKeying not supported in the RGB 332 format !\n");
2841 FIXME("(%p) Operation not supported for scratch textures\n",This);
3244 /* Flipping is only supported on RenderTargets and overlays*/
3263 * FIXME("(%p) Target override is not supported by now\n", This);
3341 ERR("Texture filtering not supported in direct blit\n");
3347 ERR("Texture filtering not supported in direct blit\n");
3761 /* No destination color keying supported */
3764 TRACE("Destination color key not supported in accelerated Blit, falling back to software\n");
3771 /* The only case where both surfaces on a swapchain are supported is a back buffer -> front buffer blit on the same swapchain */
3897 TRACE("P8 read back not supported by frame buffer to texture blit\n");
3902 TRACE("Color keying not supported by frame buffer to texture blit\n");
3924 * If EXT_framebuffer_blit is supported that can be used instead. Note that EXT_framebuffer_blit implies
4242 /* No destination color keying supported */
4245 TRACE("Destination color key not supported in accelerated Blit, falling back to software\n");
4275 WARN("conversion not supported here with PBO for src %p\n", Src);
4561 /** Check against the maximum texture sizes supported by the video card **/
4570 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] || gl_info->supported[WINE_NORMALIZED_TEXRECT])
4589 FIXME("(%p) Compressed non-power-two textures are not supported w(%d) h(%d)\n",
4625 if (This->Flags & SFLAG_NONPOW2 && gl_info->supported[ARB_TEXTURE_RECTANGLE]
4627 && gl_info->supported[EXT_PALETTED_TEXTURE]
4726 FIXME("(%p) Not supported with fixed up depth stencil\n", This);
5008 * not NULL, only the specified rectangle is copied (only supported for
5467 if(fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
5486 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
5491 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
5511 TRACE("Color fill not supported\n");
5533 TRACE("Destination fixups are not supported\n");
5537 if (src_fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
5539 TRACE("P8 fixup supported\n");