summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
blob: 20b67b28bc694c0ce90e8d489eeca8c08af0508f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#ifndef EGLTYPEDEFS_INCLUDED
#define EGLTYPEDEFS_INCLUDED

#define EGL_EGLEXT_PROTOTYPES

#include <EGL/egl.h>
#include <EGL/eglext.h>

#include "eglcompiler.h"

typedef struct _egl_api _EGLAPI;

typedef struct _egl_array _EGLArray;

typedef struct _egl_config _EGLConfig;

typedef struct _egl_context _EGLContext;

typedef struct _egl_display _EGLDisplay;

typedef struct _egl_driver _EGLDriver;

typedef struct _egl_extensions _EGLExtensions;

typedef struct _egl_image _EGLImage;

typedef struct _egl_image_attribs _EGLImageAttribs;

typedef struct _egl_mode _EGLMode;

typedef struct _egl_resource _EGLResource;

typedef struct _egl_screen _EGLScreen;

typedef struct _egl_surface _EGLSurface;

typedef struct _egl_sync _EGLSync;

typedef struct _egl_thread_info _EGLThreadInfo;

#endif /* EGLTYPEDEFS_INCLUDED */