Searched defs:__GLcontextRec (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h129 typedef struct __GLcontextRec GLcontext;
2656 * \sa __GLcontextRec::ImageTransferState.
2695 #define _NEW_MODELVIEW 0x1 /**< __GLcontextRec::ModelView */
2696 #define _NEW_PROJECTION 0x2 /**< __GLcontextRec::Projection */
2697 #define _NEW_TEXTURE_MATRIX 0x4 /**< __GLcontextRec::TextureMatrix */
2698 #define _NEW_COLOR_MATRIX 0x8 /**< __GLcontextRec::ColorMatrix */
2699 #define _NEW_ACCUM 0x10 /**< __GLcontextRec::Accum */
2700 #define _NEW_COLOR 0x20 /**< __GLcontextRec::Color */
2701 #define _NEW_DEPTH 0x40 /**< __GLcontextRec::Depth */
2702 #define _NEW_EVAL 0x80 /**< __GLcontextRec
2910 struct __GLcontextRec struct
[all...]

Completed in 72 milliseconds