Searched refs:farClip (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_viewport.c40 v->farClip = 1.0;
55 p->z = (GLfloat) ((p->z+1.0f)*((v->farClip - v->nearClip) / 2.0f) + v->nearClip);
121 v->farClip = zfar;
124 if (v->farClip < 0.0) v->farClip = 0.0;
125 if (v->farClip > 1.0) v->farClip = 1.0;
H A Dstate_lists.c811 value[1] = g->viewport.farClip;
814 CRSTATE_SET_CAP(viewport.farClip, value[1], "%f");
H A Dstate_attrib.c507 a->viewportStack[a->viewportStackDepth].farClip = g->viewport.farClip;
1165 g->viewport.farClip = a->viewportStack[a->viewportStackDepth].farClip;
H A Dstate_feedback.c61 Q.z = (GLfloat) (((P.z / P.w) + 1.0) * (VP.farClip - VP.nearClip) / 2.0 + VP.nearClip);\
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_viewport.h31 GLclampd farClip; member in struct:__anon16250
H A Dcr_attrib.h327 GLclampd farClip; member in struct:__anon16168

Completed in 57 milliseconds