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

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

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: fix windows compile warning Created 3 years, 10 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 { 1593 {
1594 0x88FF, "GL_MAX_ARRAY_TEXTURE_LAYERS", 1594 0x88FF, "GL_MAX_ARRAY_TEXTURE_LAYERS",
1595 }, 1595 },
1596 { 1596 {
1597 0x8904, "GL_MIN_PROGRAM_TEXEL_OFFSET", 1597 0x8904, "GL_MIN_PROGRAM_TEXEL_OFFSET",
1598 }, 1598 },
1599 { 1599 {
1600 0x8905, "GL_MAX_PROGRAM_TEXEL_OFFSET", 1600 0x8905, "GL_MAX_PROGRAM_TEXEL_OFFSET",
1601 }, 1601 },
1602 { 1602 {
1603 0x8914, "GL_SAMPLES_PASSED_ARB",
1604 },
1605 {
1603 0x8916, "GL_GEOMETRY_LINKED_VERTICES_OUT_EXT", 1606 0x8916, "GL_GEOMETRY_LINKED_VERTICES_OUT_EXT",
1604 }, 1607 },
1605 { 1608 {
1606 0x8917, "GL_GEOMETRY_LINKED_INPUT_TYPE_EXT", 1609 0x8917, "GL_GEOMETRY_LINKED_INPUT_TYPE_EXT",
1607 }, 1610 },
1608 { 1611 {
1609 0x8918, "GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT", 1612 0x8918, "GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT",
1610 }, 1613 },
1611 { 1614 {
1612 0x8919, "GL_SAMPLER_BINDING", 1615 0x8919, "GL_SAMPLER_BINDING",
(...skipping 3386 matching lines...) Expand 10 before | Expand all | Expand 10 after
4999 5002
5000 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 5003 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
5001 static const EnumToString string_table[] = { 5004 static const EnumToString string_table[] = {
5002 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 5005 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
5003 }; 5006 };
5004 return GLES2Util::GetQualifiedEnumString(string_table, 5007 return GLES2Util::GetQualifiedEnumString(string_table,
5005 arraysize(string_table), value); 5008 arraysize(string_table), value);
5006 } 5009 }
5007 5010
5008 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 5011 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_ids_autogen.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698