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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_hint.h19 CRbitvalue pointSmooth[CR_MAX_BITARRAY]; member in struct:__anon16203
36 GLenum pointSmooth; member in struct:__anon16204
H A Dcr_point.h36 GLboolean pointSmooth; member in struct:__anon16223
H A Dcr_attrib.h84 GLboolean pointSmooth; member in struct:__anon16152
161 GLenum pointSmooth; member in struct:__anon16156
203 GLboolean pointSmooth; member in struct:__anon16160
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_hint.c20 h->pointSmooth = GL_DONT_CARE;
21 RESET(hb->pointSmooth, ctx->bitid);
79 h->pointSmooth = mode;
80 DIRTY(hb->pointSmooth, g->neg_bitid);
H A Dstate_point.c18 p->pointSmooth = GL_FALSE;
220 if (from->pointSmooth != to->pointSmooth)
222 able[to->pointSmooth](GL_POINT_SMOOTH);
223 from->pointSmooth = to->pointSmooth;
331 if (from->pointSmooth != to->pointSmooth)
333 able[to->pointSmooth](GL_POINT_SMOOTH);
H A Dstate_attrib.c226 a->enableStack[a->enableStackDepth].pointSmooth = g->point.pointSmooth;
312 a->hintStack[a->hintStackDepth].pointSmooth = g->hint.pointSmooth;
400 a->pointStack[a->pointStackDepth].pointSmooth = g->point.pointSmooth;
677 g->point.pointSmooth = a->enableStack[a->enableStackDepth].pointSmooth;
818 g->hint.pointSmooth = a->hintStack[a->hintStackDepth].pointSmooth;
[all...]
H A Dstate_bits_globalop.h160 _CRSTATE_BITS_OP_SIZEOF(hint.pointSmooth);
H A Dstate_lists.c1012 if (CHECKDIRTY(sb->hint.pointSmooth, negbitID))
1014 CRSTATE_SET_ENUM(hint.pointSmooth, GL_POINT_SMOOTH_HINT);
1093 CRSTATE_SET_ENABLED(point.pointSmooth, GL_POINT_SMOOTH);
H A Dstate_enable.c129 g->point.pointSmooth = val;

Completed in 65 milliseconds