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

/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc232 void Perspective(float fov_y, float aspect, float near_z, float far_z) { argument
233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc216 void Perspective(float fov_y, float aspect, float near_z, float far_z) { argument
217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc232 void Perspective(float fov_y, float aspect, float near_z, float far_z) { argument
233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;

Completed in 2055 milliseconds