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

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

Issue 1922633002: Implement TransformFeedbackManager in GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/service/BUILD.gn » ('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 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 2986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 { 2997 {
2998 0x9248, "GL_OVERLAY_TRANSFORM_ROTATE_90_CHROMIUM", 2998 0x9248, "GL_OVERLAY_TRANSFORM_ROTATE_90_CHROMIUM",
2999 }, 2999 },
3000 { 3000 {
3001 0x9249, "GL_OVERLAY_TRANSFORM_ROTATE_180_CHROMIUM", 3001 0x9249, "GL_OVERLAY_TRANSFORM_ROTATE_180_CHROMIUM",
3002 }, 3002 },
3003 { 3003 {
3004 0x924A, "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM", 3004 0x924A, "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM",
3005 }, 3005 },
3006 { 3006 {
3007 0x924B, "GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM",
3008 },
3009 {
3010 0x924C, "GL_MOUSE_POSITION_CHROMIUM",
3011 },
3012 {
3013 0x9250, "GL_SHADER_BINARY_DMP", 3007 0x9250, "GL_SHADER_BINARY_DMP",
3014 }, 3008 },
3015 { 3009 {
3016 0x9251, "GL_SMAPHS30_PROGRAM_BINARY_DMP", 3010 0x9251, "GL_SMAPHS30_PROGRAM_BINARY_DMP",
3017 }, 3011 },
3018 { 3012 {
3019 0x9252, "GL_SMAPHS_PROGRAM_BINARY_DMP", 3013 0x9252, "GL_SMAPHS_PROGRAM_BINARY_DMP",
3020 }, 3014 },
3021 { 3015 {
3022 0x9253, "GL_DMP_PROGRAM_BINARY_DMP", 3016 0x9253, "GL_DMP_PROGRAM_BINARY_DMP",
(...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after
5012 5006
5013 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 5007 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
5014 static const EnumToString string_table[] = { 5008 static const EnumToString string_table[] = {
5015 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 5009 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
5016 }; 5010 };
5017 return GLES2Util::GetQualifiedEnumString(string_table, 5011 return GLES2Util::GetQualifiedEnumString(string_table,
5018 arraysize(string_table), value); 5012 arraysize(string_table), value);
5019 } 5013 }
5020 5014
5021 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 5015 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698