Searched refs:mat3 (Results 1 – 1 of 1) sorted by relevance
321 D3DXMATRIX expectedmat, gotmat, mat, mat2, mat3; in D3DXMatrixTest() local422 memset(&mat3, 0, sizeof(mat3)); in D3DXMatrixTest()423 got = D3DXMatrixIsIdentity(&mat3); in D3DXMatrixTest()425 D3DXMatrixIdentity(&mat3); in D3DXMatrixTest()427 got = D3DXMatrixIsIdentity(&mat3); in D3DXMatrixTest()429 U(mat3).m[0][0] = 0.000009f; in D3DXMatrixTest()431 got = D3DXMatrixIsIdentity(&mat3); in D3DXMatrixTest()