Searched defs:__GLXDRIscreenRec (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | glxclient.h | 113 struct __GLXDRIscreenRec { struct 115 void (*destroyScreen)(struct glx_screen *psc); 117 __GLXDRIdrawable *(*createDrawable)(struct glx_screen *psc, 122 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc, 124 void (*copySubBuffer)(__GLXDRIdrawable *pdraw, 126 int (*getDrawableMSC)(struct glx_screen *psc, __GLXDRIdrawable *pdraw, 128 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc, 131 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, 133 int (*setSwapInterval)(__GLXDRIdrawable *pdraw, int interval); 134 int (*getSwapInterval)(__GLXDRIdrawable *pdraw); [all …]
|