Home
last modified time | relevance | path

Searched refs:fovy (Results 201 – 225 of 956) sorted by relevance

12345678910>>...39

/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfiltercube.h52 gdouble fovy; member
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_main.cpp515 refdef.fovy = refdef.fovx * refdef.height / refdef.width / PixelAspect; in ExecuteSetViewSize()
524 clip_base[2] = Normalise(TVec(1, 0, -1.0 / refdef.fovy)); in ExecuteSetViewSize()
527 clip_base[3] = Normalise(TVec(1, 0, 1.0 / refdef.fovy)); in ExecuteSetViewSize()
716 rd->fovy = rd->fovx * rd->height / rd->width / PixelAspect; in SetupCameraFrame()
725 clip_base[2] = Normalise(TVec(1, 0, -1.0 / rd->fovy)); in SetupCameraFrame()
728 clip_base[3] = Normalise(TVec(1, 0, 1.0 / rd->fovy)); in SetupCameraFrame()
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglu-CustomJavaCode-base.java1317 public void gluPerspective(float fovy, float aspect, float zNear, float zFar) { in gluPerspective() argument
1318 project.gluPerspective(getCurrentGL().getGL2ES1(), fovy, aspect, zNear, zFar); in gluPerspective() local
1379 public void gluPerspective(double fovy, double aspect, double zNear, double zFar) { in gluPerspective() argument
1380 …project.gluPerspective(getCurrentGL().getGL2ES1(), (float)fovy, (float)aspect, (float)zNear, (floa… in gluPerspective()
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/textures/
H A Dcubemap_3x213 vcamera -fovy 100
H A Dcubemap_2x313 vcamera -fovy 100
/dports/devel/raylib/raylib-3.7.0/examples/shaders/
H A Dshaders_model_shader.c43 camera.fovy = 45.0f; in main()
/dports/devel/raylib/raylib-3.7.0/examples/models/
H A Dmodels_gltf_model.c40 camera.fovy = 45.0f; // Camera field-of-view Y in main()
/dports/graphics/libgfx/libgfx-1.1.0/src/
H A Dmat4.cxx53 Mat4 perspective_matrix(double fovy, double aspect, double zmin, double zmax) in perspective_matrix() argument
68 double f = 1.0/tan(fovy*M_PI/180.0/2.0); in perspective_matrix()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Dshadowmap.c55 GLdouble fovy = 60.0; variable
118 gluPerspective( fovy, (GLdouble) width/height, nearPlane, farPlane ); in reshape()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Dshadowmap.c55 GLdouble fovy = 60.0; variable
118 gluPerspective( fovy, (GLdouble) width/height, nearPlane, farPlane ); in reshape()
/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/glbook/
H A Dexample10-5.scm27 (define (acc-perspective fovy aspect near far pixdx pixdy eyedx eyedy focus)
28 (let* ((fov2 (/ (* fovy pi/180) 2.0))
/dports/games/spring/spring_98.0/rts/lib/headlessStubs/
H A Dglustub.c39 GLAPI void APIENTRY gluPerspective(GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) {} in gluPerspective() argument
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/examples/assembler/cube/source/
H A Dgs.h43 void gsProjectionMatrix(float fovy, float aspect, float near, float far);
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/examples/assembler/cube_lighting/source/
H A Dgs.h43 void gsProjectionMatrix(float fovy, float aspect, float near, float far);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/examples/assembler/cube/source/
H A Dgs.h43 void gsProjectionMatrix(float fovy, float aspect, float near, float far);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/examples/assembler/cube_lighting/source/
H A Dgs.h43 void gsProjectionMatrix(float fovy, float aspect, float near, float far);

12345678910>>...39