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

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

Completed in 42 milliseconds