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

Go to the source code of this file.
Macros | |
| #define | D3DXCreateText WINELIB_NAME_AW(D3DXCreateText) |
| #define D3DXCreateText WINELIB_NAME_AW(D3DXCreateText) |
Definition at line 44 of file d3dx9shape.h.
| HRESULT WINAPI D3DXCreateBox | ( | struct IDirect3DDevice9 * | device, |
| float | width, | ||
| float | height, | ||
| float | depth, | ||
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 4760 of file mesh.c.
Referenced by D3DXCreateBoxTest(), test_box(), and test_compute_normals().
| HRESULT WINAPI D3DXCreateCylinder | ( | struct IDirect3DDevice9 * | device, |
| float | radius1, | ||
| float | radius2, | ||
| float | length, | ||
| UINT | slices, | ||
| UINT | stacks, | ||
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 5082 of file mesh.c.
Referenced by D3DXCreateCylinderTest(), and test_cylinder().
| HRESULT WINAPI D3DXCreatePolygon | ( | struct IDirect3DDevice9 * | device, |
| float | length, | ||
| UINT | sides, | ||
| struct ID3DXMesh ** | mesh, | ||
| ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 4670 of file mesh.c.
Referenced by D3DXCreatePolygonTest(), and test_polygon().
| HRESULT WINAPI D3DXCreateSphere | ( | struct IDirect3DDevice9 * | device, |
| float | radius, | ||
| UINT | slices, | ||
| UINT | stacks, | ||
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 4902 of file mesh.c.
Referenced by D3DXCreateSphereTest(), D3DXCreateTeapot(), test_compute_normals(), and test_sphere().
| HRESULT WINAPI D3DXCreateTeapot | ( | struct IDirect3DDevice9 * | device, |
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 5276 of file mesh.c.
| HRESULT WINAPI D3DXCreateTextA | ( | struct IDirect3DDevice9 * | device, |
| HDC | hdc, | ||
| const char * | text, | ||
| float | deviation, | ||
| float | extrusion, | ||
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency, | ||
| GLYPHMETRICSFLOAT * | glyphmetrics | ||
| ) |
Definition at line 5284 of file mesh.c.
Referenced by D3DXCreateTextTest(), and test_createtext().
| HRESULT WINAPI D3DXCreateTextW | ( | struct IDirect3DDevice9 * | device, |
| HDC | hdc, | ||
| const WCHAR * | text, | ||
| float | deviation, | ||
| FLOAT | extrusion, | ||
| struct ID3DXMesh ** | mesh, | ||
| struct ID3DXBuffer ** | adjacency, | ||
| GLYPHMETRICSFLOAT * | glyphmetrics | ||
| ) |
Definition at line 6192 of file mesh.c.
Referenced by D3DXCreateTextA(), and D3DXCreateTextTest().
| HRESULT WINAPI D3DXCreateTorus | ( | struct IDirect3DDevice9 * | device, |
| float | innerradius, | ||
| float | outerradius, | ||
| UINT | sides, | ||
| UINT | rings, | ||
| struct ID3DXMesh ** | mesh, | ||
| ID3DXBuffer ** | adjacency | ||
| ) |
Definition at line 5308 of file mesh.c.
Referenced by D3DXCreateTorusTest(), and test_torus().