Lines Matching defs:Format

808         WINED3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IWineD3DSurface **ppSurface,
822 iface, Width, Height, debug_d3dformat(Format), Format, Lockable, Discard, Level);
841 Discard, MultiSample, MultisampleQuality, This, Usage, Format, Pool, parent, parent_ops
885 UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool,
898 TRACE("Format %#x (%s), Pool %#x, ppTexture %p, parent %p\n",
899 Format, debug_d3dformat(Format), Pool, ppTexture, parent);
909 hr = texture_init(object, Width, Height, Levels, This, Usage, Format, Pool, parent, parent_ops
931 UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool,
944 Depth, Levels, Usage, Format, debug_d3dformat(Format), debug_d3dpool(Pool));
954 hr = volumetexture_init(object, Width, Height, Depth, Levels, This, Usage, Format, Pool, parent, parent_ops
975 UINT Depth, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolume **ppVolume,
988 Depth, Usage, Format, debug_d3dformat(Format), debug_d3dpool(Pool));
998 hr = volume_init(object, This, Width, Height, Depth, Usage, Format, Pool, parent, parent_ops
1018 DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DCubeTexture **ppCubeTexture,
1038 hr = cubetexture_init(object, EdgeLength, Levels, This, Usage, Format, Pool, parent, parent_ops
2050 const struct wined3d_format_desc *format_desc = getFormatDescEntry(pMode->Format, &This->adapter->gl_info);
2054 TRACE("(%p)->(%d,%p) Mode=%dx%dx@%d, %s\n", This, iSwapChain, pMode, pMode->Width, pMode->Height, pMode->RefreshRate, debug_d3dformat(pMode->Format));
2077 (This->ddraw_format == pMode->Format) &&
2098 This->ddraw_format = pMode->Format;
4367 pMode->Format = This->ddraw_format;
6839 mode.Format = swapchain->presentParms.BackBufferFormat;
6844 mode.Format = swapchain->presentParms.BackBufferFormat;
7566 device->ddraw_format = mode.Format;