Searched refs:EndScene (Results 1 – 10 of 10) sorted by relevance
183 g_pd3dDevice->EndScene(); in main()
151 g_pd3dDevice->EndScene(); in main()
961 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local989 #define IDirect3DDevice_EndScene(p) (p)->lpVtbl->EndScene(p)1014 #define IDirect3DDevice_EndScene(p) (p)->EndScene()1039 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local1082 #define IDirect3DDevice2_EndScene(p) (p)->lpVtbl->EndScene(p)1118 #define IDirect3DDevice2_EndScene(p) (p)->EndScene()1161 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local1219 #define IDirect3DDevice3_EndScene(p) (p)->lpVtbl->EndScene(p)1264 #define IDirect3DDevice3_EndScene(p) (p)->EndScene()1312 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local[all …]
379 STDMETHOD(EndScene)(THIS_ DWORD mipfilter) PURE; in DECLARE_INTERFACE_() local395 #define ID3DXRenderToSurface_EndScene(p,a) (p)->lpVtbl->EndScene(p,a)407 #define ID3DXRenderToSurface_EndScene(p,a) (p)->EndScene(a)
1245 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local1378 #define IDirect3DDevice9_EndScene(p) (p)->lpVtbl->EndScene(p)1500 #define IDirect3DDevice9_EndScene(p) (p)->EndScene()1817 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local1972 #define IDirect3DDevice9Ex_EndScene(p) (p)->lpVtbl->EndScene(p)2110 #define IDirect3DDevice9Ex_EndScene(p) (p)->EndScene()
869 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local979 #define IDirect3DDevice8_EndScene(p) (p)->lpVtbl->EndScene(p)1079 #define IDirect3DDevice8_EndScene(p) (p)->EndScene()
24 This extension provides BeginScene/EndScene markers to allow buffering
617 mDevice->EndScene(); in endScene()
631 mDevice->EndScene(); in endScene()