|
ReactOS 0.4.17-dev-934-g091855f
|
#include "d3dx9.h"

Go to the source code of this file.
Classes | |
| struct | _D3DXIMAGE_INFO |
Typedefs | |
| typedef enum _D3DXIMAGE_FILEFORMAT | D3DXIMAGE_FILEFORMAT |
| typedef struct _D3DXIMAGE_INFO | D3DXIMAGE_INFO |
| typedef void(WINAPI * | LPD3DXFILL2D) (D3DXVECTOR4 *out, const D3DXVECTOR2 *texcoord, const D3DXVECTOR2 *texelsize, void *data) |
| typedef void(WINAPI * | LPD3DXFILL3D) (D3DXVECTOR4 *out, const D3DXVECTOR3 *texcoord, const D3DXVECTOR3 *texelsize, void *data) |
Enumerations | |
| enum | _D3DXIMAGE_FILEFORMAT { D3DXIFF_BMP , D3DXIFF_JPG , D3DXIFF_TGA , D3DXIFF_PNG , D3DXIFF_DDS , D3DXIFF_PPM , D3DXIFF_DIB , D3DXIFF_HDR , D3DXIFF_PFM , D3DXIFF_FORCE_DWORD = 0x7fffffff , D3DXIFF_BMP , D3DXIFF_JPG , D3DXIFF_TGA , D3DXIFF_PNG , D3DXIFF_DDS , D3DXIFF_PPM , D3DXIFF_DIB , D3DXIFF_HDR , D3DXIFF_PFM , D3DXIFF_FORCE_DWORD = 0x7fffffff } |
| #define D3DX_CHANNEL_ALPHA 0x00000008 |
Definition at line 56 of file d3dx9tex.h.
| #define D3DX_CHANNEL_BLUE 0x00000002 |
Definition at line 54 of file d3dx9tex.h.
| #define D3DX_CHANNEL_GREEN 0x00000004 |
Definition at line 55 of file d3dx9tex.h.
| #define D3DX_CHANNEL_LUMINANCE 0x00000010 |
Definition at line 57 of file d3dx9tex.h.
| #define D3DX_CHANNEL_RED 0x00000001 |
Definition at line 53 of file d3dx9tex.h.
| #define D3DX_FILTER_BOX 0x00000005 |
Definition at line 31 of file d3dx9tex.h.
| #define D3DX_FILTER_DITHER 0x00080000 |
Definition at line 36 of file d3dx9tex.h.
| #define D3DX_FILTER_DITHER_DIFFUSION 0x00100000 |
Definition at line 37 of file d3dx9tex.h.
| #define D3DX_FILTER_LINEAR 0x00000003 |
Definition at line 29 of file d3dx9tex.h.
| #define D3DX_FILTER_MIRROR 0x00070000 |
Definition at line 35 of file d3dx9tex.h.
| #define D3DX_FILTER_MIRROR_U 0x00010000 |
Definition at line 32 of file d3dx9tex.h.
| #define D3DX_FILTER_MIRROR_V 0x00020000 |
Definition at line 33 of file d3dx9tex.h.
| #define D3DX_FILTER_MIRROR_W 0x00040000 |
Definition at line 34 of file d3dx9tex.h.
| #define D3DX_FILTER_NONE 0x00000001 |
Definition at line 27 of file d3dx9tex.h.
| #define D3DX_FILTER_POINT 0x00000002 |
Definition at line 28 of file d3dx9tex.h.
| #define D3DX_FILTER_SRGB 0x00600000 |
Definition at line 40 of file d3dx9tex.h.
| #define D3DX_FILTER_SRGB_IN 0x00200000 |
Definition at line 38 of file d3dx9tex.h.
| #define D3DX_FILTER_SRGB_OUT 0x00400000 |
Definition at line 39 of file d3dx9tex.h.
| #define D3DX_FILTER_TRIANGLE 0x00000004 |
Definition at line 30 of file d3dx9tex.h.
| #define D3DX_NORMALMAP_COMPUTE_OCCLUSION 0x00100000 |
Definition at line 51 of file d3dx9tex.h.
| #define D3DX_NORMALMAP_INVERTSIGN 0x00080000 |
Definition at line 50 of file d3dx9tex.h.
| #define D3DX_NORMALMAP_MIRROR 0x00030000 |
Definition at line 49 of file d3dx9tex.h.
| #define D3DX_NORMALMAP_MIRROR_U 0x00010000 |
Definition at line 47 of file d3dx9tex.h.
| #define D3DX_NORMALMAP_MIRROR_V 0x00020000 |
Definition at line 48 of file d3dx9tex.h.
Definition at line 44 of file d3dx9tex.h.
| #define D3DX_SKIP_DDS_MIP_LEVELS_MASK 0x1f |
Definition at line 42 of file d3dx9tex.h.
| #define D3DX_SKIP_DDS_MIP_LEVELS_SHIFT 26 |
Definition at line 43 of file d3dx9tex.h.
| #define D3DXCreateCubeTextureFromFile WINELIB_NAME_AW(D3DXCreateCubeTextureFromFile) |
Definition at line 216 of file d3dx9tex.h.
| #define D3DXCreateCubeTextureFromFileEx WINELIB_NAME_AW(D3DXCreateCubeTextureFromFileEx) |
Definition at line 260 of file d3dx9tex.h.
| #define D3DXCreateCubeTextureFromResource WINELIB_NAME_AW(D3DXCreateCubeTextureFromResource) |
Definition at line 234 of file d3dx9tex.h.
| #define D3DXCreateCubeTextureFromResourceEx WINELIB_NAME_AW(D3DXCreateCubeTextureFromResourceEx) |
Definition at line 290 of file d3dx9tex.h.
| #define D3DXCreateTextureFromFile WINELIB_NAME_AW(D3DXCreateTextureFromFile) |
Definition at line 210 of file d3dx9tex.h.
| #define D3DXCreateTextureFromFileEx WINELIB_NAME_AW(D3DXCreateTextureFromFileEx) |
Definition at line 250 of file d3dx9tex.h.
| #define D3DXCreateTextureFromResource WINELIB_NAME_AW(D3DXCreateTextureFromResource) |
Definition at line 228 of file d3dx9tex.h.
| #define D3DXCreateTextureFromResourceEx WINELIB_NAME_AW(D3DXCreateTextureFromResourceEx) |
Definition at line 280 of file d3dx9tex.h.
| #define D3DXCreateVolumeTextureFromFile WINELIB_NAME_AW(D3DXCreateVolumeTextureFromFile) |
Definition at line 222 of file d3dx9tex.h.
| #define D3DXCreateVolumeTextureFromFileEx WINELIB_NAME_AW(D3DXCreateVolumeTextureFromFileEx) |
Definition at line 270 of file d3dx9tex.h.
| #define D3DXCreateVolumeTextureFromResource WINELIB_NAME_AW(D3DXCreateVolumeTextureFromResource) |
Definition at line 240 of file d3dx9tex.h.
| #define D3DXCreateVolumeTextureFromResourceEx WINELIB_NAME_AW(D3DXCreateVolumeTextureFromResourceEx) |
Definition at line 300 of file d3dx9tex.h.
| #define D3DXFilterCubeTexture D3DXFilterTexture |
Definition at line 333 of file d3dx9tex.h.
| #define D3DXFilterVolumeTexture D3DXFilterTexture |
Definition at line 334 of file d3dx9tex.h.
| #define D3DXGetImageInfoFromFile WINELIB_NAME_AW(D3DXGetImageInfoFromFile) |
Definition at line 104 of file d3dx9tex.h.
| #define D3DXGetImageInfoFromResource WINELIB_NAME_AW(D3DXGetImageInfoFromResource) |
Definition at line 108 of file d3dx9tex.h.
| #define D3DXLoadSurfaceFromFile WINELIB_NAME_AW(D3DXLoadSurfaceFromFile) |
Definition at line 120 of file d3dx9tex.h.
| #define D3DXLoadSurfaceFromResource WINELIB_NAME_AW(D3DXLoadSurfaceFromResource) |
Definition at line 128 of file d3dx9tex.h.
| #define D3DXLoadVolumeFromFile WINELIB_NAME_AW(D3DXLoadVolumeFromFile) |
Definition at line 161 of file d3dx9tex.h.
| #define D3DXLoadVolumeFromResource WINELIB_NAME_AW(D3DXLoadVolumeFromResource) |
Definition at line 169 of file d3dx9tex.h.
| #define D3DXSaveSurfaceToFile WINELIB_NAME_AW(D3DXSaveSurfaceToFile) |
Definition at line 151 of file d3dx9tex.h.
| #define D3DXSaveTextureToFile WINELIB_NAME_AW(D3DXSaveTextureToFile) |
Definition at line 328 of file d3dx9tex.h.
| #define D3DXSaveVolumeToFile WINELIB_NAME_AW(D3DXSaveVolumeToFile) |
Definition at line 188 of file d3dx9tex.h.
| typedef struct _D3DXIMAGE_INFO D3DXIMAGE_INFO |
| typedef void(WINAPI * LPD3DXFILL2D) (D3DXVECTOR4 *out, const D3DXVECTOR2 *texcoord, const D3DXVECTOR2 *texelsize, void *data) |
Definition at line 91 of file d3dx9tex.h.
| typedef void(WINAPI * LPD3DXFILL3D) (D3DXVECTOR4 *out, const D3DXVECTOR3 *texcoord, const D3DXVECTOR3 *texelsize, void *data) |
Definition at line 93 of file d3dx9tex.h.
Definition at line 62 of file d3dx9tex.h.
| HRESULT WINAPI D3DXCheckCubeTextureRequirements | ( | struct IDirect3DDevice9 * | device, |
| UINT * | size, | ||
| UINT * | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT * | format, | ||
| D3DPOOL | pool | ||
| ) |
Definition at line 420 of file texture.c.
Referenced by D3DXCreateCubeTexture(), D3DXCreateCubeTextureFromFileInMemoryEx(), and test_D3DXCheckCubeTextureRequirements().
| HRESULT WINAPI D3DXCheckTextureRequirements | ( | struct IDirect3DDevice9 * | device, |
| UINT * | width, | ||
| UINT * | height, | ||
| UINT * | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT * | format, | ||
| D3DPOOL | pool | ||
| ) |
Definition at line 411 of file texture.c.
Referenced by D3DXCreateRenderToEnvMap(), D3DXCreateTexture(), D3DXCreateTextureFromFileInMemoryEx(), and test_D3DXCheckTextureRequirements().
| HRESULT WINAPI D3DXCheckVolumeTextureRequirements | ( | struct IDirect3DDevice9 * | device, |
| UINT * | width, | ||
| UINT * | height, | ||
| UINT * | depth, | ||
| UINT * | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT * | format, | ||
| D3DPOOL | pool | ||
| ) |
Definition at line 456 of file texture.c.
Referenced by D3DXCreateVolumeTexture(), D3DXCreateVolumeTextureFromFileInMemoryEx(), and test_D3DXCheckVolumeTextureRequirements().
| HRESULT WINAPI D3DXComputeNormalMap | ( | IDirect3DTexture9 * | texture, |
| IDirect3DTexture9 * | srctexture, | ||
| const PALETTEENTRY * | srcpalette, | ||
| DWORD | flags, | ||
| DWORD | channel, | ||
| float | amplitude | ||
| ) |
Definition at line 1897 of file texture.c.
| HRESULT WINAPI D3DXCreateCubeTexture | ( | struct IDirect3DDevice9 * | device, |
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 905 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileInMemoryEx().
| HRESULT WINAPI D3DXCreateCubeTextureFromFileA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 1509 of file texture.c.
| HRESULT WINAPI D3DXCreateCubeTextureFromFileExA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 1563 of file texture.c.
| HRESULT WINAPI D3DXCreateCubeTextureFromFileExW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
| HRESULT WINAPI D3DXCreateCubeTextureFromFileInMemory | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 927 of file texture.c.
Referenced by test_D3DXCreateCubeTextureFromFileInMemory().
| HRESULT WINAPI D3DXCreateCubeTextureFromFileInMemoryEx | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 1342 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileA(), D3DXCreateCubeTextureFromFileExA(), D3DXCreateCubeTextureFromFileExW(), D3DXCreateCubeTextureFromFileInMemory(), D3DXCreateCubeTextureFromFileW(), and test_D3DXCreateCubeTextureFromFileInMemoryEx().
| HRESULT WINAPI D3DXCreateCubeTextureFromFileW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
Definition at line 1543 of file texture.c.
| HRESULT WINAPI D3DXCreateCubeTextureFromResourceA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
| HRESULT WINAPI D3DXCreateCubeTextureFromResourceExA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
| HRESULT WINAPI D3DXCreateCubeTextureFromResourceExW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| UINT | size, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
| HRESULT WINAPI D3DXCreateCubeTextureFromResourceW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| struct IDirect3DCubeTexture9 ** | cube | ||
| ) |
| HRESULT WINAPI D3DXCreateTexture | ( | struct IDirect3DDevice9 * | device, |
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 528 of file texture.c.
Referenced by D3DXCreateTextureFromFileInMemoryEx(), test_D3DXCreateTexture(), test_effect_parameter_block(), and test_effect_setvalue_object().
| HRESULT WINAPI D3DXCreateTextureFromFileA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 806 of file texture.c.
| HRESULT WINAPI D3DXCreateTextureFromFileExA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 777 of file texture.c.
Referenced by D3DXCreateTextureFromFileA().
| HRESULT WINAPI D3DXCreateTextureFromFileExW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 745 of file texture.c.
Referenced by D3DXCreateTextureFromFileExA(), and D3DXCreateTextureFromFileW().
| HRESULT WINAPI D3DXCreateTextureFromFileInMemory | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 736 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory().
| HRESULT WINAPI D3DXCreateTextureFromFileInMemoryEx | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 579 of file texture.c.
Referenced by D3DXCreateTextureFromFileExW(), D3DXCreateTextureFromFileInMemory(), D3DXCreateTextureFromResourceExA(), D3DXCreateTextureFromResourceExW(), and test_D3DXCreateTextureFromFileInMemoryEx().
| HRESULT WINAPI D3DXCreateTextureFromFileW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 815 of file texture.c.
| HRESULT WINAPI D3DXCreateTextureFromResourceA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 825 of file texture.c.
Referenced by test_D3DXCreateTexture().
| HRESULT WINAPI D3DXCreateTextureFromResourceExA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 847 of file texture.c.
Referenced by D3DXCreateTextureFromResourceA(), and test_D3DXCreateTexture().
| HRESULT WINAPI D3DXCreateTextureFromResourceExW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 876 of file texture.c.
Referenced by D3DXCreateTextureFromResourceW().
| HRESULT WINAPI D3DXCreateTextureFromResourceW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| struct IDirect3DTexture9 ** | texture | ||
| ) |
Definition at line 836 of file texture.c.
| HRESULT WINAPI D3DXCreateVolumeTexture | ( | struct IDirect3DDevice9 * | device, |
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
Definition at line 936 of file texture.c.
Referenced by D3DXCreateVolumeTextureFromFileInMemoryEx().
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
Definition at line 960 of file texture.c.
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileExA | ( | struct IDirect3DDevice9 * | device, |
| const char * | srcfile, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileExW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileInMemory | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
Definition at line 1098 of file texture.c.
Referenced by test_D3DXCreateVolumeTextureFromFileInMemory().
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileInMemoryEx | ( | struct IDirect3DDevice9 * | device, |
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
Definition at line 1110 of file texture.c.
Referenced by D3DXCreateVolumeTextureFromFileA(), D3DXCreateVolumeTextureFromFileExA(), D3DXCreateVolumeTextureFromFileExW(), D3DXCreateVolumeTextureFromFileInMemory(), D3DXCreateVolumeTextureFromFileW(), and test_D3DXCreateVolumeTextureFromFileInMemoryEx().
| HRESULT WINAPI D3DXCreateVolumeTextureFromFileW | ( | struct IDirect3DDevice9 * | device, |
| const WCHAR * | srcfile, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
Definition at line 990 of file texture.c.
| HRESULT WINAPI D3DXCreateVolumeTextureFromResourceA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXCreateVolumeTextureFromResourceExA | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXCreateVolumeTextureFromResourceExW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| UINT | width, | ||
| UINT | height, | ||
| UINT | depth, | ||
| UINT | miplevels, | ||
| DWORD | usage, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | filter, | ||
| DWORD | mipfilter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo, | ||
| PALETTEENTRY * | palette, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXCreateVolumeTextureFromResourceW | ( | struct IDirect3DDevice9 * | device, |
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| struct IDirect3DVolumeTexture9 ** | volume | ||
| ) |
| HRESULT WINAPI D3DXFillCubeTexture | ( | struct IDirect3DCubeTexture9 * | cube, |
| LPD3DXFILL3D | function, | ||
| void * | data | ||
| ) |
Definition at line 1657 of file texture.c.
Referenced by D3DXFillCubeTextureTX(), test_D3DXFillCubeTexture(), and test_D3DXSaveTextureToFileInMemory().
| HRESULT WINAPI D3DXFillCubeTextureTX | ( | struct IDirect3DCubeTexture9 * | cube, |
| ID3DXTextureShader * | texture_shader | ||
| ) |
Definition at line 2749 of file shader.c.
Referenced by test_texture_shader().
| HRESULT WINAPI D3DXFillTexture | ( | struct IDirect3DTexture9 * | texture, |
| LPD3DXFILL2D | function, | ||
| void * | data | ||
| ) |
Definition at line 1267 of file texture.c.
Referenced by D3DXFillTextureTX(), and test_D3DXFillTexture().
| HRESULT WINAPI D3DXFillTextureTX | ( | struct IDirect3DTexture9 * | texture, |
| ID3DXTextureShader * | texture_shader | ||
| ) |
Definition at line 2740 of file shader.c.
Referenced by test_texture_shader().
| HRESULT WINAPI D3DXFillVolumeTexture | ( | struct IDirect3DVolumeTexture9 * | volume, |
| LPD3DXFILL3D | function, | ||
| void * | data | ||
| ) |
Definition at line 1731 of file texture.c.
Referenced by test_D3DXFillVolumeTexture().
| HRESULT WINAPI D3DXFillVolumeTextureTX | ( | struct IDirect3DVolumeTexture9 * | volume, |
| ID3DXTextureShader * | texture_shader | ||
| ) |
| HRESULT WINAPI D3DXFilterTexture | ( | struct IDirect3DBaseTexture9 * | texture, |
| const PALETTEENTRY * | palette, | ||
| UINT | srclevel, | ||
| DWORD | filter | ||
| ) |
Definition at line 48 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileInMemoryEx(), D3DXCreateTextureFromFileInMemoryEx(), D3DXCreateVolumeTextureFromFileInMemoryEx(), D3DXRenderToEnvMap_End(), and test_D3DXFilterTexture().
| HRESULT WINAPI D3DXGetImageInfoFromFileA | ( | const char * | file, |
| D3DXIMAGE_INFO * | info | ||
| ) |
Definition at line 1523 of file surface.c.
Referenced by test_D3DXGetImageInfo().
| HRESULT WINAPI D3DXGetImageInfoFromFileInMemory | ( | const void * | data, |
| UINT | data_size, | ||
| D3DXIMAGE_INFO * | info | ||
| ) |
Definition at line 1489 of file surface.c.
Referenced by check_dds_pixel_format_(), check_tga_image_info_(), D3DXGetImageInfoFromFileW(), D3DXGetImageInfoFromResourceA(), D3DXGetImageInfoFromResourceW(), test_D3DXGetImageInfo(), test_D3DXSaveTextureToFileInMemory(), test_dds_header_handling(), and test_load_surface_from_tga().
| HRESULT WINAPI D3DXGetImageInfoFromFileW | ( | const WCHAR * | file, |
| D3DXIMAGE_INFO * | info | ||
| ) |
Definition at line 1543 of file surface.c.
Referenced by D3DXGetImageInfoFromFileA().
| HRESULT WINAPI D3DXGetImageInfoFromResourceA | ( | HMODULE | module, |
| const char * | resource, | ||
| D3DXIMAGE_INFO * | info | ||
| ) |
Definition at line 1572 of file surface.c.
Referenced by test_D3DXGetImageInfo().
| HRESULT WINAPI D3DXGetImageInfoFromResourceW | ( | HMODULE | module, |
| const WCHAR * | resource, | ||
| D3DXIMAGE_INFO * | info | ||
| ) |
| HRESULT WINAPI D3DXLoadSurfaceFromFileA | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| const char * | srcfile, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 1745 of file surface.c.
Referenced by test_D3DXLoadSurface(), and test_D3DXSaveSurfaceToFile().
| HRESULT WINAPI D3DXLoadSurfaceFromFileInMemory | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 1700 of file surface.c.
Referenced by D3DXLoadSurfaceFromFileW(), D3DXLoadSurfaceFromResourceA(), D3DXLoadSurfaceFromResourceW(), test_D3DXCreateTextureFromFileInMemory(), test_D3DXLoadSurface(), test_D3DXSaveTextureToFileInMemory(), and test_load_surface_from_tga().
| HRESULT WINAPI D3DXLoadSurfaceFromFileW | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| const WCHAR * | srcfile, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 1772 of file surface.c.
Referenced by D3DXLoadSurfaceFromFileA().
| HRESULT WINAPI D3DXLoadSurfaceFromMemory | ( | IDirect3DSurface9 * | dst_surface, |
| const PALETTEENTRY * | dst_palette, | ||
| const RECT * | dst_rect, | ||
| const void * | src_memory, | ||
| D3DFORMAT | src_format, | ||
| UINT | src_pitch, | ||
| const PALETTEENTRY * | src_palette, | ||
| const RECT * | src_rect, | ||
| DWORD | filter, | ||
| D3DCOLOR | color_key | ||
| ) |
Definition at line 2702 of file surface.c.
Referenced by D3DXLoadSurfaceFromSurface(), test_D3DXCreateTextureFromFileInMemory(), test_D3DXLoadSurface(), test_D3DXSaveSurfaceToFile(), test_D3DXSaveSurfaceToFileInMemory(), test_dxt_premultiplied_alpha(), and test_format_conversion().
| HRESULT WINAPI D3DXLoadSurfaceFromResourceA | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 1798 of file surface.c.
Referenced by test_D3DXLoadSurface().
| HRESULT WINAPI D3DXLoadSurfaceFromResourceW | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 1826 of file surface.c.
| HRESULT WINAPI D3DXLoadSurfaceFromSurface | ( | struct IDirect3DSurface9 * | destsurface, |
| const PALETTEENTRY * | destpalette, | ||
| const RECT * | destrect, | ||
| struct IDirect3DSurface9 * | srcsurface, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const RECT * | srcrect, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey | ||
| ) |
Definition at line 2765 of file surface.c.
Referenced by copy_render_target_to_cube_texture_face(), D3DXFilterTexture(), D3DXRenderToSurface_EndScene(), get_surface_readback(), test_D3DXCreateTextureFromFileInMemory(), and test_D3DXLoadSurface().
| HRESULT WINAPI D3DXLoadVolumeFromFileA | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| const char * | srcfile, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 24 of file volume.c.
| HRESULT WINAPI D3DXLoadVolumeFromFileInMemory | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| const void * | srcdata, | ||
| UINT | srcdatasize, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 179 of file volume.c.
Referenced by D3DXLoadVolumeFromFileW(), and test_D3DXLoadVolumeFromFileInMemory().
| HRESULT WINAPI D3DXLoadVolumeFromFileW | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| const WCHAR * | srcfile, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
Definition at line 50 of file volume.c.
Referenced by D3DXLoadVolumeFromFileA().
| HRESULT WINAPI D3DXLoadVolumeFromMemory | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| const void * | srcmemory, | ||
| D3DFORMAT | srcformat, | ||
| UINT | srcrowpitch, | ||
| UINT | srcslicepitch, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey | ||
| ) |
Definition at line 146 of file volume.c.
Referenced by D3DXLoadVolumeFromVolume(), and test_D3DXLoadVolumeFromMemory().
| HRESULT WINAPI D3DXLoadVolumeFromResourceA | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| HMODULE | srcmodule, | ||
| const char * | resource, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
| HRESULT WINAPI D3DXLoadVolumeFromResourceW | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| HMODULE | srcmodule, | ||
| const WCHAR * | resource, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey, | ||
| D3DXIMAGE_INFO * | srcinfo | ||
| ) |
| HRESULT WINAPI D3DXLoadVolumeFromVolume | ( | struct IDirect3DVolume9 * | destvolume, |
| const PALETTEENTRY * | destpalette, | ||
| const D3DBOX * | destbox, | ||
| struct IDirect3DVolume9 * | srcvolume, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const D3DBOX * | srcbox, | ||
| DWORD | filter, | ||
| D3DCOLOR | colorkey | ||
| ) |
Definition at line 242 of file volume.c.
Referenced by D3DXFilterTexture(), and get_texture_volume_readback_().
| HRESULT WINAPI D3DXSaveSurfaceToFileA | ( | const char * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DSurface9 * | srcsurface, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const RECT * | srcrect | ||
| ) |
Definition at line 2899 of file surface.c.
Referenced by test_D3DXSaveSurfaceToFile().
| HRESULT WINAPI D3DXSaveSurfaceToFileInMemory | ( | struct ID3DXBuffer ** | destbuffer, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DSurface9 * | srcsurface, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const RECT * | srcrect | ||
| ) |
Definition at line 2949 of file surface.c.
Referenced by D3DXSaveSurfaceToFileA(), D3DXSaveSurfaceToFileW(), D3DXSaveTextureToFileInMemory(), test_D3DXSaveSurfaceToFileInMemory(), and test_save_surface_to_dds().
| HRESULT WINAPI D3DXSaveSurfaceToFileW | ( | const WCHAR * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DSurface9 * | srcsurface, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const RECT * | srcrect | ||
| ) |
Definition at line 2928 of file surface.c.
| HRESULT WINAPI D3DXSaveTextureToFileA | ( | const char * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DBaseTexture9 * | srctexture, | ||
| const PALETTEENTRY * | srcpalette | ||
| ) |
Definition at line 1806 of file texture.c.
| HRESULT WINAPI D3DXSaveTextureToFileInMemory | ( | struct ID3DXBuffer ** | destbuffer, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DBaseTexture9 * | srctexture, | ||
| const PALETTEENTRY * | srcpalette | ||
| ) |
Definition at line 1856 of file texture.c.
Referenced by D3DXSaveTextureToFileA(), D3DXSaveTextureToFileW(), and test_D3DXSaveTextureToFileInMemory().
| HRESULT WINAPI D3DXSaveTextureToFileW | ( | const WCHAR * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DBaseTexture9 * | srctexture, | ||
| const PALETTEENTRY * | srcpalette | ||
| ) |
Definition at line 1835 of file texture.c.
| HRESULT WINAPI D3DXSaveVolumeToFileA | ( | const char * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DVolume9 * | srcvolume, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const D3DBOX * | srcbox | ||
| ) |
| HRESULT WINAPI D3DXSaveVolumeToFileW | ( | const WCHAR * | destfile, |
| D3DXIMAGE_FILEFORMAT | destformat, | ||
| struct IDirect3DVolume9 * | srcvolume, | ||
| const PALETTEENTRY * | srcpalette, | ||
| const D3DBOX * | srcbox | ||
| ) |