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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_polygon.h37 GLenum frontMode; member in struct:__anon16225
H A Dcr_attrib.h222 GLenum frontMode; member in struct:__anon16161
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_polygon.c34 p->frontMode = GL_FILL;
126 p->frontMode = mode;
129 p->frontMode = mode;
H A Dstate_lists.c1183 val[0] = g->polygon.frontMode;
1186 CRSTATE_SET_CAP(polygon.frontMode, val[0], "%#x");
H A Dstate_attrib.c414 a->polygonStack[a->polygonStackDepth].frontMode = g->polygon.frontMode;
986 g->polygon.frontMode = a->polygonStack[a->polygonStackDepth].frontMode;
H A Dstate_feedback.c748 switch (p->frontMode) {
819 (g->current.mode == GL_POLYGON && g->polygon.frontMode == GL_LINE))

Completed in 58 milliseconds