| OLD | NEW |
| 1 /* -*- mode: c; tab-width: 8; -*- */ | 1 /* -*- mode: c; tab-width: 8; -*- */ |
| 2 /* vi: set sw=4 ts=8: */ | 2 /* vi: set sw=4 ts=8: */ |
| 3 /* Reference version of egl.h for EGL 1.4. | 3 /* Reference version of egl.h for EGL 1.4. |
| 4 * $Revision: 9356 $ on $Date: 2009-10-21 02:52:25 -0700 (Wed, 21 Oct 2009) $ | 4 * $Revision: 9356 $ on $Date: 2009-10-21 02:52:25 -0700 (Wed, 21 Oct 2009) $ |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 /* | 7 /* |
| 8 ** Copyright (c) 2007-2009 The Khronos Group Inc. | 8 ** Copyright (c) 2007-2009 The Khronos Group Inc. |
| 9 ** | 9 ** |
| 10 ** Permission is hereby granted, free of charge, to any person obtaining a | 10 ** Permission is hereby granted, free of charge, to any person obtaining a |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 | 320 |
| 321 /* Now, define eglGetProcAddress using the generic function ptr. type */ | 321 /* Now, define eglGetProcAddress using the generic function ptr. type */ |
| 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY | 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY |
| 323 eglGetProcAddress(const char *procname); | 323 eglGetProcAddress(const char *procname); |
| 324 | 324 |
| 325 #ifdef __cplusplus | 325 #ifdef __cplusplus |
| 326 } | 326 } |
| 327 #endif | 327 #endif |
| 328 | 328 |
| 329 #endif /* __egl_h_ */ | 329 #endif /* __egl_h_ */ |
| OLD | NEW |