|
| LPVOID | XPhysicalAlloc (SIZE_T s, DWORD ulPhysicalAddress, DWORD ulAlignment, DWORD flProtect) |
| |
| void | XPhysicalFree (LPVOID lpAddress) |
| |
| DWORD | GetD3DFormat (XB_D3DFORMAT format) |
| |
| DWORD | BytesPerPixelFromFormat (XB_D3DFORMAT format) |
| |
| bool | IsPalettedFormat (XB_D3DFORMAT format) |
| |
| void | ParseTextureHeader (D3DTexture *tex, XB_D3DFORMAT &fmt, DWORD &width, DWORD &height, DWORD &pitch, DWORD &offset) |
| |
| bool | IsSwizzledFormat (XB_D3DFORMAT format) |
| |
| void | Unswizzle (const void *src, unsigned int depth, unsigned int width, unsigned int height, void *dest) |
| |
| void | DXT1toARGB (const void *src, void *dest, unsigned int destWidth) |
| |
| void | DXT4toARGB (const void *src, void *dest, unsigned int destWidth) |
| |
| void | ConvertDXT1 (const void *src, unsigned int width, unsigned int height, void *dest) |
| |
| void | ConvertDXT4 (const void *src, unsigned int width, unsigned int height, void *dest) |
| |
| void | GetTextureFromData (D3DTexture *pTex, void *texData, CBaseTexture **ppTexture) |
| |