/third_party/mesa3d/src/glx/apple/ |
D | glx_empty.c | 100 int64_t target_sbc, int64_t * ust, in glXWaitForSbcOML() argument 105 (void) target_sbc; in glXWaitForSbcOML()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | GLX_OML_sync_control.txt | 110 int64_t target_sbc, 237 until the SBC value for <hdc> becomes equal to <target_sbc> and then 239 value is already greater than or equal to <target_sbc>, the function 241 SBC. If <target_sbc> = 0, the function will block until all previous 280 <target_sbc> is less than zero.
|
D | WGL_OML_sync_control.txt | 95 BOOL wglWaitForSbcOML(HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, 228 until the SBC value for <hdc> becomes equal to <target_sbc> and then 230 value is already greater than or equal to <target_sbc>, the function 232 SBC. If <target_sbc> = 0, the function will block until all previous 277 for the function wglWaitForSbcOML if <target_sbc> is less than zero:
|
/third_party/openGLES/extensions/OML/ |
D | GLX_OML_sync_control.txt | 110 int64_t target_sbc, 237 until the SBC value for <hdc> becomes equal to <target_sbc> and then 239 value is already greater than or equal to <target_sbc>, the function 241 SBC. If <target_sbc> = 0, the function will block until all previous 280 <target_sbc> is less than zero.
|
D | WGL_OML_sync_control.txt | 95 BOOL wglWaitForSbcOML(HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, 228 until the SBC value for <hdc> becomes equal to <target_sbc> and then 230 value is already greater than or equal to <target_sbc>, the function 232 SBC. If <target_sbc> = 0, the function will block until all previous 277 for the function wglWaitForSbcOML if <target_sbc> is less than zero:
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 232 int64_t target_sbc, int64_t *ust,
|
D | loader_dri3_helper.c | 644 int64_t target_sbc, int64_t *ust, in loader_dri3_wait_for_sbc() argument 654 if (!target_sbc) in loader_dri3_wait_for_sbc() 655 target_sbc = draw->send_sbc; in loader_dri3_wait_for_sbc() 657 while (draw->recv_sbc < target_sbc) { in loader_dri3_wait_for_sbc()
|
/third_party/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 949 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument 963 return pWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
|
D | glxclient.h | 133 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
|
D | dri3_glx.c | 453 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri3_wait_for_sbc() argument 458 return loader_dri3_wait_for_sbc(&priv->loader_drawable, target_sbc, in dri3_wait_for_sbc()
|
D | dri2_glx.c | 402 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 410 split_counter(target_sbc, &target_sbc_hi, &target_sbc_lo); in dri2WaitForSBC()
|
D | glxcmds.c | 2269 glXWaitForSbcOML(Display *dpy, GLXDrawable drawable, int64_t target_sbc, in glXWaitForSbcOML() argument 2281 if (target_sbc < 0) in glXWaitForSbcOML() 2286 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in glXWaitForSbcOML()
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
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_…
|
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);
|
/third_party/mesa3d/include/GL/ |
D | glxext.h | 707 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, i… 713 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wglext.h | 849 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 856 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/third_party/openGLES/api/GL/ |
D | wglext.h | 830 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 837 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
D | glxext.h | 692 typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, i… 698 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wgl.h | 921 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 928 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
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_…
|
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 | wgl.h | 921 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 928 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 825 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 832 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 931 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 938 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|