Home
last modified time | relevance | path

Searched refs:SetFVF (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc210 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in RenderFrame()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp677 long Direct3DDevice9Ex::SetFVF(unsigned long FVF) in SetFVF() function in D3D9::Direct3DDevice9Ex
681 return Direct3DDevice9::SetFVF(FVF); in SetFVF()
DDirect3DDevice9Ex.hpp146 long __stdcall SetFVF(unsigned long FVF) override;
DDirect3DDevice9.hpp148 long __stdcall SetFVF(unsigned long FVF) override;
DDirect3DStateBlock9.cpp139 device->SetFVF(FVF); in Apply()
DDirect3DDevice9.cpp2727 long Direct3DDevice9::SetFVF(unsigned long FVF) in SetFVF() function in D3D9::Direct3DDevice9
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc603 _pd3dDevice->SetFVF(D3DFVF_CUSTOMVERTEX); in UpdateRenderSurface()
/external/mesa3d/include/D3D9/
Dd3d9.h247 virtual HRESULT WINAPI SetFVF(DWORD FVF) = 0;
835 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9 *This, DWORD FVF);
962 #define IDirect3DDevice9_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a)
1086 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9Ex *This, DWORD FVF);
1229 #define IDirect3DDevice9Ex_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a)