Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: third_party/khronos/EGL/egl.h

Issue 8423038: Move GL headers from gpu to third_party/khronos (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed mac_rel build failure Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_ */
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp ('k') | third_party/khronos/EGL/eglext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698