/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 102 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() argument 106 (void) target_msc; in glXSwapBuffersMscOML() 115 int64_t target_msc, int64_t divisor, in glXWaitForMscOML() argument 121 (void) target_msc; in glXWaitForMscOML()
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 189 int64_t target_msc, 195 int64_t target_msc, int64_t divisor,
|
D | loader_dri3_helper.c | 450 int64_t target_msc, in loader_dri3_wait_for_msc() argument 457 target_msc, in loader_dri3_wait_for_msc() 476 } while (full_sequence != cookie.sequence || draw->notify_msc < target_msc); in loader_dri3_wait_for_msc() 796 int64_t target_msc, int64_t divisor, in loader_dri3_swap_buffers_msc() argument 850 if (target_msc == 0 && divisor == 0 && remainder == 0) in loader_dri3_swap_buffers_msc() 851 target_msc = draw->msc + draw->swap_interval * in loader_dri3_swap_buffers_msc() 899 target_msc, in loader_dri3_swap_buffers_msc()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 832 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 833 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 834 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 839 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 840 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT… 841 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
D | glxext.h | 675 …GLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 676 typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, i… 681 int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divis… 682 Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 832 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 833 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 834 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 839 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 840 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT… 841 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
D | glxext.h | 689 …GLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 690 typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, i… 695 int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divis… 696 Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int…
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 860 int64_t target_msc, int64_t divisor, in dispatch_SwapBuffersMscOML() argument 874 return (*pSwapBuffersMscOML)(dpy, drawable, target_msc, divisor, remainder); in dispatch_SwapBuffersMscOML() 901 int64_t target_msc, int64_t divisor, in dispatch_WaitForMscOML() argument 916 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML()
|
D | dri2_glx.c | 460 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2WaitForMSC() argument 470 split_counter(target_msc, &target_msc_hi, &target_msc_lo); in dri2WaitForMSC() 784 int64_t target_msc, in dri2XcbSwapBuffers() argument 796 split_counter(target_msc, &target_msc_hi, &target_msc_lo); in dri2XcbSwapBuffers() 828 dri2SwapBuffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2SwapBuffers() argument 854 target_msc, divisor, remainder); in dri2SwapBuffers()
|
D | dri3_glx.c | 391 dri3_wait_for_msc(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri3_wait_for_msc() argument 396 loader_dri3_wait_for_msc(&priv->loader_drawable, target_msc, divisor, in dri3_wait_for_msc() 564 dri3_swap_buffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri3_swap_buffers() argument 574 target_msc, divisor, remainder, in dri3_swap_buffers()
|
D | driwindows_glx.c | 352 int64_t target_msc, int64_t divisor, int64_t remainder, in driwindowsSwapBuffers() argument 357 (void) target_msc; in driwindowsSwapBuffers()
|
D | glxclient.h | 121 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc, 127 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
|
D | glxcmds.c | 2200 int64_t target_msc, int64_t divisor, int64_t remainder) in __glXSwapBuffersMscOML() argument 2221 if (divisor < 0 || remainder < 0 || target_msc < 0) in __glXSwapBuffersMscOML() 2226 if (target_msc == 0 && divisor == 0 && remainder == 0) in __glXSwapBuffersMscOML() 2231 return (*psc->driScreen->swapBuffers)(pdraw, target_msc, divisor, in __glXSwapBuffersMscOML() 2241 int64_t target_msc, int64_t divisor, in __glXWaitForMscOML() argument 2255 if (divisor < 0 || remainder < 0 || target_msc < 0) in __glXWaitForMscOML() 2262 ret = psc->driScreen->waitForMSC(pdraw, target_msc, divisor, remainder, in __glXWaitForMscOML()
|
D | drisw_glx.c | 553 int64_t target_msc, int64_t divisor, int64_t remainder, in driswSwapBuffers() argument 559 (void) target_msc; in driswSwapBuffers()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 800 uint32_t target_msc) in x11_present_to_x11() argument 830 target_msc, in x11_present_to_x11() 894 uint64_t target_msc = chain->last_present_msc + 1; in x11_manage_fifo_queues() local 895 result = x11_present_to_x11(chain, image_index, target_msc); in x11_manage_fifo_queues() 899 while (chain->last_present_msc < target_msc) { in x11_manage_fifo_queues()
|
/external/mesa3d/docs/specs/ |
D | MESA_swap_frame_usage.spec | 122 the swap is committed before target_msc, and is greater than or equal to
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 194 int64_t target_msc, int64_t divisor, int64_t remainder,
|