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

  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 248 float planet_xyz_; member in class:Planet
317 planet_xyz_ = 0.0f;
400 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
534 planet_xyz_ = planet_x_ * planet_x_ +
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 296 float planet_xyz_; member in class:Planet
365 planet_xyz_ = 0.0f;
465 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
574 planet_xyz_ = planet_x_ * planet_x_ +
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 257 float planet_xyz_; member in class:Planet
342 planet_xyz_ = 0.0f;
438 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
576 planet_xyz_ = planet_x_ * planet_x_ +

Completed in 65 milliseconds