Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dreflection.c1229 ID3D11ShaderReflectionConstantBuffer *cb11, *cb11_dummy = NULL, *cb11_valid = NULL; in test_reflection_constant_buffer() local
1308 cb11 = ref11->lpVtbl->GetConstantBufferByName(ref11, "invalid"); in test_reflection_constant_buffer()
1309 … ok(cb11_dummy == cb11, "GetConstantBufferByName failed, got %p, expected %p\n", cb11, cb11_dummy); in test_reflection_constant_buffer()
1311 cb11 = ref11->lpVtbl->GetConstantBufferByName(ref11, NULL); in test_reflection_constant_buffer()
1312 … ok(cb11_dummy == cb11, "GetConstantBufferByName failed, got %p, expected %p\n", cb11, cb11_dummy); in test_reflection_constant_buffer()
1409 cb11 = ref11->lpVtbl->GetConstantBufferByIndex(ref11, i); in test_reflection_constant_buffer()
1410 ok(cb11_dummy != cb11, "GetConstantBufferByIndex(%u) failed\n", i); in test_reflection_constant_buffer()
1412 hr = cb11->lpVtbl->GetDesc(cb11, &cbdesc); in test_reflection_constant_buffer()