Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxclient.h101 struct __GLXDRIscreenRec { struct
103 void (*destroyScreen)(struct glx_screen *psc);
105 struct glx_context *(*createContext)(struct glx_screen *psc,
110 __GLXDRIdrawable *(*createDrawable)(struct glx_screen *psc,
115 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc,
117 void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
119 int (*getDrawableMSC)(struct glx_screen *psc, __GLXDRIdrawable *pdraw,
121 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
126 int (*setSwapInterval)(__GLXDRIdrawable *pdraw, int interval);
[all …]