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

Side by Side Diff: gpu/gles2_conform_support/egl/native/EGL/egl.h

Issue 7066028: Resubmit CL 86306 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months 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
« no previous file with comments | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gles2_conform_support/egl/native/EGL/eglext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gles2_conform_support/egl/native/EGL/eglext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698