Home
last modified time | relevance | path

Searched refs:D3DLVERTEX (Results 1 – 13 of 13) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dscene.cpp51 D3DLVERTEX g_rgVerts [16];
396 D3DLVERTEX *pvert = &g_rgVerts [iPoint]; in g3_draw_tmap()
436 D3DLVERTEX *pvert = &g_rgVerts [iPoint]; in g3_draw_poly()
481 D3DLVERTEX rgVerts [4] = in g3_draw_bitmap()
483 D3DLVERTEX (vecPos - vecRight - vecUp, col, 0, 0, flAdjY), in g3_draw_bitmap()
484 D3DLVERTEX (vecPos - vecRight + vecUp, col, 0, 0, 0), in g3_draw_bitmap()
485 D3DLVERTEX (vecPos + vecRight + vecUp, col, 0, flAdjX, 0), in g3_draw_bitmap()
486 D3DLVERTEX (vecPos + vecRight - vecUp, col, 0, flAdjX, flAdjY), in g3_draw_bitmap()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/d3d9/
H A DD3D9Renderer.cpp159 typedef struct D3DLVERTEX { struct
188 D3DLVERTEX() { } in D3DLVERTEX() argument
189 D3DLVERTEX(const D3DVECTOR& v,D3DCOLOR col,D3DCOLOR spec,float _tu, float _tv) in D3DLVERTEX() argument
457 D3DLVERTEX rect[4]; in DrawTexturedRect()
498 GD3D9Device->DrawPrimitiveUP(D3DPT_TRIANGLESTRIP, 2, &rect, sizeof(D3DLVERTEX)); in DrawTexturedRect()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3dtypes.py93 D3DLVERTEX = Struct("D3DLVERTEX", [ variable
103 LPD3DLVERTEX = Pointer(D3DLVERTEX)
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/r_d3d/old/
H A DR_d3d_2009.cpp130 D3DLVERTEX vTriangle[256];
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H262 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h372 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h283 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h476 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h284 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h284 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h433 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h433 } D3DLVERTEX, *LPD3DLVERTEX; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs2383 pub struct D3DLVERTEX { struct
2393 impl D3DLVERTEX {} impl
2394 impl ::std::default::Default for D3DLVERTEX { implementation
2399 impl ::std::cmp::PartialEq for D3DLVERTEX { implementation
2404 impl ::std::cmp::Eq for D3DLVERTEX {} implementation
2405 unsafe impl ::windows::runtime::Abi for D3DLVERTEX { implementation