Home
last modified time | relevance | path

Searched refs:uEdge (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/dports/games/bzflag-server/bzflag-2.4.22/src/geometry/
H A DTriWallSceneNode.cxx55 const float uLen = sqrtf((uEdge[0] * uEdge[0]) + in Geometry()
56 (uEdge[1] * uEdge[1]) + in Geometry()
57 (uEdge[2] * uEdge[2])); in Geometry()
169 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in TriWallSceneNode()
170 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in TriWallSceneNode()
171 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in TriWallSceneNode()
180 mySphere[0] = 0.5f * (uEdge[0] + vEdge[0]); in TriWallSceneNode()
181 mySphere[1] = 0.5f * (uEdge[1] + vEdge[1]); in TriWallSceneNode()
182 mySphere[2] = 0.5f * (uEdge[2] + vEdge[2]); in TriWallSceneNode()
191 const float uLength = sqrtf(uEdge[0] * uEdge[0] + in TriWallSceneNode()
[all …]
H A DQuadWallSceneNode.cxx67 const float uLen = sqrtf((uEdge[0] * uEdge[0]) + in Geometry()
68 (uEdge[1] * uEdge[1]) + in Geometry()
69 (uEdge[2] * uEdge[2])); in Geometry()
227 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in init()
228 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in init()
229 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in init()
233 mySphere[0] = 0.5f * (uEdge[0] + vEdge[0]); in init()
234 mySphere[1] = 0.5f * (uEdge[1] + vEdge[1]); in init()
235 mySphere[2] = 0.5f * (uEdge[2] + vEdge[2]); in init()
244 const float uLength = sqrtf(float(uEdge[0] * uEdge[0] + in init()
[all …]
H A DPolyWallSceneNode.cxx88 GLfloat uEdge[3], vEdge[3], myPlane[4]; in PolyWallSceneNode() local
90 uEdge[0] = vertex[0][0] - vertex[count - 1][0]; in PolyWallSceneNode()
91 uEdge[1] = vertex[0][1] - vertex[count - 1][1]; in PolyWallSceneNode()
92 uEdge[2] = vertex[0][2] - vertex[count - 1][2]; in PolyWallSceneNode()
93 uLen = uEdge[0] * uEdge[0] + uEdge[1] * uEdge[1] + uEdge[2] * uEdge[2]; in PolyWallSceneNode()
101 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in PolyWallSceneNode()
102 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in PolyWallSceneNode()
103 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in PolyWallSceneNode()
107 uEdge[0] = vEdge[0]; in PolyWallSceneNode()
108 uEdge[1] = vEdge[1]; in PolyWallSceneNode()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/geometry/
H A DTriWallSceneNode.cxx55 const float uLen = sqrtf((uEdge[0] * uEdge[0]) + in Geometry()
56 (uEdge[1] * uEdge[1]) + in Geometry()
57 (uEdge[2] * uEdge[2])); in Geometry()
169 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in TriWallSceneNode()
170 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in TriWallSceneNode()
171 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in TriWallSceneNode()
180 mySphere[0] = 0.5f * (uEdge[0] + vEdge[0]); in TriWallSceneNode()
181 mySphere[1] = 0.5f * (uEdge[1] + vEdge[1]); in TriWallSceneNode()
182 mySphere[2] = 0.5f * (uEdge[2] + vEdge[2]); in TriWallSceneNode()
191 const float uLength = sqrtf(uEdge[0] * uEdge[0] + in TriWallSceneNode()
[all …]
H A DQuadWallSceneNode.cxx67 const float uLen = sqrtf((uEdge[0] * uEdge[0]) + in Geometry()
68 (uEdge[1] * uEdge[1]) + in Geometry()
69 (uEdge[2] * uEdge[2])); in Geometry()
227 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in init()
228 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in init()
229 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in init()
233 mySphere[0] = 0.5f * (uEdge[0] + vEdge[0]); in init()
234 mySphere[1] = 0.5f * (uEdge[1] + vEdge[1]); in init()
235 mySphere[2] = 0.5f * (uEdge[2] + vEdge[2]); in init()
244 const float uLength = sqrtf(float(uEdge[0] * uEdge[0] + in init()
[all …]
H A DPolyWallSceneNode.cxx88 GLfloat uEdge[3], vEdge[3], myPlane[4]; in PolyWallSceneNode() local
90 uEdge[0] = vertex[0][0] - vertex[count - 1][0]; in PolyWallSceneNode()
91 uEdge[1] = vertex[0][1] - vertex[count - 1][1]; in PolyWallSceneNode()
92 uEdge[2] = vertex[0][2] - vertex[count - 1][2]; in PolyWallSceneNode()
93 uLen = uEdge[0] * uEdge[0] + uEdge[1] * uEdge[1] + uEdge[2] * uEdge[2]; in PolyWallSceneNode()
101 myPlane[0] = uEdge[1] * vEdge[2] - uEdge[2] * vEdge[1]; in PolyWallSceneNode()
102 myPlane[1] = uEdge[2] * vEdge[0] - uEdge[0] * vEdge[2]; in PolyWallSceneNode()
103 myPlane[2] = uEdge[0] * vEdge[1] - uEdge[1] * vEdge[0]; in PolyWallSceneNode()
107 uEdge[0] = vEdge[0]; in PolyWallSceneNode()
108 uEdge[1] = vEdge[1]; in PolyWallSceneNode()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DWGL_I3D_genlock17 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
21 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DWGL_I3D_genlock18 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
22 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DWGL_I3D_genlock16 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
20 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DWGL_I3D_genlock18 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
22 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DWGL_I3D_genlock18 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
22 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DWGL_I3D_genlock17 BOOL wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
21 BOOL wglGetGenlockSourceEdgeI3D (HDC hDC, UINT* uEdge)
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DQuadWallSceneNode.h59 const GLfloat uEdge[3],
74 const GLfloat uEdge[3],
/dports/games/bzflag/bzflag-2.4.22/include/
H A DQuadWallSceneNode.h59 const GLfloat uEdge[3],
74 const GLfloat uEdge[3],
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/I3D/
H A Dgenlock.py37 def wglGenlockSourceEdgeI3D(hDC,uEdge):pass argument
49 def wglGetGenlockSourceEdgeI3D(hDC,uEdge):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/I3D/
H A Dgenlock.py37 def wglGenlockSourceEdgeI3D(hDC,uEdge):pass argument
49 def wglGetGenlockSourceEdgeI3D(hDC,uEdge):pass argument
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/win32/
H A Dgdkglwglext.h648 typedef BOOL (WINAPI * GdkGLProc_wglGenlockSourceEdgeI3D) (HDC hDC, UINT uEdge);
650 #define gdk_gl_wglGenlockSourceEdgeI3D(proc, hDC, uEdge) \ argument
651 ( ((GdkGLProc_wglGenlockSourceEdgeI3D) (proc)) (hDC, uEdge) )
654 typedef BOOL (WINAPI * GdkGLProc_wglGetGenlockSourceEdgeI3D) (HDC hDC, UINT *uEdge);
656 #define gdk_gl_wglGetGenlockSourceEdgeI3D(proc, hDC, uEdge) \ argument
657 ( ((GdkGLProc_wglGetGenlockSourceEdgeI3D) (proc)) (hDC, uEdge) )
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwincreatewnd.c513 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
520 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwincreatewnd.c513 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
520 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
550 abd.uEdge = uEdge; in winTaskbarOnScreenEdge()

12345678910>>...22