Searched refs:polygonStippleStackDepth (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_attrib.h376 GLint polygonStippleStackDepth; member in struct:__anon16169
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c50 a->polygonStippleStackDepth = 0;
427 crMemcpy( a->polygonStippleStack[a->polygonStippleStackDepth].pattern, g->polygon.stipple, 32*sizeof(GLint) );
428 a->polygonStippleStackDepth++;
1003 if (a->polygonStippleStackDepth == 0)
1008 a->polygonStippleStackDepth--;
1009 crMemcpy( g->polygon.stipple, a->polygonStippleStack[a->polygonStippleStackDepth].pattern, 32*sizeof(GLint) );

Completed in 48 milliseconds