Lines Matching defs:__GLXDRIscreenRec
92 struct __GLXDRIscreenRec { struct
94 void (*deinitScreen)(struct glx_screen *psc);
96 __GLXDRIdrawable *(*createDrawable)(struct glx_screen *psc,
102 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc,
104 void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
106 int (*getDrawableMSC)(struct glx_screen *psc, __GLXDRIdrawable *pdraw,
108 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
111 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
113 int (*setSwapInterval)(__GLXDRIdrawable *pdraw, int interval);
114 int (*getSwapInterval)(__GLXDRIdrawable *pdraw);
115 void (*bindTexImage)(__GLXDRIdrawable *pdraw, int buffer, const int *attribs);
117 int maxSwapInterval;