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

/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; local
234 GLfloat frustum_w = frustum_h * aspect;
235 Frustum(-frustum_w, frustum_w, -frustum_h, frustum_h, near_z, far_z);
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; local
218 GLfloat frustum_w = frustum_h * aspect;
219 Frustum(-frustum_w, frustum_w, -frustum_h, frustum_h, near_z, far_z);
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; local
234 GLfloat frustum_w = frustum_h * aspect;
235 Frustum(-frustum_w, frustum_w, -frustum_h, frustum_h, near_z, far_z);

Completed in 376 milliseconds