ext_framebuffer_object: setup max mipmap level to make fbo complete
[piglit.git] / tests / spec / glx_oml_sync_control / common.h
blob3a6a08be4b088e26aac05f746222a71a91b8e16e
1 #define glXGetSyncValuesOML(dpy, drawable, ust, msc, sbc) __piglit_glXGetSyncValuesOML(dpy, drawable, ust, msc, sbc)
2 #define glXGetMscRateOML(dpy, drawable, numerator, denominator) __piglit_glXGetMscRateOML(dpy, drawable, numerator, denominator)
3 #define glXSwapBuffersMscOML(dpy, drawable, target_msc, divisor, remainder) __piglit_glXSwapBuffersMscOML(dpy, drawable, target_msc, divisor, remainder)
4 #define glXWaitForMscOML(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc) __piglit_glXWaitForMscOML(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc)
5 #define glXWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc) __piglit_glXWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc)
7 extern PFNGLXGETSYNCVALUESOMLPROC __piglit_glXGetSyncValuesOML;
8 extern PFNGLXGETMSCRATEOMLPROC __piglit_glXGetMscRateOML;
9 extern PFNGLXSWAPBUFFERSMSCOMLPROC __piglit_glXSwapBuffersMscOML;
10 extern PFNGLXWAITFORMSCOMLPROC __piglit_glXWaitForMscOML;
11 extern PFNGLXWAITFORSBCOMLPROC __piglit_glXWaitForSbcOML;
13 extern Window win;
14 extern XVisualInfo *visinfo;
16 void piglit_oml_sync_control_test_run(bool fullscreen, enum piglit_result (*draw)(Display *dpy));