Lower correlation threshold in flush-finish tests again am: 6455e6f987 am: 84373d7748...
[platform/upstream/VK-GL-CTS.git] / framework / egl / egluCallLogWrapperApi.inl
1 /* WARNING: This is auto-generated file. Do not modify, since changes will
2  * be lost! Modify the generating script instead.
3  *
4  * Generated from Khronos EGL API description (egl.xml) revision 13a26984991216cbf9a44fbf390f95dc05b5493a.
5  */
6 eglw::EGLBoolean                                                                eglBindAPI                                                      (eglw::EGLenum api);
7 eglw::EGLBoolean                                                                eglBindTexImage                                         (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer);
8 eglw::EGLBoolean                                                                eglChooseConfig                                         (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
9 eglw::EGLint                                                                    eglClientWaitSync                                       (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout);
10 eglw::EGLint                                                                    eglClientWaitSyncKHR                            (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags, eglw::EGLTimeKHR timeout);
11 eglw::EGLBoolean                                                                eglCopyBuffers                                          (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
12 eglw::EGLContext                                                                eglCreateContext                                        (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list);
13 eglw::EGLImage                                                                  eglCreateImage                                          (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list);
14 eglw::EGLImageKHR                                                               eglCreateImageKHR                                       (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list);
15 eglw::EGLSurface                                                                eglCreatePbufferFromClientBuffer        (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
16 eglw::EGLSurface                                                                eglCreatePbufferSurface                         (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
17 eglw::EGLSurface                                                                eglCreatePixmapSurface                          (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list);
18 eglw::EGLSurface                                                                eglCreatePlatformPixmapSurface          (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list);
19 eglw::EGLSurface                                                                eglCreatePlatformPixmapSurfaceEXT       (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list);
20 eglw::EGLSurface                                                                eglCreatePlatformWindowSurface          (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list);
21 eglw::EGLSurface                                                                eglCreatePlatformWindowSurfaceEXT       (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list);
22 eglw::EGLSync                                                                   eglCreateSync                                           (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLAttrib *attrib_list);
23 eglw::EGLSyncKHR                                                                eglCreateSyncKHR                                        (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLint *attrib_list);
24 eglw::EGLSurface                                                                eglCreateWindowSurface                          (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list);
25 eglw::EGLBoolean                                                                eglDestroyContext                                       (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
26 eglw::EGLBoolean                                                                eglDestroyImage                                         (eglw::EGLDisplay dpy, eglw::EGLImage image);
27 eglw::EGLBoolean                                                                eglDestroyImageKHR                                      (eglw::EGLDisplay dpy, eglw::EGLImageKHR image);
28 eglw::EGLBoolean                                                                eglDestroySurface                                       (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
29 eglw::EGLBoolean                                                                eglDestroySync                                          (eglw::EGLDisplay dpy, eglw::EGLSync sync);
30 eglw::EGLBoolean                                                                eglDestroySyncKHR                                       (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync);
31 eglw::EGLBoolean                                                                eglGetConfigAttrib                                      (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLint attribute, eglw::EGLint *value);
32 eglw::EGLBoolean                                                                eglGetConfigs                                           (eglw::EGLDisplay dpy, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
33 eglw::EGLContext                                                                eglGetCurrentContext                            (void);
34 eglw::EGLDisplay                                                                eglGetCurrentDisplay                            (void);
35 eglw::EGLSurface                                                                eglGetCurrentSurface                            (eglw::EGLint readdraw);
36 eglw::EGLDisplay                                                                eglGetDisplay                                           (eglw::EGLNativeDisplayType display_id);
37 eglw::EGLint                                                                    eglGetError                                                     (void);
38 eglw::EGLDisplay                                                                eglGetPlatformDisplay                           (eglw::EGLenum platform, void *native_display, const eglw::EGLAttrib *attrib_list);
39 eglw::EGLDisplay                                                                eglGetPlatformDisplayEXT                        (eglw::EGLenum platform, void *native_display, const eglw::EGLint *attrib_list);
40 eglw::__eglMustCastToProperFunctionPointerType  eglGetProcAddress                                       (const char *procname);
41 eglw::EGLBoolean                                                                eglGetSyncAttrib                                        (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint attribute, eglw::EGLAttrib *value);
42 eglw::EGLBoolean                                                                eglGetSyncAttribKHR                                     (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint attribute, eglw::EGLint *value);
43 eglw::EGLBoolean                                                                eglInitialize                                           (eglw::EGLDisplay dpy, eglw::EGLint *major, eglw::EGLint *minor);
44 eglw::EGLBoolean                                                                eglLockSurfaceKHR                                       (eglw::EGLDisplay dpy, eglw::EGLSurface surface, const eglw::EGLint *attrib_list);
45 eglw::EGLBoolean                                                                eglMakeCurrent                                          (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext ctx);
46 eglw::EGLenum                                                                   eglQueryAPI                                                     (void);
47 eglw::EGLBoolean                                                                eglQueryContext                                         (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLint attribute, eglw::EGLint *value);
48 const char *                                                                    eglQueryString                                          (eglw::EGLDisplay dpy, eglw::EGLint name);
49 eglw::EGLBoolean                                                                eglQuerySurface                                         (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint *value);
50 eglw::EGLBoolean                                                                eglReleaseTexImage                                      (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer);
51 eglw::EGLBoolean                                                                eglReleaseThread                                        (void);
52 eglw::EGLBoolean                                                                eglSetDamageRegionKHR                           (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects);
53 eglw::EGLBoolean                                                                eglSignalSyncKHR                                        (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLenum mode);
54 eglw::EGLBoolean                                                                eglSurfaceAttrib                                        (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value);
55 eglw::EGLBoolean                                                                eglSwapBuffers                                          (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
56 eglw::EGLBoolean                                                                eglSwapBuffersWithDamageKHR                     (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects);
57 eglw::EGLBoolean                                                                eglSwapInterval                                         (eglw::EGLDisplay dpy, eglw::EGLint interval);
58 eglw::EGLBoolean                                                                eglTerminate                                            (eglw::EGLDisplay dpy);
59 eglw::EGLBoolean                                                                eglUnlockSurfaceKHR                                     (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
60 eglw::EGLBoolean                                                                eglWaitClient                                           (void);
61 eglw::EGLBoolean                                                                eglWaitGL                                                       (void);
62 eglw::EGLBoolean                                                                eglWaitNative                                           (eglw::EGLint engine);
63 eglw::EGLBoolean                                                                eglWaitSync                                                     (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags);
64 eglw::EGLint                                                                    eglWaitSyncKHR                                          (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags);