Searched refs:__GLcontext (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglximports.h44 extern void *__glXImpMalloc(__GLcontext *gc, size_t size);
45 extern void *__glXImpCalloc(__GLcontext *gc, size_t nElem, size_t eSize);
46 extern void *__glXImpRealloc(__GLcontext *gc, void *addr, size_t newSize);
47 extern void __glXImpFree(__GLcontext *gc, void *addr);
49 extern void __glXImpWarning(__GLcontext *gc, char *msg);
50 extern void __glXImpFatal(__GLcontext *gc, char *msg);
52 extern char *__glXImpGetenv(__GLcontext *gc, const char *var);
53 extern int __glXImpAtoi(__GLcontext *gc, const char *str);
54 extern int __glXImpSprintf(__GLcontext *gc, char *str, const char *fmt, ...);
55 extern void *__glXImpFopen(__GLcontext *g
[all...]
H A Dxf86glxint.h85 extern GLboolean __MESA_destroyContext(__GLcontext *gc);
86 extern GLboolean __MESA_loseCurrent(__GLcontext *gc);
87 extern GLboolean __MESA_makeCurrent(__GLcontext *gc);
88 extern GLboolean __MESA_shareContext(__GLcontext *gc, __GLcontext *gcShare);
89 extern GLboolean __MESA_copyContext(__GLcontext *dst, const __GLcontext *src,
91 extern GLboolean __MESA_forceCurrent(__GLcontext *gc);
93 extern GLboolean __MESA_notifyResize(__GLcontext *gc);
94 extern void __MESA_notifyDestroy(__GLcontext *g
[all...]
/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...]
/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/mesa-7.2/src/mesa/main/
H A Dcontext.h142 _mesa_notifySwapBuffers(__GLcontext *gc);
H A Dimports.h768 _mesa_warning( __GLcontext *gc, const char *fmtString, ... );
771 _mesa_problem( const __GLcontext *ctx, const char *fmtString, ... );
774 _mesa_error( __GLcontext *ctx, GLenum error, const char *fmtString, ... );
777 _mesa_debug( const __GLcontext *ctx, const char *fmtString, ... );

Completed in 76 milliseconds