Home
last modified time | relevance | path

Searched refs:target_msc (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/glx/apple/
Dglx_empty.c102 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/
Dloader_dri3_helper.h189 int64_t target_msc,
195 int64_t target_msc, int64_t divisor,
Dloader_dri3_helper.c450 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/
Dwglext.h832 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…
Dglxext.h675 …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/
Dwglext.h832 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…
Dglxext.h689 …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/
Dg_glxglvnddispatchfuncs.c860 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()
Ddri2_glx.c460 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()
Ddri3_glx.c391 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()
Ddriwindows_glx.c352 int64_t target_msc, int64_t divisor, int64_t remainder, in driwindowsSwapBuffers() argument
357 (void) target_msc; in driwindowsSwapBuffers()
Dglxclient.h121 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc,
127 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
Dglxcmds.c2200 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()
Ddrisw_glx.c553 int64_t target_msc, int64_t divisor, int64_t remainder, in driswSwapBuffers() argument
559 (void) target_msc; in driswSwapBuffers()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c800 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/
DMESA_swap_frame_usage.spec122 the swap is committed before target_msc, and is greater than or equal to
/external/mesa3d/include/GL/internal/
Ddri_interface.h194 int64_t target_msc, int64_t divisor, int64_t remainder,