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

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

Completed in 42 milliseconds