Searched refs:gear (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dgears.c38 struct gear { struct
47 static struct gear gears[3];
51 * Initialize a gear wheel.
53 * Input: gear - gear to initialize
56 * width - width of gear
61 init_gear(struct gear *gear, GLfloat inner_radius, GLfloat outer_radius, argument
77 gear->vbo = 0;
78 gear
182 draw_gear(const struct gear * gear) argument
298 struct gear *gear = &gears[i]; local in function:gears_fini
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c28 * * Refactor gear drawing.
72 * Struct representing a gear.
74 struct gear { struct
75 /** The array of vertices comprising the gear */
77 /** The number of vertices comprising the gear */
79 /** The array of triangle strips comprising the gear */
81 /** The number of triangle strips comprising the gear */
90 static struct gear *gear1, *gear2, *gear3;
91 /** The current gear rotation angle */
104 * Fills a gear verte
145 struct gear *gear; local in function:create_gear
456 draw_gear(struct gear * gear,GLfloat * transform,GLfloat x,GLfloat y,GLfloat angle,const GLfloat color[4]) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglgears.c42 * Draw a gear wheel. You'll probably want to call this function when
47 * width - width of gear
52 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
264 gear(1.0, 4.0, 1.0, 20, 0.7);
270 gear(0.5, 2.0, 2.0, 10, 0.7);
276 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dpeglgears.c104 * Draw a gear wheel. You'll probably want to call this function when
109 * width - width of gear
114 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
310 gear(1.0, 4.0, 1.0, 20, 0.7);
316 gear(0.5, 2.0, 2.0, 10, 0.7);
322 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dxeglgears.c113 * Draw a gear wheel. You'll probably want to call this function when
118 * width - width of gear
123 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
320 gear(1.0, 4.0, 1.0, 20, 0.7);
326 gear(0.5, 2.0, 2.0, 10, 0.7);
332 gear(1.3, 2.0, 0.5, 10, 0.7);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgearbox.c36 Draw a gear wheel. You'll probably want to call this function when
41 width - width of gear
46 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
425 gear(1.0, 4.0, 1.0, 20, 0.7);
431 gear(0.5, 2.0, 2.0, 10, 0.7);
437 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dgears.c2 * 3-D gear wheels. This program is in the public domain.
38 Draw a gear wheel. You'll probably want to call this function when
43 width - width of gear
50 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
348 gear(1.0, 4.0, 1.0, 20, 0.7);
354 gear(0.5, 2.0, 2.0, 10, 0.7);
360 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dgeartrain.c331 gear (GLint j, char type[], GLfloat radius, GLfloat width, function in typeref:typename:void
966 gear (i, g[i].type, g[i].radius, g[i].width, g[i].teeth, g[i].tooth_depth);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dauxbuffer.c69 * Draw a gear wheel. You'll probably want to call this function when
74 * width - width of gear
79 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
278 gear(1.0, 4.0, 1.0, 20, 0.7);
284 gear(0.5, 2.0, 2.0, 10, 0.7);
290 gear(1.3, 2.0, 0.5, 10, 0.7);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxcontexts.c102 * Draw a gear wheel. You'll probably want to call this function when
107 * width - width of gear
112 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
309 gear(1.0, 4.0, 1.0, 20, 0.7);
315 gear(0.5, 2.0, 2.0, 10, 0.7);
321 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dglxgears.c114 * Draw a gear wheel. You'll probably want to call this function when
119 * width - width of gear
124 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
408 gear(1.0, 4.0, 1.0, 20, 0.7);
414 gear(0.5, 2.0, 2.0, 10, 0.7);
420 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dglxgears_fbconfig.c103 * Draw a gear wheel. You'll probably want to call this function when
108 * width - width of gear
113 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
306 gear(1.0, 4.0, 1.0, 20, 0.7);
312 gear(0.5, 2.0, 2.0, 10, 0.7);
318 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dglxgears_pixmap.c99 * Draw a gear wheel. You'll probably want to call this function when
104 * width - width of gear
109 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
306 gear(1.0, 4.0, 1.0, 20, 0.7);
312 gear(0.5, 2.0, 2.0, 10, 0.7);
318 gear(1.3, 2.0, 0.5, 10, 0.7);
H A Dmultictx.c78 * Draw a gear wheel. You'll probably want to call this function when
83 * width - width of gear
88 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
347 gear(1.0, 4.0, 1.0, 20, 0.7);
370 gear(1.5, 3.0, 1.5, 16, 0.7);
H A Dglxswapcontrol.c128 * Draw a gear wheel. You'll probably want to call this function when
133 * width - width of gear
138 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, function in typeref:typename:void
397 gear(1.0, 4.0, 1.0, 20, 0.7);
403 gear(0.5, 2.0, 2.0, 10, 0.7);
409 gear(1.3, 2.0, 0.5, 10, 0.7);
/xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/
H A Dfont-awesome.css4 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url("specimen/FontAwesome.woff2") format("woff2"),url("specimen/FontAwesome.woff") format("woff"),url("specimen/FontAwesome.ttf") format("truetype")}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:" (…)

Completed in 18 milliseconds