Searched refs:eyePos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_current.h55 GLvectorf eyePos; member in struct:__anon16181
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c79 vOut->eyePos.x = INTERPOLATE(t, v0->eyePos.x, v1->eyePos.x);
80 vOut->eyePos.y = INTERPOLATE(t, v0->eyePos.y, v1->eyePos.y);
81 vOut->eyePos.z = INTERPOLATE(t, v0->eyePos.z, v1->eyePos.z);
82 vOut->eyePos
[all...]

Completed in 165 milliseconds