Searched refs:polygonSmooth (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_hint.h21 CRbitvalue polygonSmooth[CR_MAX_BITARRAY]; member in struct:__anon16203
38 GLenum polygonSmooth; member in struct:__anon16204
H A Dcr_polygon.h27 GLboolean polygonSmooth; member in struct:__anon16225
H A Dcr_attrib.h92 GLboolean polygonSmooth; member in struct:__anon16152
163 GLenum polygonSmooth; member in struct:__anon16156
212 GLboolean polygonSmooth; member in struct:__anon16161
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_hint.c24 h->polygonSmooth = GL_DONT_CARE;
25 RESET(hb->polygonSmooth, ctx->bitid);
83 h->polygonSmooth = mode;
84 DIRTY(hb->polygonSmooth, g->neg_bitid);
H A Dstate_polygon.c20 p->polygonSmooth = GL_FALSE;
H A Dstate_attrib.c235 a->enableStack[a->enableStackDepth].polygonSmooth = g->polygon.polygonSmooth;
314 a->hintStack[a->hintStackDepth].polygonSmooth = g->hint.polygonSmooth;
416 a->polygonStack[a->polygonStackDepth].polygonSmooth = g->polygon.polygonSmooth;
686 g->polygon.polygonSmooth = a->enableStack[a->enableStackDepth].polygonSmooth;
820 g->hint.polygonSmooth = a->hintStack[a->hintStackDepth].polygonSmooth;
[all...]
H A Dstate_bits_globalop.h162 _CRSTATE_BITS_OP_SIZEOF(hint.polygonSmooth);
H A Dstate_lists.c1022 if (CHECKDIRTY(sb->hint.polygonSmooth, negbitID))
1024 CRSTATE_SET_ENUM(hint.polygonSmooth, GL_POINT_SMOOTH_HINT);
1164 CRSTATE_SET_ENABLED(polygon.polygonSmooth, GL_POLYGON_SMOOTH);
H A Dstate_enable.c149 g->polygon.polygonSmooth = val;

Completed in 87 milliseconds