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

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

Completed in 42 milliseconds