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

/external/mesa3d/src/mesa/main/
H A Dmtypes.h77 struct gl_context;
2621 void (*Delete)(struct gl_context *ctx, struct gl_renderbuffer *rb);
2624 GLboolean (*AllocStorage)(struct gl_context *ctx,
3131 #define _NEW_MODELVIEW (1 << 0) /**< gl_context::ModelView */
3132 #define _NEW_PROJECTION (1 << 1) /**< gl_context::Projection */
3133 #define _NEW_TEXTURE_MATRIX (1 << 2) /**< gl_context::TextureMatrix */
3134 #define _NEW_COLOR (1 << 3) /**< gl_context::Color */
3135 #define _NEW_DEPTH (1 << 4) /**< gl_context::Depth */
3136 #define _NEW_EVAL (1 << 5) /**< gl_context::Eval, EvalMap */
3137 #define _NEW_FOG (1 << 6) /**< gl_context
3384 struct gl_context struct
[all...]

Completed in 606 milliseconds