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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/
H A Ddri_interface.h61 typedef struct __DRIcontextRec __DRIcontext; typedef in typeref:struct:__DRIcontextRec
223 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
239 void (*setTexBuffer)(__DRIcontext *pDRICtx,
519 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
521 __DRIcontext *shared,
524 int (*copyContext)(__DRIcontext *dest,
525 __DRIcontext *src,
528 void (*destroyContext)(__DRIcontext *context);
530 int (*bindContext)(__DRIcontext *ctx,
534 int (*unbindContext)(__DRIcontext *ct
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Ddri_interface.h67 typedef struct __DRIcontextRec __DRIcontext; typedef in typeref:struct:__DRIcontextRec
217 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
241 void (*setTexBuffer)(__DRIcontext *pDRICtx,
251 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
261 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
303 void (*throttle)(__DRIcontext *ctx,
580 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
582 __DRIcontext *shared,
585 int (*copyContext)(__DRIcontext *dest,
586 __DRIcontext *sr
[all...]

Completed in 48 milliseconds