Home
last modified time | relevance | path

Searched refs:target_sbc (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/glx/apple/
Dglx_empty.c100 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/
DGLX_OML_sync_control.txt110 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.
DWGL_OML_sync_control.txt95 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/
DGLX_OML_sync_control.txt110 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.
DWGL_OML_sync_control.txt95 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/
Dloader_dri3_helper.h232 int64_t target_sbc, int64_t *ust,
Dloader_dri3_helper.c644 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/
Dg_glxglvnddispatchfuncs.c949 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument
963 return pWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
Dglxclient.h133 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust,
Ddri3_glx.c453 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()
Ddri2_glx.c402 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()
Dglxcmds.c2269 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/
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_…
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);
/third_party/mesa3d/include/GL/
Dglxext.h707 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_…
Dwglext.h849 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/
Dwglext.h830 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);
Dglxext.h692 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_…
Dwgl.h921 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/
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_…
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);
Dwgl.h921 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/
Dwglext.h825 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/
Dwgl.h931 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);