Searched refs:D3DXMatrixRotationX (Results 1 – 23 of 23) sorted by relevance
218 @ stdcall D3DXMatrixRotationX(ptr float)
222 @ stdcall D3DXMatrixRotationX(ptr float)
219 @ stdcall D3DXMatrixRotationX(ptr float)
221 @ stdcall D3DXMatrixRotationX(ptr float)
214 @ stdcall D3DXMatrixRotationX(ptr float)
643 D3DXMATRIX* WINAPI D3DXMatrixRotationX(D3DXMATRIX *pout, FLOAT angle) in D3DXMatrixRotationX() function
313 D3DXMATRIX* WINAPI D3DXMatrixRotationX(D3DXMATRIX *pout, FLOAT angle);
597 D3DXMatrixRotationX(&gotmat, angle); in D3DXMatrixTest()4169 D3DXMatrixRotationX(&m[0], -D3DX_PI / 2.0f); in test_D3DXSHRotate()4170 D3DXMatrixRotationX(&m[1], D3DX_PI / 2.0f); in test_D3DXSHRotate()