Home
last modified time | relevance | path

Searched refs:target_sbc (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/glx/apple/
Dglx_empty.c133 int64_t target_sbc, int64_t * ust, in glXWaitForSbcOML() argument
138 (void) target_sbc; in glXWaitForSbcOML()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dglx_empty.c133 int64_t target_sbc, int64_t * ust, in glXWaitForSbcOML() argument
138 (void) target_sbc; in glXWaitForSbcOML()
/external/mesa3d/src/glx/
Ddri2.h100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
Ddri_glx.c759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in driWaitForSBC() argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc); in driWaitForSBC()
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc); in driWaitForSBC()
Ddri2.c673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, in DRI2WaitSBC() argument
687 load_sbc_req(req, target_sbc); in DRI2WaitSBC()
Dglxclient.h124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
Ddri2_glx.c461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument
468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc); in dri2WaitForSBC()
Dglxcmds.c2272 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument
2284 if (target_sbc < 0) in __glXWaitForSbcOML()
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML()
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri2.h100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
Ddri_glx.c759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in driWaitForSBC() argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc); in driWaitForSBC()
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc); in driWaitForSBC()
Ddri2.c673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, in DRI2WaitSBC() argument
687 load_sbc_req(req, target_sbc); in DRI2WaitSBC()
Dglxclient.h124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
Ddri2_glx.c461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument
468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc); in dri2WaitForSBC()
Dglxcmds.c2272 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument
2284 if (target_sbc < 0) in __glXWaitForSbcOML()
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML()
/external/chromium_org/third_party/mesa/src/include/GL/
Dglxext.h820 extern Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust,…
826 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, …
Dwglext.h650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,…
/external/mesa3d/include/GL/
Dglxext.h820 extern Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust,…
826 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, …
Dwglext.h650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,…