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

Side by Side Diff: mojo/public/c/gpu/KHR/khrplatform.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
OLDNEW
1 #ifndef __khrplatform_h_ 1 #ifndef __khrplatform_h_
2 #define __khrplatform_h_ 2 #define __khrplatform_h_
3 3
4 /* 4 /*
5 ** Copyright (c) 2008-2009 The Khronos Group Inc. 5 ** Copyright (c) 2008-2009 The Khronos Group Inc.
6 ** 6 **
7 ** Permission is hereby granted, free of charge, to any person obtaining a 7 ** Permission is hereby granted, free of charge, to any person obtaining a
8 ** copy of this software and/or associated documentation files (the 8 ** copy of this software and/or associated documentation files (the
9 ** "Materials"), to deal in the Materials without restriction, including 9 ** "Materials"), to deal in the Materials without restriction, including
10 ** without limitation the rights to use, copy, modify, merge, publish, 10 ** without limitation the rights to use, copy, modify, merge, publish,
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 * Values other than zero should be considered to be true. Therefore 289 * Values other than zero should be considered to be true. Therefore
290 * comparisons should not be made against KHRONOS_TRUE. 290 * comparisons should not be made against KHRONOS_TRUE.
291 */ 291 */
292 typedef enum { 292 typedef enum {
293 KHRONOS_FALSE = 0, 293 KHRONOS_FALSE = 0,
294 KHRONOS_TRUE = 1, 294 KHRONOS_TRUE = 1,
295 KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM 295 KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM
296 } khronos_boolean_enum_t; 296 } khronos_boolean_enum_t;
297 297
298 #endif /* __khrplatform_h_ */ 298 #endif /* __khrplatform_h_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698