Home
last modified time | relevance | path

Searched refs:D3DXMatrixPerspectiveRH (Results 1 – 23 of 23) sorted by relevance

/reactos/dll/directx/wine/d3dx9_24/
H A Dd3dx9_24.spec214 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_25/
H A Dd3dx9_25.spec214 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_28/
H A Dd3dx9_28.spec218 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_31/
H A Dd3dx9_31.spec215 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_32/
H A Dd3dx9_32.spec215 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_38/
H A Dd3dx9_38.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_40/
H A Dd3dx9_40.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_42/
H A Dd3dx9_42.spec210 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_33/
H A Dd3dx9_33.spec215 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_34/
H A Dd3dx9_34.spec215 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_35/
H A Dd3dx9_35.spec215 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_37/
H A Dd3dx9_37.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_26/
H A Dd3dx9_26.spec218 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_27/
H A Dd3dx9_27.spec218 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_29/
H A Dd3dx9_29.spec218 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_30/
H A Dd3dx9_30.spec218 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_36/
H A Dd3dx9_36.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
H A Dmath.c557 D3DXMATRIX* WINAPI D3DXMatrixPerspectiveRH(D3DXMATRIX *pout, FLOAT w, FLOAT h, FLOAT zn, FLOAT zf) in D3DXMatrixPerspectiveRH() function
/reactos/dll/directx/wine/d3dx9_39/
H A Dd3dx9_39.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_41/
H A Dd3dx9_41.spec217 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/dll/directx/wine/d3dx9_43/
H A Dd3dx9_43.spec210 @ stdcall D3DXMatrixPerspectiveRH(ptr float float float float)
/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h309 D3DXMATRIX* WINAPI D3DXMatrixPerspectiveRH(D3DXMATRIX *pout, FLOAT w, FLOAT h, FLOAT zn, FLOAT zf);
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmath.c561 D3DXMatrixPerspectiveRH(&gotmat, 0.2f, 0.75f, -2.4f, 8.7f); in D3DXMatrixTest()