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

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

Issue 1067733003: Handle GPU command buffer client side Get* caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 }, 322 },
323 { 323 {
324 0x87F9, 324 0x87F9,
325 "GL_3DC_X_AMD", 325 "GL_3DC_X_AMD",
326 }, 326 },
327 { 327 {
328 0x8A53, 328 0x8A53,
329 "GL_SYNC_OBJECT_APPLE", 329 "GL_SYNC_OBJECT_APPLE",
330 }, 330 },
331 { 331 {
332 0x78FB,
333 "GL_RGBA_YUV_420_CHROMIUM",
334 },
335 {
336 0x8DF8, 332 0x8DF8,
337 "GL_SHADER_BINARY_FORMATS", 333 "GL_SHADER_BINARY_FORMATS",
338 }, 334 },
339 { 335 {
340 0x8DF9, 336 0x8DF9,
341 "GL_NUM_SHADER_BINARY_FORMATS", 337 "GL_NUM_SHADER_BINARY_FORMATS",
342 }, 338 },
343 { 339 {
344 0x826D, 340 0x826D,
345 "GL_DEBUG_GROUP_STACK_DEPTH_KHR", 341 "GL_DEBUG_GROUP_STACK_DEPTH_KHR",
(...skipping 5164 matching lines...) Expand 10 before | Expand all | Expand 10 after
5510 5506
5511 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { 5507 std::string GLES2Util::GetStringVertexPointer(uint32_t value) {
5512 static const EnumToString string_table[] = { 5508 static const EnumToString string_table[] = {
5513 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, 5509 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"},
5514 }; 5510 };
5515 return GLES2Util::GetQualifiedEnumString(string_table, 5511 return GLES2Util::GetQualifiedEnumString(string_table,
5516 arraysize(string_table), value); 5512 arraysize(string_table), value);
5517 } 5513 }
5518 5514
5519 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ 5515 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/capabilities.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698