Searched refs:yStep (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtrispd.c33 float yStep; local in function:Display
42 xStep = yStep = sqrt( 2.0 * Size );
50 float vStep = yStep / Height;
53 for (y=1.0, v=0.0f; y<Height-yStep; y+=yStep, v+=vStep) {
61 glVertex2f(x, y+yStep);
71 for (y=1.0; y<Height-yStep; y+=yStep) {
77 glVertex2f(x, y+yStep);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.c280 GLfloat xOrig, yOrig, xStep, yStep, dtemp; local in function:glXUseRotatedXFontMESA
310 yStep = 0;
324 /* xStep, yStep */
326 xStep = -yStep;
327 yStep = dtemp;
336 /* xStep, yStep */
338 yStep = -yStep;
346 /* xStep, yStep */
348 xStep = yStep;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2291 GLint row, yStep; local in function:fallback_copy_texsubimage
2297 yStep = -1;
2301 yStep = 1;
2308 for (row = 0; row < height; row++, srcY += yStep) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2688 GLint row, yStep; local in function:fallback_copy_texsubimage
2694 yStep = -1;
2698 yStep = 1;
2707 for (row = 0; row < height; row++, srcY += yStep) {

Completed in 11 milliseconds