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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c232 GLfloat yAspect = 2.5; local in function:Reshape
233 GLfloat xAspect = yAspect * (float) width / (float) height;
239 glFrustum( -xAspect, xAspect, -yAspect, yAspect, 10.0, 30.0 );

Completed in 2 milliseconds