Searched refs:yBase (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexgenmix.c536 float yBase = (float) winHeight * 0.01; local in function:display
537 float yOffset = (winHeight - yBase) / numY;
538 float ySize = max( yOffset - yBase, 1 );
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtexenv.c692 float yBase = (float) winHeight * 0.01; local in function:display
693 float yOffset = (winHeight - yBase) / numY;
694 float ySize = max( yOffset - yBase, 1 );

Completed in 3 milliseconds