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

Side by Side Diff: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h

Issue 11679005: Extract Chromium-specific parts out of third_party/khronos/GLES2 . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for gpu waterfall Created 7 years, 12 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/command_buffer/build_gles2_cmd_buffer.py ('k') | third_party/khronos/GLES2/gl2ext.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 is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // DO NOT EDIT! 7 // DO NOT EDIT!
8 8
9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 { 0x8815, "GL_RGB32F_EXT", }, 212 { 0x8815, "GL_RGB32F_EXT", },
213 { 0x813D, "GL_TEXTURE_MAX_LEVEL_APPLE", }, 213 { 0x813D, "GL_TEXTURE_MAX_LEVEL_APPLE", },
214 { 0x84F3, "GL_FENCE_STATUS_NV", }, 214 { 0x84F3, "GL_FENCE_STATUS_NV", },
215 { 0x8CDD, "GL_FRAMEBUFFER_UNSUPPORTED", }, 215 { 0x8CDD, "GL_FRAMEBUFFER_UNSUPPORTED", },
216 { 0x8CDF, "GL_MAX_COLOR_ATTACHMENTS_NV", }, 216 { 0x8CDF, "GL_MAX_COLOR_ATTACHMENTS_NV", },
217 { 0x90F3, "GL_CONTEXT_ROBUST_ACCESS_EXT", }, 217 { 0x90F3, "GL_CONTEXT_ROBUST_ACCESS_EXT", },
218 { 0x90F2, "GL_MAX_MULTIVIEW_BUFFERS_EXT", }, 218 { 0x90F2, "GL_MAX_MULTIVIEW_BUFFERS_EXT", },
219 { 0x90F1, "GL_MULTIVIEW_EXT", }, 219 { 0x90F1, "GL_MULTIVIEW_EXT", },
220 { 0x90F0, "GL_COLOR_ATTACHMENT_EXT", }, 220 { 0x90F0, "GL_COLOR_ATTACHMENT_EXT", },
221 { 0x803C, "GL_ALPHA8_OES", }, 221 { 0x803C, "GL_ALPHA8_OES", },
222 { 0x84F5, "GL_TEXTURE_RECTANGLE_ARB", }, 222 { 0x84F5, "GL_ASYNC_PIXEL_TRANSFERS_COMPLETED_CHROMIUM", },
223 { 0x882A, "GL_DRAW_BUFFER5_NV", }, 223 { 0x882A, "GL_DRAW_BUFFER5_NV", },
224 { 0x80AA, "GL_SAMPLE_COVERAGE_VALUE", }, 224 { 0x80AA, "GL_SAMPLE_COVERAGE_VALUE", },
225 { 0x84F6, "GL_TEXTURE_BINDING_RECTANGLE_ARB", }, 225 { 0x84F6, "GL_TEXTURE_BINDING_RECTANGLE_ARB", },
226 { 0x80AB, "GL_SAMPLE_COVERAGE_INVERT", }, 226 { 0x80AB, "GL_SAMPLE_COVERAGE_INVERT", },
227 { 0x8FC4, "GL_SHADER_BINARY_VIV", }, 227 { 0x8FC4, "GL_SHADER_BINARY_VIV", },
228 { 0x882B, "GL_DRAW_BUFFER6_NV", }, 228 { 0x882B, "GL_DRAW_BUFFER6_NV", },
229 { 0x8C17, "GL_UNSIGNED_NORMALIZED_EXT", }, 229 { 0x8C17, "GL_UNSIGNED_NORMALIZED_EXT", },
230 { 0x8A4F, "GL_PROGRAM_PIPELINE_OBJECT_EXT", }, 230 { 0x8A4F, "GL_PROGRAM_PIPELINE_OBJECT_EXT", },
231 { 0x882C, "GL_DRAW_BUFFER7_NV", }, 231 { 0x882C, "GL_DRAW_BUFFER7_NV", },
232 { 0x0010, "GL_MAP_FLUSH_EXPLICIT_BIT_EXT", }, 232 { 0x0010, "GL_MAP_FLUSH_EXPLICIT_BIT_EXT", },
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 std::string GLES2Util::GetStringVertexPointer(uint32 value) { 1389 std::string GLES2Util::GetStringVertexPointer(uint32 value) {
1390 static EnumToString string_table[] = { 1390 static EnumToString string_table[] = {
1391 { GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER" }, 1391 { GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER" },
1392 }; 1392 };
1393 return GLES2Util::GetQualifiedEnumString( 1393 return GLES2Util::GetQualifiedEnumString(
1394 string_table, arraysize(string_table), value); 1394 string_table, arraysize(string_table), value);
1395 } 1395 }
1396 1396
1397 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 1397 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
1398 1398
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | third_party/khronos/GLES2/gl2ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698