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

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c505 GLfloat xmin, xmax, ymin, ymax; local
507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
508 ymin = -ymax;
510 xmax = ymax * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),

Completed in 22 milliseconds