Searched defs:GLcontext (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; typedef in typeref:struct:__GLcontextRec
938 void (*Execute)( GLcontext *ctx, void *data );
939 void (*Destroy)( GLcontext *ctx, void *data );
940 void (*Print)( GLcontext *ctx, void *data );
1260 GLcontext *ctx, GLuint dims, \
1555 GLcontext *ctx;
2271 GLboolean (*AllocStorage)(GLcontext *ctx, struct gl_renderbuffer *rb,
2277 void (*Lock)(GLcontext *ctx, struct gl_renderbuffer *rb);
2278 void (*Unlock)(GLcontext *ctx, struct gl_renderbuffer *rb);
2284 void *(*GetPointer)(GLcontext *ct
[all...]

Completed in 790 milliseconds