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

/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc254 float eye_xyz_; member in class:Planet
323 eye_xyz_ = 0.0f;
400 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
539 eye_xyz_ = eye_x_ * eye_x_ + eye_y_ * eye_y_ + eye_z_ * eye_z_;
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc302 float eye_xyz_; member in class:Planet
371 eye_xyz_ = 0.0f;
465 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
579 eye_xyz_ = eye_x_ * eye_x_ + eye_y_ * eye_y_ + eye_z_ * eye_z_;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc263 float eye_xyz_; member in class:Planet
348 eye_xyz_ = 0.0f;
438 float planet_xyz_eye_xyz = planet_xyz_ + eye_xyz_;
581 eye_xyz_ = eye_x_ * eye_x_ + eye_y_ * eye_y_ + eye_z_ * eye_z_;

Completed in 129 milliseconds