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

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

Issue 1513283002: Add support to send optimal format as part of ScheduleOverlayPlane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update cmd_buffer_functions Created 5 years 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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 { 777 {
778 0x80C9, "GL_BLEND_SRC_RGB", 778 0x80C9, "GL_BLEND_SRC_RGB",
779 }, 779 },
780 { 780 {
781 0x80CA, "GL_BLEND_DST_ALPHA", 781 0x80CA, "GL_BLEND_DST_ALPHA",
782 }, 782 },
783 { 783 {
784 0x80CB, "GL_BLEND_SRC_ALPHA", 784 0x80CB, "GL_BLEND_SRC_ALPHA",
785 }, 785 },
786 { 786 {
787 0x80E0, "GL_BGR",
788 },
789 {
787 0x80E1, "GL_BGRA_EXT", 790 0x80E1, "GL_BGRA_EXT",
788 }, 791 },
789 { 792 {
790 0x80E8, "GL_MAX_ELEMENTS_VERTICES", 793 0x80E8, "GL_MAX_ELEMENTS_VERTICES",
791 }, 794 },
792 { 795 {
793 0x80E9, "GL_MAX_ELEMENTS_INDICES", 796 0x80E9, "GL_MAX_ELEMENTS_INDICES",
794 }, 797 },
795 { 798 {
796 0x812D, "GL_CLAMP_TO_BORDER_EXT", 799 0x812D, "GL_CLAMP_TO_BORDER_EXT",
(...skipping 4086 matching lines...) Expand 10 before | Expand all | Expand 10 after
4883 4886
4884 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 4887 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
4885 static const EnumToString string_table[] = { 4888 static const EnumToString string_table[] = {
4886 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 4889 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
4887 }; 4890 };
4888 return GLES2Util::GetQualifiedEnumString(string_table, 4891 return GLES2Util::GetQualifiedEnumString(string_table,
4889 arraysize(string_table), value); 4892 arraysize(string_table), value);
4890 } 4893 }
4891 4894
4892 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 4895 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_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