/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/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 201 int64_t target_sbc, int64_t *ust,
|
D | loader_dri3_helper.c | 494 int64_t target_sbc, int64_t *ust, in loader_dri3_wait_for_sbc() argument 504 if (!target_sbc) in loader_dri3_wait_for_sbc() 505 target_sbc = draw->send_sbc; in loader_dri3_wait_for_sbc() 507 while (draw->recv_sbc < target_sbc) { in loader_dri3_wait_for_sbc()
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 922 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument 936 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
|
D | dri3_glx.c | 421 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri3_wait_for_sbc() argument 426 return loader_dri3_wait_for_sbc(&priv->loader_drawable, target_sbc, in dri3_wait_for_sbc()
|
D | glxclient.h | 130 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
D | glxcmds.c | 2274 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument 2286 if (target_sbc < 0) in __glXWaitForSbcOML() 2291 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML()
|
D | dri2_glx.c | 492 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 500 split_counter(target_sbc, &target_sbc_hi, &target_sbc_lo); in dri2WaitForSBC()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 677 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, i… 683 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wglext.h | 835 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 842 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 835 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 842 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
D | glxext.h | 691 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, i… 697 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|