Home
last modified time | relevance | path

Searched refs:tooth_depth (Results 1 – 25 of 82) sorted by relevance

1234

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/
H A DGearsObjectES1.java42 …final float outer_radius, final float width, final int teeth, final float tooth_depth, final boole… in GearsObjectES1() argument
43 …useMappedBuffers, gearColor, inner_radius, outer_radius, width, teeth, tooth_depth, validateBuffer… in GearsObjectES1()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengles1/
H A Dgears.c62 GLfloat width, GLint teeth, GLfloat tooth_depth) in init_gear() argument
71 r1 = outer_radius - tooth_depth / 2.0; in init_gear()
72 r2 = outer_radius + tooth_depth / 2.0; in init_gear()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengl/
H A Deglgears.c53 GLint teeth, GLfloat tooth_depth) in gear() argument
61 r1 = outer_radius - tooth_depth / 2.0; in gear()
62 r2 = outer_radius + tooth_depth / 2.0; in gear()
H A Dpeglgears.c115 GLint teeth, GLfloat tooth_depth) in gear() argument
123 r1 = outer_radius - tooth_depth / 2.0; in gear()
124 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengles1/
H A Dgears.c62 GLfloat width, GLint teeth, GLfloat tooth_depth) in init_gear() argument
71 r1 = outer_radius - tooth_depth / 2.0; in init_gear()
72 r2 = outer_radius + tooth_depth / 2.0; in init_gear()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengl/
H A Deglgears.c53 GLint teeth, GLfloat tooth_depth) in gear() argument
61 r1 = outer_radius - tooth_depth / 2.0; in gear()
62 r2 = outer_radius + tooth_depth / 2.0; in gear()
H A Dpeglgears.c115 GLint teeth, GLfloat tooth_depth) in gear() argument
123 r1 = outer_radius - tooth_depth / 2.0; in gear()
124 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/
H A DGearsObjectES2.java50 …final float tooth_depth, final PMVMatrix pmvMatrix, final GLUniformData pmvMatrixUniform, final GL… in GearsObjectES2() argument
52 …useMappedBuffers, gearColor, inner_radius, outer_radius, width, teeth, tooth_depth, validateBuffer… in GearsObjectES2()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/examples/
H A Dgears.c52 GLint teeth, GLfloat tooth_depth) in gear() argument
60 r1 = outer_radius - tooth_depth / 2.f; in gear()
61 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dgears.c57 GLint teeth, GLfloat tooth_depth) in gear() argument
65 r1 = outer_radius - tooth_depth / 2.f; in gear()
66 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/examples/
H A Dgears.c51 GLint teeth, GLfloat tooth_depth) in gear() argument
59 r1 = outer_radius - tooth_depth / 2.f; in gear()
60 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/examples/
H A Dgears.c51 GLint teeth, GLfloat tooth_depth) in gear() argument
59 r1 = outer_radius - tooth_depth / 2.f; in gear()
60 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/graphics/glfw/glfw-3.3.4/examples/
H A Dgears.c52 GLint teeth, GLfloat tooth_depth) in gear() argument
60 r1 = outer_radius - tooth_depth / 2.f; in gear()
61 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/examples/
H A Dgears.c51 GLint teeth, GLfloat tooth_depth) in gear() argument
59 r1 = outer_radius - tooth_depth / 2.f; in gear()
60 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/examples/
H A Dgears.c52 GLint teeth, GLfloat tooth_depth) in gear() argument
60 r1 = outer_radius - tooth_depth / 2.f; in gear()
61 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/games/craft/Craft-1.0fbsd/deps/glfw/examples/
H A Dgears.c53 GLint teeth, GLfloat tooth_depth) in gear() argument
61 r1 = outer_radius - tooth_depth / 2.f; in gear()
62 r2 = outer_radius + tooth_depth / 2.f; in gear()
/dports/graphics/glfw2/glfw-2.7.9/support/d/examples/
H A Dgears.d45 GLint teeth, GLfloat tooth_depth) in gear() argument
53 r1 = outer_radius - tooth_depth / 2.0; in gear()
54 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/examples/
H A Dgears.cc139 GLfloat tooth_depth);
256 GLfloat tooth_depth) in gear() argument
264 r1 = outer_radius - tooth_depth / 2.0; in gear()
265 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/opengl/
H A DGears.java240 …vate void gear(float inner_radius, float outer_radius, float width, int teeth, float tooth_depth) { in gear() argument
247 r1 = outer_radius - tooth_depth / 2.0f; in gear()
248 r2 = outer_radius + tooth_depth / 2.0f; in gear()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/opengl/awt/
H A DAWTGearsCanvas.java211 …vate void gear(float inner_radius, float outer_radius, float width, int teeth, float tooth_depth) { in gear() argument
218 r1 = outer_radius - tooth_depth / 2.0f; in gear()
219 r2 = outer_radius + tooth_depth / 2.0f; in gear()
/dports/cad/netgen/netgen-6.2.2105/ng/Togl-1.7/
H A Dgears.c44 GLint teeth, GLfloat tooth_depth) in gear() argument
52 r1 = outer_radius - tooth_depth / 2.0; in gear()
53 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dgears.c51 GLint teeth, GLfloat tooth_depth) in gear() argument
59 r1 = outer_radius - tooth_depth / 2.0; in gear()
60 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dgears.c51 GLint teeth, GLfloat tooth_depth) in gear() argument
59 r1 = outer_radius - tooth_depth / 2.0; in gear()
60 r2 = outer_radius + tooth_depth / 2.0; in gear()
/dports/graphics/blender/blender-2.91.0/intern/ghost/test/gears/
H A DGHOST_C-Test.c69 GLfloat inner_radius, GLfloat outer_radius, GLfloat width, GLint teeth, GLfloat tooth_depth) in gearGL() argument
78 r1 = (float)(outer_radius - tooth_depth / 2.0); in gearGL()
79 r2 = (float)(outer_radius + tooth_depth / 2.0); in gearGL()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/applet/
H A DGearsApplet.java307 …vate void gear(float inner_radius, float outer_radius, float width, int teeth, float tooth_depth) { in gear() argument
314 r1 = outer_radius - tooth_depth / 2.0f; in gear()
315 r2 = outer_radius + tooth_depth / 2.0f; in gear()

1234