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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_hint.h18 CRbitvalue perspectiveCorrection[CR_MAX_BITARRAY]; member in struct:__anon16203
35 GLenum perspectiveCorrection; member in struct:__anon16204
H A Dcr_attrib.h160 GLenum perspectiveCorrection; member in struct:__anon16156
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_hint.c18 h->perspectiveCorrection = GL_DONT_CARE;
19 RESET(hb->perspectiveCorrection, ctx->bitid);
67 h->perspectiveCorrection = mode;
68 DIRTY(hb->perspectiveCorrection, g->neg_bitid);
H A Dstate_bits_globalop.h159 _CRSTATE_BITS_OP_SIZEOF(hint.perspectiveCorrection);
H A Dstate_attrib.c311 a->hintStack[a->hintStackDepth].perspectiveCorrection = g->hint.perspectiveCorrection;
817 g->hint.perspectiveCorrection = a->hintStack[a->hintStackDepth].perspectiveCorrection;
823 DIRTY(sb->hint.perspectiveCorrection, g->neg_bitid);
H A Dstate_lists.c1007 if (CHECKDIRTY(sb->hint.perspectiveCorrection, negbitID))
1009 CRSTATE_SET_ENUM(hint.perspectiveCorrection, GL_PERSPECTIVE_CORRECTION_HINT);

Completed in 52 milliseconds