Home
last modified time | relevance | path

Searched defs:winZ (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLU/
H A Dprojection.py38 def gluUnProject( baseFunction, winX, winY, winZ, model=None, proj=None, view=None ): argument
66 winX, winY, winZ, clipW, argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLU/
H A Dprojection.py38 def gluUnProject( baseFunction, winX, winY, winZ, model=None, proj=None, view=None ): argument
66 winX, winY, winZ, clipW, argument
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A Dproject.cxx31 GLdouble* winX, GLdouble* winY, GLdouble* winZ) in project()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/opengl2/
H A Dunproject.cpp19 const double winZ, in unproject()
H A Dproject.cpp20 double* winZ) in project()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/opengl/
H A DgstGlu.c90 GLdouble winX, winY, winZ ; in gst_opengl_gluProject() local
113 OOP gst_opengl_gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, OOP modelMatrix, OOP proj… in gst_opengl_gluUnProject()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/
H A DGPURendererListenerBase01.java154 final float[] winZ, final float[] objPos) { in mapWin2ObjectCoords()
171 final float[] winZ = new float[1]; in reshape() local
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglu-CustomJavaCode-base.java1342 public boolean gluUnProject(float winX, float winY, float winZ, float[] model, int model_offset, fl… in gluUnProject()
1349 public boolean gluUnProject(float winX, float winY, float winZ, java.nio.FloatBuffer model, java.ni… in gluUnProject()
1356 public boolean gluUnProject4(float winX, float winY, float winZ, float clipW, float[] model, int mo… in gluUnProject4()
1363 public boolean gluUnProject4(float winX, float winY, float winZ, float clipW, java.nio.FloatBuffer … in gluUnProject4()
1406 public boolean gluUnProject(double winX, double winY, double winZ, double[] model, int model_offset… in gluUnProject()
1422 public boolean gluUnProject4(double winX, double winY, double winZ, double clipW, double[] model, i… in gluUnProject4()
H A Dglu-CustomJavaCode-gl2.java174 public final boolean gluUnProject(double winX, double winY, double winZ, double[] model, int model_… in gluUnProject()
181 public final boolean gluUnProject(double winX, double winY, double winZ, DoubleBuffer model, Double… in gluUnProject()
188 public final boolean gluUnProject4(double winX, double winY, double winZ, double clipW, double[] mo… in gluUnProject4()
195 public final boolean gluUnProject4(double winX, double winY, double winZ, double clipW, DoubleBuffe… in gluUnProject4()
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp631 GLdouble winX, winY, winZ; in project() local
648 GLfloat winX, winY, winZ; in unproject() local
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp631 GLdouble winX, winY, winZ; in project() local
648 GLfloat winX, winY, winZ; in unproject() local
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dcursor.cxx164 GLdouble winX, winY, winZ; in find_proj_atom() local
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/examples/viewer/src/
H A Dmouse.cpp91 GLfloat winX, winY, winZ; in draw_cursor() local
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/ui/
H A DSceneUIController.java314 final float[] winZ, final float[] objPos) { in mapWin2ObjectCoords()
337 final float[] winZ = new float[1]; in reshape() local
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/
H A Dglu-CustomJavaCode.java1028 public boolean gluUnProject(double winX, double winY, double winZ, double[] model, int model_offset… in gluUnProject()
1035 public boolean gluUnProject(double winX, double winY, double winZ, java.nio.DoubleBuffer model, jav… in gluUnProject()
1042 public boolean gluUnProject4(double winX, double winY, double winZ, double clipW, double[] model, i… in gluUnProject4()
1049 public boolean gluUnProject4(double winX, double winY, double winZ, double clipW, java.nio.DoubleBu… in gluUnProject4()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dglu_nif.cpp384 GLdouble winZ; in ecb_gluProject() local
566 GLdouble winZ; in ecb_gluUnProject() local
668 GLdouble winZ; in ecb_gluUnProject4() local
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dglu_nif.cpp384 GLdouble winZ; in ecb_gluProject() local
566 GLdouble winZ; in ecb_gluUnProject() local
668 GLdouble winZ; in ecb_gluUnProject4() local
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dglu_nif.cpp384 GLdouble winZ; in ecb_gluProject() local
566 GLdouble winZ; in ecb_gluUnProject() local
668 GLdouble winZ; in ecb_gluUnProject4() local
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dglu_nif.cpp384 GLdouble winZ; in ecb_gluProject() local
566 GLdouble winZ; in ecb_gluUnProject() local
668 GLdouble winZ; in ecb_gluUnProject4() local
/dports/devel/simgear/simgear-2020.3.11/simgear/screen/
H A Dtr.cxx559 GLdouble winX, winY, winZ; in trRasterPos3f() local
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dtr.cc454 GLdouble winX, winY, winZ; in trRasterPos3f() local
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dtr.c441 GLdouble winX, winY, winZ; in trRasterPos3f() local
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/glu/
H A DGLU.java1212 …public boolean gluUnProject(double winX, double winY, double winZ, double[] model, int model_offse… in gluUnProject()
1219 …public boolean gluUnProject(double winX, double winY, double winZ, java.nio.DoubleBuffer model, ja… in gluUnProject()
1226 …public boolean gluUnProject4(double winX, double winY, double winZ, double clipW, double[] model, … in gluUnProject4()
1233 …public boolean gluUnProject4(double winX, double winY, double winZ, double clipW, java.nio.DoubleB… in gluUnProject4()
/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglutils.c168 GLfloat winZ[400]; in to3D() local
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtilsGL.c65 GLfloat winX, winY, winZ; in glGetWorldCoords() local

12