HomeSort by relevance Sort by last modified time
    Searched refs:frustum_h (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 234 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; local
235 GLfloat frustum_w = frustum_h * aspect;
236 Frustum(-frustum_w, frustum_w, -frustum_h, frustum_h, near_z, far_z);
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 217 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/
spinning_cube.cc 233 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 78 milliseconds