Searched refs:ID3DPresent_GetWindowInfo (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/include/d3dadapter/ |
D | present.h | 128 #define ID3DPresent_GetWindowInfo(p,a,b,c,d) (p)->lpVtbl->GetWindowInfo(p,a,b,c,d) macro
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 771 …hr = ID3DPresent_GetWindowInfo(This->present, hDestWindowOverride, &target_width, &target_height, … in present()
|