Searched refs:glOrtho (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dhello.c75 glOrtho(0.0, 1.0, 0.0, 1.0, -1.0, 1.0);
H A Dbezcurve.c82 glOrtho(-5.0, 5.0, -5.0*(GLfloat)h/(GLfloat)w,
85 glOrtho(-5.0*(GLfloat)w/(GLfloat)h,
H A Dbezmesh.c128 glOrtho(-4.0, 4.0, -4.0 * (GLfloat) h / (GLfloat) w,
131 glOrtho(-4.0 * (GLfloat) w / (GLfloat) h,
H A Dlight.c81 glOrtho (-1.5, 1.5, -1.5*(GLfloat)h/(GLfloat)w,
84 glOrtho (-1.5*(GLfloat)w/(GLfloat)h,
H A Dmodel.c95 glOrtho (-50.0, 50.0, -50.0*(GLfloat)h/(GLfloat)w,
98 glOrtho (-50.0*(GLfloat)w/(GLfloat)h,
H A Dsccolorlight.c104 glOrtho (-2.5, 2.5, -2.5*(GLfloat)h/(GLfloat)w,
107 glOrtho (-2.5*(GLfloat)w/(GLfloat)h,
H A Dscene.c104 glOrtho (-2.5, 2.5, -2.5*(GLfloat)h/(GLfloat)w,
107 glOrtho (-2.5*(GLfloat)w/(GLfloat)h,
H A Dscenebamb.c103 glOrtho (-2.5, 2.5, -2.5*(GLfloat)h/(GLfloat)w,
106 glOrtho (-2.5*(GLfloat)w/(GLfloat)h,
H A Dsceneflat.c103 glOrtho (-2.5, 2.5, -2.5*(GLfloat)h/(GLfloat)w,
106 glOrtho (-2.5*(GLfloat)w/(GLfloat)h,
H A Dcolormat.c84 glOrtho (-1.5, 1.5, -1.5*(GLfloat)h/(GLfloat)w,
87 glOrtho (-1.5*(GLfloat)w/(GLfloat)h,
H A Dfogindex.c114 glOrtho(-2.0, 2.0, -2.0 * (GLfloat) h / (GLfloat) w,
117 glOrtho(-2.0 * (GLfloat) w / (GLfloat) h,
H A Dplane.c134 glOrtho (-1.5, 1.5, -1.5*(GLdouble)h/(GLdouble)w,
137 glOrtho (-1.5*(GLdouble)w/(GLdouble)h,
H A Dteaambient.c124 glOrtho(-4.0, 4.0, -4.0 * (GLfloat) h / (GLfloat) w,
127 glOrtho(-4.0 * (GLfloat) w / (GLfloat) h,
H A Daccanti.c146 glOrtho (-2.25, 2.25, -2.25*h/w, 2.25*h/w, -10.0, 10.0);
148 glOrtho (-2.25*w/h, 2.25*w/h, -2.25, 2.25, -10.0, 10.0);
H A Dalpha3D.c122 glOrtho (-1.5, 1.5, -1.5*(GLfloat)h/(GLfloat)w,
125 glOrtho (-1.5*(GLfloat)w/(GLfloat)h,
H A Dfog.c155 glOrtho(-6.0, 6.0, -2.0 * ((GLfloat) h * 3) / (GLfloat) w,
158 glOrtho(-6.0 * (GLfloat) w / ((GLfloat) h * 3),
H A Dpickdepth.c158 glOrtho(0.0, 8.0, 0.0, 8.0, -0.5, 2.5);
181 glOrtho(0.0, 8.0, 0.0, 8.0, -0.5, 2.5);
H A Dquadric.c153 glOrtho(-2.5, 2.5, -2.5*(GLfloat)h/(GLfloat)w,
156 glOrtho(-2.5*(GLfloat)w/(GLfloat)h,
H A Dteapots.c183 glOrtho(0.0, 16.0, 0.0, 18.0 * (GLfloat) h / (GLfloat) w,
186 glOrtho(0.0, 16.0 * (GLfloat) w / (GLfloat) h, 0.0, 18.0,
H A Dtexturesurf.c121 glOrtho(-4.0, 4.0, -4.0*(GLfloat)h/(GLfloat)w,
124 glOrtho(-4.0*(GLfloat)w/(GLfloat)h,
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-z-clip.c18 glOrtho(-1.0, 1.0, -1.0, 1.0, 2.0, 10.0);
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dshowbuffer.c69 glOrtho(0.0, (GLdouble) winWidth, 0.0, (GLdouble) winHeight, -1.0, 1.0);
120 glOrtho(0.0, (GLdouble) winWidth, 0.0, (GLdouble) winHeight, -1.0, 1.0);
172 glOrtho(0.0, (GLdouble) winWidth, 0.0, (GLdouble) winHeight, -1.0, 1.0);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dvpeval.c201 glOrtho(-4.0, 4.0, -4.0 * (GLfloat) h / (GLfloat) w,
204 glOrtho(-4.0 * (GLfloat) w / (GLfloat) h,
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A Dpoint-position.c47 glOrtho(-1.0, 1.0, -1.0, 1.0, -0.5, 1000.0);
H A Dtri-depth.c49 glOrtho(-1.0, 1.0, -1.0, 1.0, -0.5, 1000.0);

Completed in 17 milliseconds

1234567891011>>