HomeSort by relevance Sort by last modified time
    Searched defs:__GLXDRIdrawable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 89 typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
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);
127 int (*getSwapInterval)(__GLXDRIdrawable *pdraw);
132 void (*destroyDrawable) (__GLXDRIdrawable * drawable)
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 89 typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
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);
127 int (*getSwapInterval)(__GLXDRIdrawable *pdraw);
132 void (*destroyDrawable) (__GLXDRIdrawable * drawable)
    [all...]

Completed in 60 milliseconds