Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_24/
H A Dd3dx9_24.spec216 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_25/
H A Dd3dx9_25.spec216 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_28/
H A Dd3dx9_28.spec220 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_31/
H A Dd3dx9_31.spec217 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_32/
H A Dd3dx9_32.spec217 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_38/
H A Dd3dx9_38.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_40/
H A Dd3dx9_40.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_42/
H A Dd3dx9_42.spec212 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_33/
H A Dd3dx9_33.spec217 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_34/
H A Dd3dx9_34.spec217 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_35/
H A Dd3dx9_35.spec217 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_37/
H A Dd3dx9_37.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_26/
H A Dd3dx9_26.spec220 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_27/
H A Dd3dx9_27.spec220 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_29/
H A Dd3dx9_29.spec220 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_30/
H A Dd3dx9_30.spec220 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_36/
H A Dd3dx9_36.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
H A Dmath.c594 D3DXMATRIX * WINAPI D3DXMatrixRotationAxis(D3DXMATRIX *out, const D3DXVECTOR3 *v, FLOAT angle) in D3DXMatrixRotationAxis() function
1052 D3DXMatrixRotationAxis(&temp, pv, angle); in ID3DXMatrixStackImpl_RotateAxis()
1065 D3DXMatrixRotationAxis(&temp, pv, angle); in ID3DXMatrixStackImpl_RotateAxisLocal()
/reactos/dll/directx/wine/d3dx9_39/
H A Dd3dx9_39.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_41/
H A Dd3dx9_41.spec219 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/dll/directx/wine/d3dx9_43/
H A Dd3dx9_43.spec212 @ stdcall D3DXMatrixRotationAxis(ptr ptr float)
/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h311 D3DXMATRIX* WINAPI D3DXMatrixRotationAxis(D3DXMATRIX *pout, const D3DXVECTOR3 *pv, FLOAT angle);
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmath.c579 D3DXMatrixRotationAxis(&gotmat, &axis, angle); in D3DXMatrixTest()