Home | History | Annotate | Download | only in nine

Lines Matching refs:hr

41     HRESULT hr;
45 hr = NineUnknown_ctor(&This->base, pParams);
46 if (FAILED(hr))
47 return hr;
71 hr = nine_translate_shader(device, &info, pipe);
73 if (FAILED(hr))
74 return hr;
185 HRESULT hr;
216 hr = nine_translate_shader(This->base.device, &info, pipe);
217 if (FAILED(hr))