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

Side by Side Diff: gpu/GLES2/gl2extchromium.h

Issue 267683008: ChromeOS only version of r261563 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 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 | « content/renderer/render_widget.cc ('k') | gpu/command_buffer/client/gles2_implementation.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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file contains Chromium-specific GLES2 extensions declarations. 5 // This file contains Chromium-specific GLES2 extensions declarations.
6 6
7 #ifndef GPU_GLES2_GL2EXTCHROMIUM_H_ 7 #ifndef GPU_GLES2_GL2EXTCHROMIUM_H_
8 #define GPU_GLES2_GL2EXTCHROMIUM_H_ 8 #define GPU_GLES2_GL2EXTCHROMIUM_H_
9 9
10 #include <GLES2/gl2.h> 10 #include <GLES2/gl2.h>
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 #define GL_CHROMIUM_async_pixel_transfers 1 344 #define GL_CHROMIUM_async_pixel_transfers 1
345 345
346 #ifndef GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM 346 #ifndef GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM
347 #define GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM 0x84F5 347 #define GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM 0x84F5
348 #endif 348 #endif
349 #ifndef GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM 349 #ifndef GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM
350 #define GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM 0x84F6 350 #define GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM 0x84F6
351 #endif 351 #endif
352 #endif /* GL_CHROMIUM_async_pixel_transfers */ 352 #endif /* GL_CHROMIUM_async_pixel_transfers */
353 353
354 #if defined(OS_CHROMEOS)
355 #ifndef GL_BIND_GENERATES_RESOURCE_CHROMIUM
356 #define GL_BIND_GENERATES_RESOURCE_CHROMIUM 0x9244
357 #endif
358 #endif
359
354 /* GL_CHROMIUM_copy_texture */ 360 /* GL_CHROMIUM_copy_texture */
355 #ifndef GL_CHROMIUM_copy_texture 361 #ifndef GL_CHROMIUM_copy_texture
356 #define GL_CHROMIUM_copy_texture 1 362 #define GL_CHROMIUM_copy_texture 1
357 363
358 #ifndef GL_UNPACK_COLORSPACE_CONVERSION_CHROMIUM 364 #ifndef GL_UNPACK_COLORSPACE_CONVERSION_CHROMIUM
359 #define GL_UNPACK_COLORSPACE_CONVERSION_CHROMIUM 0x9243 365 #define GL_UNPACK_COLORSPACE_CONVERSION_CHROMIUM 0x9243
360 #endif 366 #endif
361 367
362 #ifndef GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM 368 #ifndef GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM
363 #define GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM 0x9242 369 #define GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM 0x9242
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 #ifndef GL_RGB32F 636 #ifndef GL_RGB32F
631 #define GL_RGB32F 0x8815 637 #define GL_RGB32F 0x8815
632 #endif 638 #endif
633 #endif /* GL_CHROMIUM_color_buffer_float_rgb */ 639 #endif /* GL_CHROMIUM_color_buffer_float_rgb */
634 640
635 #ifdef __cplusplus 641 #ifdef __cplusplus
636 } 642 }
637 #endif 643 #endif
638 644
639 #endif // GPU_GLES2_GL2EXTCHROMIUM_H_ 645 #endif // GPU_GLES2_GL2EXTCHROMIUM_H_
OLDNEW
« no previous file with comments | « content/renderer/render_widget.cc ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698