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

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

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted mojo readme, changed wait() to take a pointer Created 5 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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 { 1893 {
1894 0x851A, "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z", 1894 0x851A, "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z",
1895 }, 1895 },
1896 { 1896 {
1897 0x851C, "GL_MAX_CUBE_MAP_TEXTURE_SIZE", 1897 0x851C, "GL_MAX_CUBE_MAP_TEXTURE_SIZE",
1898 }, 1898 },
1899 { 1899 {
1900 0x8CD9, "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS", 1900 0x8CD9, "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS",
1901 }, 1901 },
1902 { 1902 {
1903 24, "GL_SYNC_TOKEN_SIZE_CHROMIUM",
1904 },
1905 {
1903 0x84CC, "GL_TEXTURE12", 1906 0x84CC, "GL_TEXTURE12",
1904 }, 1907 },
1905 { 1908 {
1906 0x0BA2, "GL_VIEWPORT", 1909 0x0BA2, "GL_VIEWPORT",
1907 }, 1910 },
1908 { 1911 {
1909 0x84CA, "GL_TEXTURE10", 1912 0x84CA, "GL_TEXTURE10",
1910 }, 1913 },
1911 { 1914 {
1912 0x78F1, "GL_MAP_CHROMIUM", 1915 0x78F1, "GL_MAP_CHROMIUM",
(...skipping 2890 matching lines...) Expand 10 before | Expand all | Expand 10 after
4803 4806
4804 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 4807 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
4805 static const EnumToString string_table[] = { 4808 static const EnumToString string_table[] = {
4806 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 4809 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
4807 }; 4810 };
4808 return GLES2Util::GetQualifiedEnumString(string_table, 4811 return GLES2Util::GetQualifiedEnumString(string_table,
4809 arraysize(string_table), value); 4812 arraysize(string_table), value);
4810 } 4813 }
4811 4814
4812 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 4815 #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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698