Home
last modified time | relevance | path

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

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