Home
last modified time | relevance | path

Searched refs:target_sbc (Results 1 – 12 of 12) 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/mesa3d/src/loader/
Dloader_dri3_helper.h201 int64_t target_sbc, int64_t *ust,
Dloader_dri3_helper.c494 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/
Dg_glxglvnddispatchfuncs.c922 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument
936 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
Ddri3_glx.c421 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()
Dglxclient.h130 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
Dglxcmds.c2274 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()
Ddri2_glx.c492 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/
Dglxext.h677 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_…
Dwglext.h835 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/
Dwglext.h835 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);
Dglxext.h691 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_…