Searched refs:SetFVF (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/win/
H A Dd3d_renderer.cc210 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp148 long __stdcall SetFVF(unsigned long FVF);
H A DDirect3DDevice9Ex.hpp146 long __stdcall SetFVF(unsigned long FVF);
H A DDirect3DDevice9Ex.cpp677 long Direct3DDevice9Ex::SetFVF(unsigned long FVF) function in class:D3D9::Direct3DDevice9Ex
681 return Direct3DDevice9::SetFVF(FVF);
H A DDirect3DStateBlock9.cpp139 device->SetFVF(FVF);
H A DDirect3DDevice9.cpp2726 long Direct3DDevice9::SetFVF(unsigned long FVF) function in class:D3D9::Direct3DDevice9
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc603 _pd3dDevice->SetFVF(D3DFVF_CUSTOMVERTEX);

Completed in 554 milliseconds