Searched defs:hres (Results 1 – 3 of 3) sorted by relevance
218 HullResult hres; in Draw() local1068 HullResult hres; in CreateFromConvexHull() local
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
1504 HRESULT hres = factory->QueryInterface(riid, out_factory); in CreateDXGIFactory1() local