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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_hint.h20 CRbitvalue lineSmooth[CR_MAX_BITARRAY]; member in struct:__anon16203
37 GLenum lineSmooth; member in struct:__anon16204
H A Dcr_line.h26 GLboolean lineSmooth; member in struct:__anon16212
H A Dcr_attrib.h77 GLboolean lineSmooth; member in struct:__anon16152
162 GLenum lineSmooth; member in struct:__anon16156
177 GLboolean lineSmooth; member in struct:__anon16157
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_hint.c22 h->lineSmooth = GL_DONT_CARE;
23 RESET(hb->lineSmooth, ctx->bitid);
75 h->lineSmooth = mode;
76 DIRTY(hb->lineSmooth, g->neg_bitid);
H A Dstate_line.c18 l->lineSmooth = GL_FALSE;
H A Dstate_attrib.c216 a->enableStack[a->enableStackDepth].lineSmooth = g->line.lineSmooth;
313 a->hintStack[a->hintStackDepth].lineSmooth = g->hint.lineSmooth;
373 a->lineStack[a->lineStackDepth].lineSmooth = g->line.lineSmooth;
667 g->line.lineSmooth = a->enableStack[a->enableStackDepth].lineSmooth;
819 g->hint.lineSmooth = a->hintStack[a->hintStackDepth].lineSmooth;
[all...]
H A Dstate_bits_globalop.h161 _CRSTATE_BITS_OP_SIZEOF(hint.lineSmooth);
H A Dstate_lists.c1017 if (CHECKDIRTY(sb->hint.lineSmooth, negbitID))
1019 CRSTATE_SET_ENUM(hint.lineSmooth, GL_LINE_SMOOTH_HINT);
1056 CRSTATE_SET_ENABLED(line.lineSmooth, GL_LINE_SMOOTH);
H A Dstate_enable.c104 g->line.lineSmooth = val;

Completed in 51 milliseconds