| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| glx_empty.c | 100 int64_t target_sbc, int64_t * ust, 105 (void) target_sbc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| glx_empty.c | 100 int64_t target_sbc, int64_t * ust, 105 (void) target_sbc;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| dri2.h | 102 DRI2WaitSBC(Display *dpy, XID drawable, uint64_t target_sbc, uint64_t *ust,
|
| dri2.c | 615 Bool DRI2WaitSBC(Display *dpy, XID drawable, uint64_t target_sbc, uint64_t *ust, 629 load_sbc_req(req, target_sbc);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| dri2.h | 102 DRI2WaitSBC(Display *dpy, XID drawable, uint64_t target_sbc, uint64_t *ust,
|
| dri2.c | 615 Bool DRI2WaitSBC(Display *dpy, XID drawable, uint64_t target_sbc, uint64_t *ust, 629 load_sbc_req(req, target_sbc);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/ |
| dri2.c | 80 int64_t target_sbc; /* -1 means no SBC wait outstanding */ member in struct:_DRI2Drawable 170 pPriv->target_sbc = -1; 711 if (pPriv->target_sbc != -1 && 712 pPriv->target_sbc <= pPriv->swap_count) { 715 pPriv->target_sbc = -1; 719 } else if (pPriv->target_sbc == -1 && !pPriv->blockedOnMsc) { 970 DRI2WaitSBC(ClientPtr client, DrawablePtr pDraw, CARD64 target_sbc) 978 /* target_sbc == 0 means to block until all pending swaps are 979 * finished. Recalculate target_sbc to get that behaviour. 981 if (target_sbc == 0 [all...] |
| dri2.h | 268 CARD64 target_sbc);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| dri2.c | 93 int64_t target_sbc; /* -1 means no SBC wait outstanding */ member in struct:_DRI2Drawable 252 pPriv->target_sbc = -1; 1033 if (pPriv->target_sbc != -1 && pPriv->target_sbc <= pPriv->swap_count) { 1037 pPriv->target_sbc = -1; 1288 DRI2WaitSBC(ClientPtr client, DrawablePtr pDraw, CARD64 target_sbc) 1296 if (pPriv->target_sbc != -1) /* already in use */ 1299 /* target_sbc == 0 means to block until all pending swaps are 1300 * finished. Recalculate target_sbc to get that behaviour. 1302 if (target_sbc == 0 [all...] |
| dri2.h | 336 CARD64 target_sbc);
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| loader_dri3_helper.h | 228 int64_t target_sbc, int64_t *ust,
|
| loader_dri3_helper.c | 663 int64_t target_sbc, int64_t *ust, 668 * "If <target_sbc> = 0, the function will block until all previous 673 if (!target_sbc) 674 target_sbc = draw->send_sbc; 676 while (draw->recv_sbc < target_sbc) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| loader_dri3_helper.h | 211 int64_t target_sbc, int64_t *ust,
|
| loader_dri3_helper.c | 608 int64_t target_sbc, int64_t *ust, 613 * "If <target_sbc> = 0, the function will block until all previous 618 if (!target_sbc) 619 target_sbc = draw->send_sbc; 621 while (draw->recv_sbc < target_sbc) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| g_glxglvnddispatchfuncs.c | 922 int64_t target_sbc, int64_t *ust, 936 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc);
|
| glxclient.h | 130 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
| dri3_glx.c | 442 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, 447 return loader_dri3_wait_for_sbc(&priv->loader_drawable, target_sbc,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glxclient.h | 131 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
| dri3_glx.c | 428 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, 433 return loader_dri3_wait_for_sbc(&priv->loader_drawable, target_sbc,
|
| g_glxglvnddispatchfuncs.c | 949 int64_t target_sbc, int64_t *ust, 963 return pWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc);
|
| dri2_glx.c | 438 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, 446 split_counter(target_sbc, &target_sbc_hi, &target_sbc_lo);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| wglext.spec | 540 WaitForSbcOML(hdc, target_sbc, ust, msc, sbc) 543 param target_sbc INT64 in value
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| glxext.h | 707 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc); 713 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
| wglext.h | 849 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc); 856 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| glxext.h | 691 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc); 697 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|