• Home
  • Raw
  • Download

Lines Matching refs:__DRIcontext

64 typedef struct __DRIcontextRec		__DRIcontext;  typedef
221 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
245 void (*setTexBuffer)(__DRIcontext *pDRICtx,
257 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
269 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
320 void (*flush_with_flags)(__DRIcontext *ctx,
337 void (*throttle)(__DRIcontext *ctx,
391 void *(*create_fence)(__DRIcontext *ctx);
413 GLboolean (*client_wait_sync)(__DRIcontext *ctx, void *fence,
428 void (*server_wait_sync)(__DRIcontext *ctx, void *fence, unsigned flags);
451 void *(*create_fence_fd)(__DRIcontext *ctx, int fd);
483 int (*query_device_info)(__DRIcontext *ctx,
487 int (*export_object)(__DRIcontext *ctx,
902 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
904 __DRIcontext *shared,
907 int (*copyContext)(__DRIcontext *dest,
908 __DRIcontext *src,
911 void (*destroyContext)(__DRIcontext *context);
913 int (*bindContext)(__DRIcontext *ctx,
917 int (*unbindContext)(__DRIcontext *ctx);
990 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
993 __DRIcontext *shared,
1019 __DRIcontext *(*createNewContextForAPI)(__DRIscreen *screen,
1022 __DRIcontext *shared,
1032 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
1035 __DRIcontext *shared,
1069 typedef __DRIcontext *
1073 __DRIcontext *shared,
1277 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
1279 __DRIcontext *shared,
1285 __DRIcontext *(*createNewContextForAPI)(__DRIscreen *screen,
1288 __DRIcontext *shared,
1513 __DRIimage *(*createImageFromRenderbuffer)(__DRIcontext *context,
1574 __DRIimage *(*createImageFromTexture)(__DRIcontext *context,
1620 void (*blitImage)(__DRIcontext *context, __DRIimage *dst, __DRIimage *src,
1648 void *(*mapImage)(__DRIcontext *context, __DRIimage *image,
1657 void (*unmapImage)(__DRIcontext *context, __DRIimage *image, void *data);
1773 __DRIimage *(*createImageFromRenderbuffer2)(__DRIcontext *context,