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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/
H A Dglcore.h41 typedef struct __GLcontextRec __GLcontext; typedef in typeref:struct:__GLcontextRec
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h49 typedef struct __GLcontextRec __GLcontext; typedef in typeref:struct:__GLcontextRec
385 void (*lockDP)(__GLdrawablePrivate *glPriv, __GLcontext *gc);
427 void * (*malloc)(__GLcontext *gc, size_t size);
428 void *(*calloc)(__GLcontext *gc, size_t numElem, size_t elemSize);
429 void *(*realloc)(__GLcontext *gc, void *oldAddr, size_t newSize);
430 void (*free)(__GLcontext *gc, void *addr);
433 void (*warning)(__GLcontext *gc, char *fmt);
434 void (*fatal)(__GLcontext *gc, char *fmt);
437 char *(CAPI *getenv)(__GLcontext *gc, const char *var);
438 int (CAPI *atoi)(__GLcontext *g
[all...]

Completed in 63 milliseconds