/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/glx/ |
D | dri2.h | 89 DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, 96 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
|
D | dri2.c | 561 void DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, in DRI2SwapBuffers() argument 575 load_swap_req(req, target_msc, divisor, remainder); in DRI2SwapBuffers() 632 Bool DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, in DRI2WaitMSC() argument 646 load_msc_req(req, target_msc, divisor, remainder); in DRI2WaitMSC()
|
D | glxclient.h | 115 int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc, 121 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc,
|
D | glxcmds.c | 2198 int64_t target_msc, int64_t divisor, int64_t remainder) in __glXSwapBuffersMscOML() argument 2219 if (divisor < 0 || remainder < 0 || target_msc < 0) in __glXSwapBuffersMscOML() 2224 if (target_msc == 0 && divisor == 0 && remainder == 0) in __glXSwapBuffersMscOML() 2229 return (*psc->driScreen->swapBuffers)(pdraw, target_msc, divisor, in __glXSwapBuffersMscOML() 2239 int64_t target_msc, int64_t divisor, in __glXWaitForMscOML() argument 2253 if (divisor < 0 || remainder < 0 || target_msc < 0) in __glXWaitForMscOML() 2260 ret = psc->driScreen->waitForMSC(pdraw, target_msc, divisor, remainder, in __glXWaitForMscOML()
|
D | dri2_glx.c | 445 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2WaitForMSC() argument 451 ret = DRI2WaitMSC(pdraw->psc->dpy, pdraw->xDrawable, target_msc, divisor, in dri2WaitForMSC() 702 dri2SwapBuffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in dri2SwapBuffers() argument 735 target_msc, divisor, remainder, &ret); in dri2SwapBuffers()
|
D | drisw_glx.c | 558 int64_t target_msc, int64_t divisor, int64_t remainder) in driswSwapBuffers() argument 563 (void) target_msc; in driswSwapBuffers()
|
D | dri_glx.c | 741 driWaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, in driWaitForMSC() argument 748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc, in driWaitForMSC()
|
/external/mesa3d/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…
|
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, …
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | wglew.h | 1104 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 1105 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc,… 1106 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 re…
|
D | glxew.h | 976 …GLXSWAPBUFFERSMSCOMLPROC) (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor… 977 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display* dpy, GLXDrawable drawable, int64_t target_msc, …
|
/external/mesa3d/docs/ |
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 | 193 int64_t target_msc, int64_t divisor, int64_t remainder,
|