Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 25 of 1336) sorted by relevance

12345678910>>...54

/dports/comms/cubicsdr/CubicSDR-0248e5a/src/panel/
H A DScopePanel.cpp38 glLoadMatrixf(transform.to_ptr()); in drawPanelContents()
55 glLoadMatrixf(transform.to_ptr()); in drawPanelContents()
79 glLoadMatrixf(transform.to_ptr()); in drawPanelContents()
98 glLoadMatrixf(bgPanel.transform.to_ptr()); in drawPanelContents()
101 glLoadMatrixf(bgPanelStereo[0].transform.to_ptr()); in drawPanelContents()
104 glLoadMatrixf(bgPanelStereo[1].transform.to_ptr()); in drawPanelContents()
107 glLoadMatrixf(bgPanel.transform.to_ptr()); in drawPanelContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/gles1/
H A DMatrixLoadTest.cpp42 glLoadMatrixf(testMatrix.data()); in TEST_P()
61 glLoadMatrixf(testMatrix.data()); in TEST_P()
98 glLoadMatrixf(testMatrix.data()); in TEST_P()
/dports/games/bzflag-server/bzflag-2.4.22/src/geometry/
H A DViewFrustum.cxx31 glLoadMatrixf(projectionMatrix); in executeProjection()
38 glLoadMatrixf(deepProjectionMatrix); in executeDeepProjection()
/dports/games/bzflag/bzflag-2.4.22/src/geometry/
H A DViewFrustum.cxx31 glLoadMatrixf(projectionMatrix); in executeProjection()
38 glLoadMatrixf(deepProjectionMatrix); in executeDeepProjection()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/examples/
H A Dsplitview.c171 glLoadMatrixf((const GLfloat*) view); in drawGrid()
265 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
279 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
293 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
317 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
329 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/examples/
H A Dsplitview.c171 glLoadMatrixf((const GLfloat*) view); in drawGrid()
265 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
279 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
293 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
317 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
329 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/graphics/glfw/glfw-3.3.4/examples/
H A Dsplitview.c171 glLoadMatrixf((const GLfloat*) view); in drawGrid()
265 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
279 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
293 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
317 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
329 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/examples/
H A Dsplitview.c170 glLoadMatrixf((const GLfloat*) view); in drawGrid()
264 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
278 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
292 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
316 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
328 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/examples/
H A Dsplitview.c170 glLoadMatrixf((const GLfloat*) view); in drawGrid()
264 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
278 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
292 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
316 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
328 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/examples/
H A Dsplitview.c170 glLoadMatrixf((const GLfloat*) view); in drawGrid()
264 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
278 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
292 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
316 glLoadMatrixf((const GLfloat*) projection); in drawAllViews()
328 glLoadMatrixf((const GLfloat*) view); in drawAllViews()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLModelMatrixElement.cpp142 glLoadMatrixf(mat[0]); in pop()
155 glLoadMatrixf(mat[0]); in makeEltIdentity()
166 glLoadMatrixf(mat[0]); in setElt()
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Common/
H A DGLCamera.c104 glLoadMatrixf(glMatrix); in GLCamera_SetProjection()
134 glLoadMatrixf(glMatrix); in GLCamera_SetModelView()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgDList.cxx115 glLoadMatrixf ( (float *) mat ) ; in draw()
126 glLoadMatrixf ( (float *) mat ) ; in draw()
131 glLoadMatrixf ( (float *) mat ) ; in draw()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/fixedfunc/
H A DGLMatrixFunc.java109 public void glLoadMatrixf(java.nio.FloatBuffer m) ; in glLoadMatrixf() method
113 public void glLoadMatrixf(float[] m, int m_offset); in glLoadMatrixf() method
/dports/games/ensemblist/ensemblist-040126/
H A Dmode3.c687 glLoadMatrixf(camera.c); in play_display()
708 glLoadMatrixf(camera.c); in play_display()
979 glLoadMatrixf(primpos); in play_display()
986 glLoadMatrixf(primpos); in play_display()
993 glLoadMatrixf(primpos); in play_display()
1000 glLoadMatrixf(primpos); in play_display()
1007 glLoadMatrixf(primpos); in play_display()
1020 glLoadMatrixf(primpos); in play_display()
1035 glLoadMatrixf(primpos); in play_display()
1086 glLoadMatrixf(primpos); in play_display()
[all …]
/dports/games/neverball/neverball-1.6.0/share/
H A Dhmd_openhmd.c107 glLoadMatrixf(P); in hmd_persp()
109 glLoadMatrixf(M); in hmd_persp()
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dmath.h79 template<> inline void glLoadMatrix(const vcg::Matrix44f &m) {glLoadMatrixf(m.V()); } in glLoadMatrix()
85 template<> inline void glLoadMatrix(const Eigen::Matrix<float,4,4>& matrix) { glLoadMatrixf(matrix.… in glLoadMatrix()
88 glLoadMatrixf(tmp.data()); in glLoadMatrix()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dmath.h79 template<> inline void glLoadMatrix(const vcg::Matrix44f &m) {glLoadMatrixf(m.V()); } in glLoadMatrix()
85 template<> inline void glLoadMatrix(const Eigen::Matrix<float,4,4>& matrix) { glLoadMatrixf(matrix.… in glLoadMatrix()
88 glLoadMatrixf(tmp.data()); in glLoadMatrix()
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-client/src/
H A Dmglu.cc37 glLoadMatrixf(matrix); in mglFrustum()
63 glLoadMatrixf(matrix); in mgluLookAt()
/dports/misc/openhmd/OpenHMD-0.3.0/examples/opengl/
H A Dmain.c301 glLoadMatrixf(matrix); in main()
305 glLoadMatrixf(matrix); in main()
323 glLoadMatrixf(matrix); in main()
327 glLoadMatrixf(matrix); in main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_canvas/
H A Deda_3d_canvas_pivot.cpp92 glLoadMatrixf( glm::value_ptr( m_camera.GetProjectionMatrix() ) ); in render_pivot()
96 glLoadMatrixf( glm::value_ptr( m_camera.GetViewMatrix() ) ); in render_pivot()
/dports/games/blockout/BL_SRC/BlockOut/
H A DPageCredits.cpp37 glLoadMatrixf(blockProj); in Render()
39 glLoadMatrixf(mParent->GetViewMatrix()); in Render()
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A Dsoshape_bumprender.cpp451 glLoadMatrixf(bumpmapmatrix[0]); in renderBumpSpecular()
555 glLoadMatrixf(oldtexture2matrix[0]); in renderBumpSpecular()
563 glLoadMatrixf(oldtexture1matrix[0]); in renderBumpSpecular()
571 glLoadMatrixf(oldtexture0matrix[0]); in renderBumpSpecular()
624 glLoadMatrixf(bumpmapmatrix[0]); in renderBump()
717 glLoadMatrixf(oldtexture1matrix[0]); in renderBump()
725 glLoadMatrixf(oldtexture0matrix[0]); in renderBump()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathGL.h119 glLoadMatrixf( (GLfloat*)m[0] ); in glLoadMatrix()
126 glLoadMatrixf( (GLfloat*)(*m)[0] ); in glLoadMatrix()
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathGL.h118 glLoadMatrixf ((GLfloat*) m[0]); in glLoadMatrix()
126 glLoadMatrixf ((GLfloat*) (*m)[0]); in glLoadMatrix()

12345678910>>...54