Searched refs:polygonStipple (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_polygon.h31 GLboolean polygonStipple; member in struct:__anon16225
H A Dcr_attrib.h93 GLboolean polygonStipple; member in struct:__anon16152
216 GLboolean polygonStipple; member in struct:__anon16161
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_polygon.c24 p->polygonStipple = GL_FALSE;
H A Dstate_attrib.c236 a->enableStack[a->enableStackDepth].polygonStipple = g->polygon.polygonStipple;
417 a->polygonStack[a->polygonStackDepth].polygonStipple = g->polygon.polygonStipple;
687 g->polygon.polygonStipple = a->enableStack[a->enableStackDepth].polygonStipple;
989 g->polygon.polygonStipple = a->polygonStack[a->polygonStackDepth].polygonStipple;
H A Dstate_enable.c154 g->polygon.polygonStipple = val;
H A Dstate_lists.c1168 CRSTATE_SET_ENABLED(polygon.polygonStipple, GL_POLYGON_STIPPLE);

Completed in 54 milliseconds