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

Side by Side Diff: ui/gl/gl_bindings.h

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: fix msvc signedness warning in an unittest 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
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_api_autogen_gl.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 #ifndef UI_GL_GL_BINDINGS_H_ 5 #ifndef UI_GL_GL_BINDINGS_H_
6 #define UI_GL_GL_BINDINGS_H_ 6 #define UI_GL_GL_BINDINGS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 // Includes the platform independent and platform dependent GL headers. 10 // Includes the platform independent and platform dependent GL headers.
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 #define GL_CONIC_CURVE_TO_CHROMIUM 0x1A 236 #define GL_CONIC_CURVE_TO_CHROMIUM 0x1A
237 #define GL_PATH_STROKE_WIDTH_CHROMIUM 0x9075 237 #define GL_PATH_STROKE_WIDTH_CHROMIUM 0x9075
238 #define GL_PATH_END_CAPS_CHROMIUM 0x9076 238 #define GL_PATH_END_CAPS_CHROMIUM 0x9076
239 #define GL_PATH_JOIN_STYLE_CHROMIUM 0x9079 239 #define GL_PATH_JOIN_STYLE_CHROMIUM 0x9079
240 #define GL_PATH_MITER_LIMIT_CHROMIUM 0x907a 240 #define GL_PATH_MITER_LIMIT_CHROMIUM 0x907a
241 #define GL_PATH_STROKE_BOUND_CHROMIUM 0x9086 241 #define GL_PATH_STROKE_BOUND_CHROMIUM 0x9086
242 #define GL_COUNT_UP_CHROMIUM 0x9088 242 #define GL_COUNT_UP_CHROMIUM 0x9088
243 #define GL_COUNT_DOWN_CHROMIUM 0x9089 243 #define GL_COUNT_DOWN_CHROMIUM 0x9089
244 #define GL_CONVEX_HULL_CHROMIUM 0x908B 244 #define GL_CONVEX_HULL_CHROMIUM 0x908B
245 #define GL_BOUNDING_BOX_CHROMIUM 0x908D 245 #define GL_BOUNDING_BOX_CHROMIUM 0x908D
246 #define GL_TRANSLATE_X_CHROMIUM 0x908E
247 #define GL_TRANSLATE_Y_CHROMIUM 0x908F
248 #define GL_TRANSLATE_2D_CHROMIUM 0x9090
249 #define GL_TRANSLATE_3D_CHROMIUM 0x9091
250 #define GL_AFFINE_2D_CHROMIUM 0x9092
251 #define GL_AFFINE_3D_CHROMIUM 0x9094
252 #define GL_TRANSPOSE_AFFINE_2D_CHROMIUM 0x9096
253 #define GL_TRANSPOSE_AFFINE_3D_CHROMIUM 0x9098
254 #define GL_BOUNDING_BOX_OF_BOUNDING_BOXES_CHROMIUM 0x909C
246 #define GL_SQUARE_CHROMIUM 0x90a3 255 #define GL_SQUARE_CHROMIUM 0x90a3
247 #define GL_ROUND_CHROMIUM 0x90a4 256 #define GL_ROUND_CHROMIUM 0x90a4
248 #define GL_BEVEL_CHROMIUM 0x90a6 257 #define GL_BEVEL_CHROMIUM 0x90a6
249 #define GL_MITER_REVERT_CHROMIUM 0x90a7 258 #define GL_MITER_REVERT_CHROMIUM 0x90a7
250 #define GL_PATH_STENCIL_FUNC_CHROMIUM 0x90B7 259 #define GL_PATH_STENCIL_FUNC_CHROMIUM 0x90B7
251 #define GL_PATH_STENCIL_REF_CHROMIUM 0x90B8 260 #define GL_PATH_STENCIL_REF_CHROMIUM 0x90B8
252 #define GL_PATH_STENCIL_VALUE_MASK_CHROMIUM 0x90B9 261 #define GL_PATH_STENCIL_VALUE_MASK_CHROMIUM 0x90B9
253 #endif 262 #endif
254 263
255 #ifndef GL_KHR_blend_equation_advanced 264 #ifndef GL_KHR_blend_equation_advanced
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 #elif defined(OS_ANDROID) 464 #elif defined(OS_ANDROID)
456 465
457 GL_EXPORT extern EGLApi* g_current_egl_context; 466 GL_EXPORT extern EGLApi* g_current_egl_context;
458 GL_EXPORT extern DriverEGL g_driver_egl; 467 GL_EXPORT extern DriverEGL g_driver_egl;
459 468
460 #endif 469 #endif
461 470
462 } // namespace gfx 471 } // namespace gfx
463 472
464 #endif // UI_GL_GL_BINDINGS_H_ 473 #endif // UI_GL_GL_BINDINGS_H_
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_api_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698