Home
last modified time | relevance | path

Searched refs:IDirect3DSwapChain8_Present (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dd3d8.h272 #define IDirect3DSwapChain8_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d) macro
280 #define IDirect3DSwapChain8_Present(p,a,b,c,d) (p)->Present(a,b,c,d) macro
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c836 return IDirect3DSwapChain8_Present(&device->implicit_swapchain->IDirect3DSwapChain8_iface, in d3d8_device_Present()