/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 69 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() argument 73 (void) target_msc; in glXSwapBuffersMscOML() 82 int64_t target_msc, int64_t divisor, in glXWaitForMscOML() argument 88 (void) target_msc; in glXWaitForMscOML()
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 203 int64_t target_msc, 209 int64_t target_msc, int64_t divisor,
|
D | loader_dri3_helper.c | 604 int64_t target_msc, in loader_dri3_wait_for_msc() argument 611 target_msc, in loader_dri3_wait_for_msc() 624 } while (full_sequence != cookie.sequence || draw->notify_msc < target_msc); in loader_dri3_wait_for_msc() 950 int64_t target_msc, int64_t divisor, in loader_dri3_swap_buffers_msc() argument 1011 if (target_msc == 0 && divisor == 0 && remainder == 0) in loader_dri3_swap_buffers_msc() 1012 target_msc = draw->msc + abs(draw->swap_interval) * in loader_dri3_swap_buffers_msc() 1088 target_msc, in loader_dri3_swap_buffers_msc()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1001 uint32_t target_msc) in x11_present_to_x11_dri3() argument 1054 target_msc, in x11_present_to_x11_dri3() 1066 uint32_t target_msc) in x11_present_to_x11_sw() argument 1092 uint32_t target_msc) in x11_present_to_x11() argument 1095 return x11_present_to_x11_sw(chain, image_index, target_msc); in x11_present_to_x11() 1096 return x11_present_to_x11_dri3(chain, image_index, target_msc); in x11_present_to_x11() 1176 uint64_t target_msc = 0; in x11_manage_fifo_queues() local 1178 target_msc = chain->last_present_msc + 1; in x11_manage_fifo_queues() 1180 result = x11_present_to_x11(chain, image_index, target_msc); in x11_manage_fifo_queues() 1189 while (chain->last_present_msc < target_msc || in x11_manage_fifo_queues()
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 857 int64_t target_msc, int64_t divisor, in dispatch_SwapBuffersMscOML() argument 871 return pSwapBuffersMscOML(dpy, drawable, target_msc, divisor, remainder); in dispatch_SwapBuffersMscOML() 916 int64_t target_msc, int64_t divisor, in dispatch_WaitForMscOML() argument 931 return pWaitForMscOML(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML()
|
D | dri2_glx.c | 467 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2WaitForMSC() argument 477 split_counter(target_msc, &target_msc_hi, &target_msc_lo); in dri2WaitForMSC() 792 int64_t target_msc, in dri2XcbSwapBuffers() argument 804 split_counter(target_msc, &target_msc_hi, &target_msc_lo); in dri2XcbSwapBuffers() 836 dri2SwapBuffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2SwapBuffers() argument 862 target_msc, divisor, remainder); in dri2SwapBuffers()
|
D | dri3_glx.c | 412 dri3_wait_for_msc(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri3_wait_for_msc() argument 417 loader_dri3_wait_for_msc(&priv->loader_drawable, target_msc, divisor, in dri3_wait_for_msc() 585 dri3_swap_buffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri3_swap_buffers() argument 595 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 | 2192 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() argument 2213 if (divisor < 0 || remainder < 0 || target_msc < 0) in glXSwapBuffersMscOML() 2218 if (target_msc == 0 && divisor == 0 && remainder == 0) in glXSwapBuffersMscOML() 2223 return (*psc->driScreen->swapBuffers)(pdraw, target_msc, divisor, in glXSwapBuffersMscOML() 2232 glXWaitForMscOML(Display *dpy, GLXDrawable drawable, int64_t target_msc, in glXWaitForMscOML() argument 2246 if (divisor < 0 || remainder < 0 || target_msc < 0) in glXWaitForMscOML() 2253 ret = psc->driScreen->waitForMSC(pdraw, target_msc, divisor, remainder, in glXWaitForMscOML()
|
D | drisw_glx.c | 721 int64_t target_msc, int64_t divisor, int64_t remainder, in driswSwapBuffers() argument 727 (void) target_msc; in driswSwapBuffers()
|
/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/angle/src/third_party/khronos/GL/ |
D | wglext.h | 822 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 823 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 824 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 829 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 830 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT… 831 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 846 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 847 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc,… 848 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 853 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 854 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT… 855 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
D | glxext.h | 705 …GLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 706 typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, i… 711 int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divis… 712 Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int…
|
/external/angle/include/WGL/ |
D | wgl.h | 928 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 929 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 930 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 935 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 936 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT… 937 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 1196 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 1197 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc,… 1198 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re…
|
D | glxew.h | 1161 …GLXSWAPBUFFERSMSCOMLPROC) (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 1162 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display* dpy, GLXDrawable drawable, int64_t target_msc, …
|
/external/mesa3d/docs/_extra/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 | 197 int64_t target_msc, int64_t divisor, int64_t remainder,
|