Home
last modified time | relevance | path

Searched refs:EndScene (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc214 d3d_device_->EndScene(); in RenderFrame()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp271 long Direct3DDevice9Ex::EndScene() in EndScene() function in D3D9::Direct3DDevice9Ex
275 return Direct3DDevice9::EndScene(); in EndScene()
DDirect3DDevice9Ex.hpp99 long __stdcall EndScene() override;
DDirect3DDevice9.hpp90 long __stdcall EndScene() override;
DDirect3DDevice9.cpp1285 long Direct3DDevice9::EndScene() in EndScene() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp87 long __stdcall EndScene() override;
DDirect3DDevice8.cpp1166 long Direct3DDevice8::EndScene() in EndScene() function in D3D8::Direct3DDevice8
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc658 _pd3dDevice->EndScene(); in UpdateRenderSurface()
/external/swiftshader/include/Direct3D/
Dd3d8.h287 STDMETHOD(EndScene)(THIS) PURE; in DECLARE_INTERFACE_() local
389 #define IDirect3DDevice8_EndScene(p) (p)->lpVtbl->EndScene(p)
487 #define IDirect3DDevice8_EndScene(p) (p)->EndScene()
/external/mesa3d/include/D3D9/
Dd3d9.h200 virtual HRESULT WINAPI EndScene() = 0;
788 HRESULT (WINAPI *EndScene)(IDirect3DDevice9 *This);
915 #define IDirect3DDevice9_EndScene(p) (p)->lpVtbl->EndScene(p)
1039 HRESULT (WINAPI *EndScene)(IDirect3DDevice9Ex *This);
1182 #define IDirect3DDevice9Ex_EndScene(p) (p)->lpVtbl->EndScene(p)