Home
last modified time | relevance | path

Searched defs:MultMatrix (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2n64/src/
H A D3DMath.c4 void MultMatrix( float m0[4][4], float m1[4][4], float dest[4][4]) in MultMatrix() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMMultMatrix.h22 MultMatrix():DependNode(){} in MultMatrix() function
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrGLRender.cpp204 virtual void MultMatrix(REAL mdata[4][4]){ in MultMatrix() function in glRenderer
H A DrRender.h219 inline void MultMatrix(REAL mdata[4][4]){ in MultMatrix() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/lua/
H A Dlua_glup.cpp431 static int MultMatrix(lua_State* L) { in MultMatrix() function
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dshot.h212 void MultMatrix( vcg::Matrix44<S> m44) in MultMatrix() function
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dshot.h212 void MultMatrix( vcg::Matrix44<S> m44) in MultMatrix() function
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/d3d8/
H A Dd3dx8math.h1109 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/dx8sdk/include/
H A Dd3dx8math.h1142 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/mingw/include/directx9/
H A Dd3dx9math.h1344 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/mingw/include/directx9/
H A Dd3dx9math.h1344 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/d3d9/
H A Dd3dx9math.h1292 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mess/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9math.h1347 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mame/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9math.h1347 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9math.h425 STDMETHOD(MultMatrix)(THIS_ const D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9math.h425 STDMETHOD(MultMatrix)(THIS_ const D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dx10math.h1321 STDMETHOD(MultMatrix)(THIS_ CONST D3DXMATRIX* pM ) PURE; in DECLARE_INTERFACE_() local
/dports/games/pouetchess/pouetChess_0.11/src/
H A Draytracing.cpp493 GLvoid MATRIX::MultMatrix(double m[]) in MultMatrix() function in MATRIX
1124 GLvoid MultMatrix(double m[], double n[]) in MultMatrix() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp270 TEST_P(GLES1CovglTest, MultMatrix) in TEST_P() argument
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaOpenGL.cpp3841 int LuaOpenGL::MultMatrix(lua_State* L) in MultMatrix() function in LuaOpenGL