|
SDL
2.0
|
Include dependency graph for eglplatform.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EGLAPI KHRONOS_APICALL |
| #define | EGLAPIENTRY KHRONOS_APIENTRY |
| #define | EGLAPIENTRYP EGLAPIENTRY* |
| #define | WIN32_LEAN_AND_MEAN 1 |
| #define | EGL_CAST(type, value) ((type) (value)) |
Typedefs | |
| typedef HDC | EGLNativeDisplayType |
| typedef HBITMAP | EGLNativePixmapType |
| typedef HWND | EGLNativeWindowType |
| typedef EGLNativeDisplayType | NativeDisplayType |
| typedef EGLNativePixmapType | NativePixmapType |
| typedef EGLNativeWindowType | NativeWindowType |
| typedef khronos_int32_t | EGLint |
| #define EGLAPI KHRONOS_APICALL |
Definition at line 50 of file eglplatform.h.
| #define EGLAPIENTRY KHRONOS_APIENTRY |
Definition at line 54 of file eglplatform.h.
| #define EGLAPIENTRYP EGLAPIENTRY* |
Definition at line 56 of file eglplatform.h.
| #define WIN32_LEAN_AND_MEAN 1 |
Definition at line 72 of file eglplatform.h.
| typedef EGLint |
Definition at line 122 of file eglplatform.h.
| typedef HDC EGLNativeDisplayType |
Definition at line 76 of file eglplatform.h.
| typedef HBITMAP EGLNativePixmapType |
Definition at line 77 of file eglplatform.h.
| typedef HWND EGLNativeWindowType |
Definition at line 78 of file eglplatform.h.
Definition at line 110 of file eglplatform.h.
| typedef EGLNativePixmapType NativePixmapType |
Definition at line 111 of file eglplatform.h.
| typedef EGLNativeWindowType NativeWindowType |
Definition at line 112 of file eglplatform.h.