Home
last modified time | relevance | path

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

12345678910>>...15

/dports/devel/fifechan/fifechan-0.1.5/src/directx3d/
H A Ddirectx3dgraphics.cpp222 mDevice->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1); in drawImage()
249 mDevice->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in drawPoint()
297 mDevice->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in drawLine()
334 mDevice->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in drawRectangle()
360 mDevice->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in fillRectangle()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DBackground.cpp289 g_piDevice->SetFVF(D3DFVF_XYZRHW | D3DFVF_TEX1); in OnPreRender()
297 g_piDevice->SetFVF(dw2); in OnPreRender()
331 g_piDevice->SetFVF(D3DFVF_XYZ | D3DFVF_TEX1 | D3DFVF_TEXCOORDSIZE3(0)); in OnPostRender()
337 g_piDevice->SetFVF(dw2); in OnPostRender()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DBackground.cpp283 g_piDevice->SetFVF(D3DFVF_XYZRHW | D3DFVF_TEX1); in OnPreRender()
291 g_piDevice->SetFVF(dw2); in OnPreRender()
327 g_piDevice->SetFVF(D3DFVF_XYZ | D3DFVF_TEX1 | D3DFVF_TEXCOORDSIZE3(0)); in OnPostRender()
333 g_piDevice->SetFVF(dw2); in OnPostRender()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_d3d.cpp50 d3dd->SetFVF(D3DFVF_CUSTOMVERTEX); in main()
101 d3dd->SetFVF(D3DFVF_CUSTOMVERTEX); in main()
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwDirect3D9.cpp300 m_D3DDev->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in DrawLine()
355 m_D3DDev->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in DrawRect()
521 m_D3DDev->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in DrawText()
545 m_D3DDev->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1|D3DFVF_TEXCOORDSIZE2(0)); in DrawText()
634 m_D3DDev->SetFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE); in DrawTriangles()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/d3d9/
H A DD3D9VertexBuffer.h152 GD3D9Device->SetFVF(dwFVF);
172 GD3D9Device->SetFVF(dwFVF); in drawIndexed()
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Dfb_d3d9_wipe.cpp355 fb->D3DDevice->SetFVF(D3DFVF_FBVERTEX); in DrawScreen()
635 fb->D3DDevice->SetFVF(D3DFVF_BURNVERTEX); in Run()
653 fb->D3DDevice->SetFVF(D3DFVF_FBVERTEX); in Run()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDirect3D.cpp495 pDevice->SetFVF( D3DFVF_XYZRHW | D3DFVF_TEX1 ); in render()
502 pDevice->SetFVF( D3DFVF_XYZRHW | D3DFVF_TEX1 ); in render()
506 pDevice->SetFVF( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_TEX1 ); in render()
512 pDevice->SetFVF( D3DFVF_XYZRHW | D3DFVF_TEX1 ); in render()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dtextmgr.cpp436 m_lpDevice->SetFVF( WFVERTEX_FORMAT ); in DrawNow()
599 m_lpDevice->SetFVF( WFVERTEX_FORMAT ); in DrawNow()
641 m_lpDevice->SetFVF( SPRITEVERTEX_FORMAT ); in DrawNow()
685 m_lpDevice->SetFVF( SPRITEVERTEX_FORMAT ); in DrawNow()
H A Dmilkdropfs.cpp272 lpDevice->SetFVF( WFVERTEX_FORMAT ); in RenderStringToTitleTexture()
1251 lpDevice->SetFVF(WFVERTEX_FORMAT); in DrawMotionVectors()
1758 lpDevice->SetFVF( MYVERTEX_FORMAT ); in BlurPasses()
1967 lpDevice->SetFVF( MYVERTEX_FORMAT ); in WarpedBlit_NoShaders()
2198 lpDevice->SetFVF( MYVERTEX_FORMAT ); in WarpedBlit_Shaders()
2587 lpDevice->SetFVF( WFVERTEX_FORMAT ); in DrawCustomWaves()
2773 lpDevice->SetFVF( WFVERTEX_FORMAT ); in DrawWave()
3391 lpDevice->SetFVF( WFVERTEX_FORMAT ); in DrawSprites()
3523 lpDevice->SetFVF( SPRITEVERTEX_FORMAT ); in DrawUserSprites()
4061 lpDevice->SetFVF( SPRITEVERTEX_FORMAT ); in ShowToUser_NoShaders()
[all …]
H A Ddesktop_mode.cpp891 m_lpDX->m_lpDevice->SetFVF( SIMPLE_VERTEX_FORMAT ); in RenderDesktop()
998 m_lpDX->m_lpDevice->SetFVF( HELP_VERTEX_FORMAT ); in RenderDesktop()
1054 m_lpDX->m_lpDevice->SetFVF( SIMPLE_VERTEX_FORMAT ); in RenderDesktop()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTMesh.h68 HRESULT SetFVF( LPDIRECT3DDEVICE9 pd3dDevice, DWORD dwFVF );
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/DirectX/
H A DRendererDX.cpp455 m_pDevice->SetFVF( D3DFVF_XYZ | D3DFVF_DIFFUSE ); in DrawQuad()
531 m_pDevice->SetFVF( D3DFVF_XYZ | D3DFVF_DIFFUSE | D3DFVF_TEX1 ); in DrawSoftQuad()
592 m_pDevice->SetFVF( D3DFVF_XYZ | D3DFVF_DIFFUSE | D3DFVF_TEX1 ); in DrawQuad()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dVertexBuffer.cpp132 device->SetFVF(vertexFormat); in render()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/win/
H A Dd3d_renderer.cc196 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/win/
H A Dd3d_renderer.cc211 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/win/
H A Dd3d_renderer.cc210 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ClientOnly/Samples/D3D9/
H A DMatrices.cpp217 g_pd3dDevice->SetFVF( D3DFVF_CUSTOMVERTEX ); in Render()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/win/
H A Dd3d_renderer.cc210 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in RenderFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/win/
H A Dd3d_renderer.cc196 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/win/
H A Dd3d_renderer.cc211 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/win/
H A Dd3d_renderer.cc211 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in OnFrame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/win32/
H A Dvid_directx9.cpp1182 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
1263 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2152 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2156 pD3DDevice->SetFVF(D3DFVF_LVERTEX2 | D3DFVF_DIFFUSE);
2162 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2169 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/win32/
H A Dvid_directx9.cpp1182 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
1263 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2159 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2163 pD3DDevice->SetFVF(D3DFVF_LVERTEX2 | D3DFVF_DIFFUSE);
2169 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
2176 pD3DDevice->SetFVF(D3DFVF_LVERTEX2);
/dports/graphics/anttweakbar/AntTweakBar/examples/
H A DTwSimpleDX9.cpp223 g_D3DDev->SetFVF(D3DFVF_XYZ|D3DFVF_DIFFUSE); in WinMain()

12345678910>>...15