/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 133 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/ |
D | glx_empty.c | 133 int64_t target_sbc, int64_t * ust, in glXWaitForSbcOML() argument 138 (void) target_sbc; in glXWaitForSbcOML()
|
/external/mesa3d/src/glx/ |
D | dri2.h | 100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
|
D | dri_glx.c | 759 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()
|
D | dri2.c | 673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, in DRI2WaitSBC() argument 687 load_sbc_req(req, target_sbc); in DRI2WaitSBC()
|
D | glxclient.h | 124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
D | dri2_glx.c | 461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc); in dri2WaitForSBC()
|
D | glxcmds.c | 2272 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/ |
D | dri2.h | 100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
|
D | dri_glx.c | 759 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()
|
D | dri2.c | 673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, in DRI2WaitSBC() argument 687 load_sbc_req(req, target_sbc); in DRI2WaitSBC()
|
D | glxclient.h | 124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
D | dri2_glx.c | 461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc); in dri2WaitForSBC()
|
D | glxcmds.c | 2272 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/ |
D | glxext.h | 820 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, …
|
D | wglext.h | 650 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/ |
D | glxext.h | 820 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, …
|
D | wglext.h | 650 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,…
|