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

/external/mesa3d/src/mesa/main/
H A Dmtypes.h84 struct gl_context;
3160 void (*Delete)(struct gl_context *ctx, struct gl_renderbuffer *rb);
3163 GLboolean (*AllocStorage)(struct gl_context *ctx,
4050 #define _NEW_MODELVIEW (1u << 0) /**< gl_context::ModelView */
4051 #define _NEW_PROJECTION (1u << 1) /**< gl_context::Projection */
4052 #define _NEW_TEXTURE_MATRIX (1u << 2) /**< gl_context::TextureMatrix */
4053 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */
4054 #define _NEW_DEPTH (1u << 4) /**< gl_context::Depth */
4055 #define _NEW_EVAL (1u << 5) /**< gl_context::Eval, EvalMap */
4056 #define _NEW_FOG (1u << 6) /**< gl_context
4369 struct gl_context struct
[all...]

Completed in 122 milliseconds