Searched defs:hres (Results 1 – 10 of 10) sorted by relevance
66 …CCommonMethodProps::SetCommonProperty(const UString &name, const PROPVARIANT &value, HRESULT &hres) in SetCommonProperty()159 HRESULT hres; in SetProperty() local217 HRESULT hres; in SetProperties() local
37 HRESULT hres; in IsVPCRunning() local
234 int hres = base[DTD_HA_LO] + ((base[DTD_HABL_HI] & 0xf0)<<4); in show_edid_dtd() local745 int hres, vres; in show_edid() local
1021 HRESULT hres = Decode(decoder, _seqStream, realOutStream, lpsRef); in Extract() local1238 HRESULT hres; in SetProperty() local
518 HRESULT hres = Callback->OpenFileError(path, error); in GetStream2() local
1506 HRESULT hres = S_OK; in CloseFile() local
744 HRESULT hres; in SetProperties() local
253 struct virgl_hw_res *hres) in virgl_vtest_winsys_resource_unref()
511 struct virgl_hw_res *hres) in virgl_drm_winsys_resource_unref()
43 #define EXIT_ON_ERROR(hres) do { if (FAILED(hres)) goto Exit; } while(0) argument46 #define CONTINUE_ON_ERROR(hres) do { if (FAILED(hres)) goto Next; } while(0) argument