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

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

Issue 659903002: Add subscribeUniform extension pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 }, 2534 },
2535 { 2535 {
2536 0x8B48, 2536 0x8B48,
2537 "GL_SHADER_OBJECT_EXT", 2537 "GL_SHADER_OBJECT_EXT",
2538 }, 2538 },
2539 { 2539 {
2540 0x912F, 2540 0x912F,
2541 "GL_TEXTURE_IMMUTABLE_FORMAT_EXT", 2541 "GL_TEXTURE_IMMUTABLE_FORMAT_EXT",
2542 }, 2542 },
2543 { 2543 {
2544 0x924C,
2545 "GL_MOUSE_DELTA",
2546 },
2547 {
2548 0x924B,
2549 "GL_MOUSE_POSITION",
2550 },
2551 {
2544 0x924A, 2552 0x924A,
2545 "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM", 2553 "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM",
2546 }, 2554 },
2547 { 2555 {
2548 0x20000000, 2556 0x20000000,
2549 "GL_MULTISAMPLE_BUFFER_BIT5_QCOM", 2557 "GL_MULTISAMPLE_BUFFER_BIT5_QCOM",
2550 }, 2558 },
2551 { 2559 {
2552 0x0DE1, 2560 0x0DE1,
2553 "GL_TEXTURE_2D", 2561 "GL_TEXTURE_2D",
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3880 3888
3881 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 3889 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
3882 static const EnumToString string_table[] = { 3890 static const EnumToString string_table[] = {
3883 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 3891 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
3884 }; 3892 };
3885 return GLES2Util::GetQualifiedEnumString( 3893 return GLES2Util::GetQualifiedEnumString(
3886 string_table, arraysize(string_table), value); 3894 string_table, arraysize(string_table), value);
3887 } 3895 }
3888 3896
3889 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 3897 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698