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

/external/mesa3d/include/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 124 milliseconds