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

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

Completed in 2 milliseconds