Searched refs:effect_orig_mat (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | effect.c | 8019 static const D3DXMATRIX effect_orig_mat = in test_effect_parameter_block() local 8148 ok(!memcmp(&mat, &effect_orig_mat, sizeof(mat)), "Got unexpected matrix.\n"); in test_effect_parameter_block() 8154 ok(!memcmp(&mat, &effect_orig_mat, sizeof(mat)), "Got unexpected matrix.\n"); in test_effect_parameter_block() 8242 hr = effect->lpVtbl->SetMatrix(effect, "m3x2row", &effect_orig_mat); in test_effect_parameter_block() 8244 hr = effect->lpVtbl->SetMatrix(effect, "m3x2column", &effect_orig_mat); in test_effect_parameter_block() 8264 ok(!memcmp(&mat, &effect_orig_mat, sizeof(mat)), "Got unexpected matrix.\n"); in test_effect_parameter_block() 8267 ok(!memcmp(&mat, &effect_orig_mat, sizeof(mat)), "Got unexpected matrix.\n"); in test_effect_parameter_block()
|