ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Enumerations | |
enum | cube_coord { XCOORD = 0 , XCOORDINV = 1 , YCOORD = 2 , YCOORDINV = 3 , ZERO = 4 , ONE = 5 , XCOORD = 0 , XCOORDINV = 1 , YCOORD = 2 , YCOORDINV = 3 , ZERO = 4 , ONE = 5 } |
|
static |
Definition at line 202 of file texture.c.
Referenced by D3DXCheckCubeTextureRequirements(), D3DXCheckTextureRequirements(), and D3DXCheckVolumeTextureRequirements().
HRESULT WINAPI D3DXCheckCubeTextureRequirements | ( | struct IDirect3DDevice9 * | device, |
UINT * | size, | ||
UINT * | miplevels, | ||
DWORD | usage, | ||
D3DFORMAT * | format, | ||
D3DPOOL | pool | ||
) |
Definition at line 421 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 412 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 * | src_texture, | ||
const PALETTEENTRY * | src_palette, | ||
DWORD | flags, | ||
DWORD | channel, | ||
float | amplitude | ||
) |
HRESULT WINAPI D3DXCreateCubeTexture | ( | struct IDirect3DDevice9 * | device, |
UINT | size, | ||
UINT | miplevels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
struct IDirect3DCubeTexture9 ** | texture | ||
) |
Definition at line 913 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileInMemoryEx().
HRESULT WINAPI D3DXCreateCubeTextureFromFileA | ( | IDirect3DDevice9 * | device, |
const char * | src_filename, | ||
IDirect3DCubeTexture9 ** | cube_texture | ||
) |
Definition at line 1531 of file texture.c.
HRESULT WINAPI D3DXCreateCubeTextureFromFileExA | ( | IDirect3DDevice9 * | device, |
const char * | src_filename, | ||
UINT | size, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | image_info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DCubeTexture9 ** | cube_texture | ||
) |
Definition at line 1585 of file texture.c.
HRESULT WINAPI D3DXCreateCubeTextureFromFileExW | ( | IDirect3DDevice9 * | device, |
const WCHAR * | src_filename, | ||
UINT | size, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | image_info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DCubeTexture9 ** | cube_texture | ||
) |
HRESULT WINAPI D3DXCreateCubeTextureFromFileInMemory | ( | struct IDirect3DDevice9 * | device, |
const void * | data, | ||
UINT | datasize, | ||
struct IDirect3DCubeTexture9 ** | texture | ||
) |
Definition at line 935 of file texture.c.
Referenced by test_D3DXCreateCubeTextureFromFileInMemory().
HRESULT WINAPI D3DXCreateCubeTextureFromFileInMemoryEx | ( | IDirect3DDevice9 * | device, |
const void * | src_data, | ||
UINT | src_data_size, | ||
UINT | size, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | src_info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DCubeTexture9 ** | cube_texture | ||
) |
Definition at line 1400 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileA(), D3DXCreateCubeTextureFromFileExA(), D3DXCreateCubeTextureFromFileExW(), D3DXCreateCubeTextureFromFileInMemory(), D3DXCreateCubeTextureFromFileW(), and test_D3DXCreateCubeTextureFromFileInMemoryEx().
HRESULT WINAPI D3DXCreateCubeTextureFromFileW | ( | IDirect3DDevice9 * | device, |
const WCHAR * | src_filename, | ||
IDirect3DCubeTexture9 ** | cube_texture | ||
) |
Definition at line 1565 of file texture.c.
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 818 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 789 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 757 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 748 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 568 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 827 of file texture.c.
HRESULT WINAPI D3DXCreateTextureFromResourceA | ( | struct IDirect3DDevice9 * | device, |
HMODULE | srcmodule, | ||
const char * | resource, | ||
struct IDirect3DTexture9 ** | texture | ||
) |
Definition at line 837 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 855 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 884 of file texture.c.
Referenced by D3DXCreateTextureFromResourceW().
HRESULT WINAPI D3DXCreateTextureFromResourceW | ( | struct IDirect3DDevice9 * | device, |
HMODULE | srcmodule, | ||
const WCHAR * | resource, | ||
struct IDirect3DTexture9 ** | texture | ||
) |
Definition at line 846 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 ** | texture | ||
) |
Definition at line 944 of file texture.c.
Referenced by D3DXCreateVolumeTextureFromFileInMemoryEx().
HRESULT WINAPI D3DXCreateVolumeTextureFromFileA | ( | IDirect3DDevice9 * | device, |
const char * | filename, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
Definition at line 968 of file texture.c.
HRESULT WINAPI D3DXCreateVolumeTextureFromFileExA | ( | IDirect3DDevice9 * | device, |
const char * | filename, | ||
UINT | width, | ||
UINT | height, | ||
UINT | depth, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | src_info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
HRESULT WINAPI D3DXCreateVolumeTextureFromFileExW | ( | IDirect3DDevice9 * | device, |
const WCHAR * | filename, | ||
UINT | width, | ||
UINT | height, | ||
UINT | depth, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | src_info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
HRESULT WINAPI D3DXCreateVolumeTextureFromFileInMemory | ( | IDirect3DDevice9 * | device, |
const void * | data, | ||
UINT | data_size, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
Definition at line 1106 of file texture.c.
Referenced by test_D3DXCreateVolumeTextureFromFileInMemory().
HRESULT WINAPI D3DXCreateVolumeTextureFromFileInMemoryEx | ( | IDirect3DDevice9 * | device, |
const void * | data, | ||
UINT | data_size, | ||
UINT | width, | ||
UINT | height, | ||
UINT | depth, | ||
UINT | mip_levels, | ||
DWORD | usage, | ||
D3DFORMAT | format, | ||
D3DPOOL | pool, | ||
DWORD | filter, | ||
DWORD | mip_filter, | ||
D3DCOLOR | color_key, | ||
D3DXIMAGE_INFO * | info, | ||
PALETTEENTRY * | palette, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
Definition at line 1118 of file texture.c.
Referenced by D3DXCreateVolumeTextureFromFileA(), D3DXCreateVolumeTextureFromFileExA(), D3DXCreateVolumeTextureFromFileExW(), D3DXCreateVolumeTextureFromFileInMemory(), D3DXCreateVolumeTextureFromFileW(), and test_D3DXCreateVolumeTextureFromFileInMemoryEx().
HRESULT WINAPI D3DXCreateVolumeTextureFromFileW | ( | IDirect3DDevice9 * | device, |
const WCHAR * | filename, | ||
IDirect3DVolumeTexture9 ** | volume_texture | ||
) |
Definition at line 999 of file texture.c.
HRESULT WINAPI D3DXFillCubeTexture | ( | struct IDirect3DCubeTexture9 * | texture, |
LPD3DXFILL3D | function, | ||
void * | funcdata | ||
) |
Definition at line 1695 of file texture.c.
Referenced by test_D3DXFillCubeTexture(), and test_D3DXSaveTextureToFileInMemory().
HRESULT WINAPI D3DXFillCubeTextureTX | ( | struct IDirect3DCubeTexture9 * | texture, |
ID3DXTextureShader * | texture_shader | ||
) |
HRESULT WINAPI D3DXFillTexture | ( | struct IDirect3DTexture9 * | texture, |
LPD3DXFILL2D | function, | ||
void * | funcdata | ||
) |
Definition at line 1323 of file texture.c.
Referenced by test_D3DXFillTexture().
HRESULT WINAPI D3DXFillVolumeTexture | ( | struct IDirect3DVolumeTexture9 * | texture, |
LPD3DXFILL3D | function, | ||
void * | funcdata | ||
) |
Definition at line 1769 of file texture.c.
Referenced by test_D3DXFillVolumeTexture().
HRESULT WINAPI D3DXFilterTexture | ( | IDirect3DBaseTexture9 * | texture, |
const PALETTEENTRY * | palette, | ||
UINT | srclevel, | ||
DWORD | filter | ||
) |
Definition at line 52 of file texture.c.
Referenced by D3DXCreateCubeTextureFromFileInMemoryEx(), D3DXCreateTextureFromFileInMemoryEx(), D3DXRenderToEnvMap_End(), and test_D3DXFilterTexture().
HRESULT WINAPI D3DXSaveTextureToFileA | ( | const char * | dst_filename, |
D3DXIMAGE_FILEFORMAT | file_format, | ||
IDirect3DBaseTexture9 * | src_texture, | ||
const PALETTEENTRY * | src_palette | ||
) |
Definition at line 1839 of file texture.c.
HRESULT WINAPI D3DXSaveTextureToFileInMemory | ( | ID3DXBuffer ** | dst_buffer, |
D3DXIMAGE_FILEFORMAT | file_format, | ||
IDirect3DBaseTexture9 * | src_texture, | ||
const PALETTEENTRY * | src_palette | ||
) |
Definition at line 1889 of file texture.c.
Referenced by D3DXSaveTextureToFileA(), D3DXSaveTextureToFileW(), and test_D3DXSaveTextureToFileInMemory().
HRESULT WINAPI D3DXSaveTextureToFileW | ( | const WCHAR * | dst_filename, |
D3DXIMAGE_FILEFORMAT | file_format, | ||
IDirect3DBaseTexture9 * | src_texture, | ||
const PALETTEENTRY * | src_palette | ||
) |
Definition at line 1868 of file texture.c.
|
inlinestatic |
Definition at line 1267 of file texture.c.
Referenced by D3DXFillCubeTexture(), D3DXFillTexture(), and D3DXFillVolumeTexture().
Definition at line 545 of file texture.c.
Referenced by D3DXCreateTextureFromFileInMemoryEx().
|
static |
Definition at line 1673 of file texture.c.
Referenced by D3DXFillCubeTexture(), and test_D3DXFillCubeTexture().
Definition at line 175 of file texture.c.
Referenced by check_texture_requirements().
|
static |
Definition at line 37 of file texture.c.
Referenced by D3DXFilterTexture(), and D3DXSaveTextureToFileInMemory().
Definition at line 32 of file texture.c.
Referenced by check_texture_requirements(), D3DXCheckCubeTextureRequirements(), D3DXCheckVolumeTextureRequirements(), and D3DXFilterTexture().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3dx | ) |