Home
last modified time | relevance | path

Searched refs:glLoadMatrixd (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_matrix_state.cxx44 glLoadMatrixd(P); in restore()
47 glLoadMatrixd(M); in restore()
79 glLoadMatrixd(empty.data_block()); in clear_gl_matrices()
83 glLoadMatrixd(empty.data_block()); in clear_gl_matrices()
145 glLoadMatrixd((M * P).transpose().data_block()); in premultiply()
H A Dvgui_loader_tableau.cxx65 glLoadMatrixd(projectionmatrixt); in handle()
71 glLoadMatrixd(modelviewmatrixt); in handle()
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dmath.h80 template<> inline void glLoadMatrix(const vcg::Matrix44d &m) {glLoadMatrixd(m.V()); } in glLoadMatrix()
90 inline void glLoadMatrix(const Eigen::Matrix<double,4,4>& matrix) { glLoadMatrixd(matrix.data()); } in glLoadMatrix()
93 glLoadMatrixd(tmp.data()); in glLoadMatrix()
H A Ddeprecated_math.h58 glLoadMatrixd((const GLdouble *)(matrix.transpose().V())); in glLoadMatrix()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dmath.h80 template<> inline void glLoadMatrix(const vcg::Matrix44d &m) {glLoadMatrixd(m.V()); } in glLoadMatrix()
90 inline void glLoadMatrix(const Eigen::Matrix<double,4,4>& matrix) { glLoadMatrixd(matrix.data()); } in glLoadMatrix()
93 glLoadMatrixd(tmp.data()); in glLoadMatrix()
H A Ddeprecated_math.h58 glLoadMatrixd((const GLdouble *)(matrix.transpose().V())); in glLoadMatrix()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui3d/
H A Dbgui3d_project2d_tableau.cxx220 glLoadMatrixd(model_matrix_); in handle()
229 glLoadMatrixd(P); in handle()
231 glLoadMatrixd(M); in handle()
/dports/math/vtk6/VTK-6.2.0/Rendering/External/
H A DvtkExternalOpenGLCamera.cxx155 glLoadMatrixd(matrix->Element[0]); in Render()
169 glLoadMatrixd(matrix->Element[0]); in Render()
/dports/math/eigen3/eigen-3.3.9/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/misc/opennn/opennn-5.0.5/eigen/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/demos/opengl/
H A Dgpuhelper.h121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); }
129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dvideovtb.c1150 glLoadMatrixd(allegro_gl_projection_matrix); \
1152 glLoadMatrixd(allegro_gl_modelview_matrix); \
1545 glLoadMatrixd(allegro_gl_projection_matrix); in allegro_gl_video_clear_to_color()
1547 glLoadMatrixd(allegro_gl_modelview_matrix); in allegro_gl_video_clear_to_color()
1591 glLoadMatrixd(allegro_gl_projection_matrix); in allegro_gl_video_draw_color_glyph()
1593 glLoadMatrixd(allegro_gl_modelview_matrix); in allegro_gl_video_draw_color_glyph()
1649 glLoadMatrixd(allegro_gl_projection_matrix); in allegro_gl_video_draw_glyph()
1651 glLoadMatrixd(allegro_gl_modelview_matrix); in allegro_gl_video_draw_glyph()
1713 glLoadMatrixd(allegro_gl_projection_matrix); in allegro_gl_video_polygon3d_f()
1715 glLoadMatrixd(allegro_gl_modelview_matrix); in allegro_gl_video_polygon3d_f()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_direct_state_access/
H A Dmatrix-commands.c105 glLoadMatrixd(m); in test_MatrixLoadd()
137 glLoadMatrixd(m1); in test_MatrixMultd()
352 glLoadMatrixd(m1); in test_MatrixMultTransposed()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/clipping/
H A DJoGLClippingPlane.java121 gl.glLoadMatrixd(transformation.getMatrix(), 0); in setGLEquation()
/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DAnnotate.cpp89 glLoadMatrixd(projection); in draw()
91 glLoadMatrixd(modelview); in draw()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/
H A DJoGLDrawingTools.java73 gl.glLoadMatrixd(transformationManager.getTransformation().getMatrix(), 0); in JoGLDrawingTools()
75 … gl.glLoadMatrixd(transformationManager.getWindowTransformation().getMatrix(), 0); in JoGLDrawingTools()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dcheck_glutwindow.py36 glLoadMatrixd( matrix ) # should have un-decorated alias for this...
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_clip_control/
H A Dclip-control-depth-precision.c88 glLoadMatrixd(projection); in piglit_init()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def161 glLoadMatrixd = glLoadMatrixd@4
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def174 glLoadMatrixd = glLoadMatrixd@4
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/
H A DQGLViewerWidget.cc204 glLoadMatrixd( projection_matrix_ ); in paintGL()
206 glLoadMatrixd( modelview_matrix_ ); in paintGL()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DQGLViewerWidget.cc202 glLoadMatrixd( projection_matrix_ ); in paintGL()
204 glLoadMatrixd( modelview_matrix_ ); in paintGL()

12345678910>>...37