Searched refs:hres (Results 1 – 3 of 3) sorted by relevance
580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped);583 return hres;
1504 HRESULT hres = factory->QueryInterface(riid, out_factory); in CreateDXGIFactory1() local1506 return hres; in CreateDXGIFactory1()
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