Searched refs:frontFace (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_polygon.h36 GLenum frontFace; member in struct:__anon16225
H A Dcr_attrib.h221 GLenum frontFace; member in struct:__anon16161
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_polygon.c33 p->frontFace = GL_CCW;
96 p->frontFace = mode;
H A Dstate_attrib.c413 a->polygonStack[a->polygonStackDepth].frontFace = g->polygon.frontFace;
985 g->polygon.frontFace = a->polygonStack[a->polygonStackDepth].frontFace;
H A Dstate_lists.c1181 CRSTATE_SET_ENUM(polygon.frontFace, GL_FRONT_FACE);

Completed in 58 milliseconds