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

/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp78 const float frustumHeight = tanf(fovY / 360.0f * M_PI) * nearZ; local
79 const float frustumWidth = frustumHeight * aspectRatio;
80 return frustum(-frustumWidth, frustumWidth, -frustumHeight, frustumHeight, nearZ, farZ);

Completed in 148 milliseconds