Home | History | Annotate | Download | only in internal

Lines Matching defs:__DRIcontext

67 typedef struct __DRIcontextRec		__DRIcontext;
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 *src,
589 void (*destroyContext)(__DRIcontext *context);
591 int (*bindContext)(__DRIcontext *ctx,
595 int (*unbindContext)(__DRIcontext *ctx);
668 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
671 __DRIcontext *shared,
697 __DRIcontext *(*createNewContextForAPI)(__DRIscreen *screen,
700 __DRIcontext *shared,
710 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
713 __DRIcontext *shared,
870 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
872 __DRIcontext *shared,
878 __DRIcontext *(*createNewContextForAPI)(__DRIscreen *screen,
881 __DRIcontext *shared,
899 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
902 __DRIcontext *shared,
1009 __DRIimage *(*createImageFromRenderbuffer)(__DRIcontext *context,