#include <dri_interface.h>
__DRIscreenRec::createContext call.
Definition at line 350 of file dri_interface.h.
Data Fields | |
| GLboolean(* | bindContext )(__DRInativeDisplay *dpy, int scrn, __DRIid draw, __DRIid read, __DRIcontext *ctx) |
| Method to bind a DRI drawable to a DRI graphics context. | |
| void(* | destroyContext )(__DRInativeDisplay *dpy, int scrn, void *contextPrivate) |
| Method to destroy the private DRI context data. | |
| const __GLcontextModes * | mode |
| Pointer to the mode used to create this context. | |
| const __GLcontextModes * | mode |
| Pointer to the mode used to create this context. | |
| void * | private |
| Opaque pointer to private per context direct rendering data. | |
| void * | private |
| Opaque pointer to private per context direct rendering data. | |
| GLboolean(* | unbindContext )(__DRInativeDisplay *dpy, int scrn, __DRIid draw, __DRIid read, __DRIcontext *ctx) |
| Method to unbind a DRI drawable from a DRI graphics context. | |
| GLboolean(* __DRIcontextRec::bindContext)(__DRInativeDisplay *dpy, int scrn, __DRIid draw, __DRIid read, __DRIcontext *ctx) | ( | __DRInativeDisplay * | dpy, | |
| int | scrn, | |||
| __DRIid | draw, | |||
| __DRIid | read, | |||
| __DRIcontext * | ctx | |||
| ) |
| void(* __DRIcontextRec::destroyContext)(__DRInativeDisplay *dpy, int scrn, void *contextPrivate) | ( | __DRInativeDisplay * | dpy, | |
| int | scrn, | |||
| void * | contextPrivate | |||
| ) |
| void* __DRIcontextRec::private |
NULL if direct rendering is not supported on the display or screen used to create this context. Never dereferenced in libGL.
Definition at line 361 of file internal/dri_interface.h.
| void* __DRIcontextRec::private |
NULL if direct rendering is not supported on the display or screen used to create this context. Never dereferenced in libGL.
Definition at line 361 of file dri_interface.h.
| GLboolean(* __DRIcontextRec::unbindContext)(__DRInativeDisplay *dpy, int scrn, __DRIid draw, __DRIid read, __DRIcontext *ctx) | ( | __DRInativeDisplay * | dpy, | |
| int | scrn, | |||
| __DRIid | draw, | |||
| __DRIid | read, | |||
| __DRIcontext * | ctx | |||
| ) |
1.5.3