Searched defs:toZ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_current.c176 const GLfloat toZ = to->rasterAttrib[VERT_ATTRIB_POS][2]; local
177 if (toX != fromX || toY != fromY || toZ != fromZ) {
319 const GLfloat toZ = to->rasterAttrib[VERT_ATTRIB_POS][2]; local
320 if (toX != fromX || toY != fromY || toZ != fromZ) {
325 from->rasterAttrib[VERT_ATTRIB_POS][2] = toZ;

Completed in 43 milliseconds