Home
last modified time | relevance | path

Searched defs:__GLXDRIscreenRec (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/glx/
Dglxclient.h114 struct __GLXDRIscreenRec { struct
116 void (*destroyScreen)(struct glx_screen *psc);
118 __GLXDRIdrawable *(*createDrawable)(struct glx_screen *psc,
124 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc,
126 void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
128 int (*getDrawableMSC)(struct glx_screen *psc, __GLXDRIdrawable *pdraw,
130 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
133 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
135 int (*setSwapInterval)(__GLXDRIdrawable *pdraw, int interval);
136 int (*getSwapInterval)(__GLXDRIdrawable *pdraw);
[all …]