Searched refs:target_msc (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | wglext.h | 827 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 828 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc,… 829 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re… 834 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 835 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT… 836 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
D | glxext.h | 690 …GLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 691 typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, i… 696 int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divis… 697 Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int…
|
/hardware/google/gfxstream/include/GL/ |
D | wglext.h | 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder… 648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divis… 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT… 654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re…
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1591 uint64_t target_msc) in x11_present_to_x11_dri3() argument 1643 target_msc, in x11_present_to_x11_dri3() 1655 uint64_t target_msc) in x11_present_to_x11_sw() argument 1741 uint64_t target_msc) in x11_present_to_x11() argument 1747 result = x11_present_to_x11_sw(chain, image_index, target_msc); in x11_present_to_x11() 1749 result = x11_present_to_x11_dri3(chain, image_index, target_msc); in x11_present_to_x11() 1996 uint64_t target_msc = 0; in x11_manage_fifo_queues() local 1998 target_msc = chain->last_present_msc + 1; in x11_manage_fifo_queues() 2005 result = x11_present_to_x11(chain, image_index, target_msc); in x11_manage_fifo_queues()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glxext.h | 818 extern int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_… 819 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divis… 824 …GLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 825 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, …
|
D | dri_interface.h | 193 int64_t target_msc, int64_t divisor, int64_t remainder,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/ |
D | dri_interface.h | 193 int64_t target_msc, int64_t divisor, int64_t remainder,
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 168 int64_t target_msc, int64_t divisor, int64_t remainder,
|