Searched refs:ust (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/ui/gl/EGL/
H A Deglextchromium.h23 EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
27 (EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglx_empty.c90 int64_t * ust, int64_t * msc, int64_t * sbc)
94 (void) ust;
116 int64_t remainder, int64_t * ust,
124 (void) ust;
133 int64_t target_sbc, int64_t * ust,
139 (void) ust;
89 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
114 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/mesa3d/src/glx/apple/
H A Dglx_empty.c90 int64_t * ust, int64_t * msc, int64_t * sbc)
94 (void) ust;
116 int64_t remainder, int64_t * ust,
124 (void) ust;
133 int64_t target_sbc, int64_t * ust,
139 (void) ust;
89 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
114 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
H A Dglxclient.h120 int64_t *ust, int64_t *msc, int64_t *sbc);
122 int64_t divisor, int64_t remainder, int64_t *ust,
124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
769 extern int __glXGetUST(int64_t * ust);
H A Ddri2.c129 aevent->ust = ((CARD64)awire->ust_hi << 32) | awire->ust_lo;
587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, argument
608 *ust = vals_to_card64(rep.ust_lo, rep.ust_hi);
633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc)
654 *ust = ((CARD64)rep.ust_hi << 32) | (CARD64)rep.ust_lo;
673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, argument
695 *ust = ((CARD64)rep.ust_hi << 32) | rep.ust_lo;
632 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) argument
H A Ddri_glx.c729 int64_t *ust, int64_t *msc, int64_t *sbc)
737 __glXGetUST(ust) == 0 );
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
754 return ret == 0 && __glXGetUST(ust) == 0;
759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
771 return ((ret == 0) && (__glXGetUST(ust) == 0));
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);
728 driDrawableGetMSC(struct glx_screen *base, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
741 driWaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
H A Dglxcmds.c1841 int64_t ust, msc, sbc; local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1885 int64_t ust, msc, sbc; local
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
2074 int64_t * ust, int64_t * msc, int64_t * sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2240 int64_t remainder, int64_t * ust,
2261 ust, msc, sbc);
2272 int64_t target_sbc, int64_t * ust,
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, ms
2073 __glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2238 __glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2271 __glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2700 __glXGetUST(int64_t * ust) argument
[all...]
H A Ddri2_glx.c425 int64_t *ust, int64_t *msc, int64_t *sbc)
432 *ust = dri2_ust;
446 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
453 *ust = dri2_ust;
461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
469 *ust = dri2_ust;
424 dri2DrawableGetMSC(struct glx_screen *psc, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
445 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
/external/mesa3d/src/glx/
H A Ddri2.h93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
H A Dglxclient.h120 int64_t *ust, int64_t *msc, int64_t *sbc);
122 int64_t divisor, int64_t remainder, int64_t *ust,
124 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
769 extern int __glXGetUST(int64_t * ust);
H A Ddri2.c129 aevent->ust = ((CARD64)awire->ust_hi << 32) | awire->ust_lo;
587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, argument
608 *ust = vals_to_card64(rep.ust_lo, rep.ust_hi);
633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc)
654 *ust = ((CARD64)rep.ust_hi << 32) | (CARD64)rep.ust_lo;
673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, argument
695 *ust = ((CARD64)rep.ust_hi << 32) | rep.ust_lo;
632 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) argument
H A Ddri_glx.c729 int64_t *ust, int64_t *msc, int64_t *sbc)
737 __glXGetUST(ust) == 0 );
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
754 return ret == 0 && __glXGetUST(ust) == 0;
759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
771 return ((ret == 0) && (__glXGetUST(ust) == 0));
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);
728 driDrawableGetMSC(struct glx_screen *base, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
741 driWaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
H A Dglxcmds.c1841 int64_t ust, msc, sbc; local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1885 int64_t ust, msc, sbc; local
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
2074 int64_t * ust, int64_t * msc, int64_t * sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2240 int64_t remainder, int64_t * ust,
2261 ust, msc, sbc);
2272 int64_t target_sbc, int64_t * ust,
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, ms
2073 __glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2238 __glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2271 __glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2700 __glXGetUST(int64_t * ust) argument
[all...]
H A Ddri2_glx.c425 int64_t *ust, int64_t *msc, int64_t *sbc)
432 *ust = dri2_ust;
446 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
453 *ust = dri2_ust;
461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
469 *ust = dri2_ust;
424 dri2DrawableGetMSC(struct glx_screen *psc, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
445 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
/external/srtp/
H A DMakefile87 ust = crypto/ust/ust.o macro
94 crypto/kernel/key.o $(rng) $(err) # $(ust)
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile89 ust = crypto/ust/ust.o macro
96 crypto/kernel/key.o $(rng) $(err) # $(ust)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c78 int64_t ust = ((((uint64_t)ust_hi) << 32) | ust_lo) * 1000; local
81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc))
82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc);
87 scrn->last_ust = ust;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c78 int64_t ust = ((((uint64_t)ust_hi) << 32) | ust_lo) * 1000; local
81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc))
82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc);
87 scrn->last_ust = ust;
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h816 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
819 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
820 extern Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
822 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
825 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
826 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
H A Dwglext.h645 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
652 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
H A Dglx.h511 int64_t ust; member in struct:__anon13633
/external/mesa3d/include/GL/
H A Dglxext.h816 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
819 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
820 extern Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
822 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
825 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
826 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
H A Dwglext.h645 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
652 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h365 int (*getUST)(int64_t * ust);

Completed in 405 milliseconds

12