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

Side by Side Diff: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 498
499 static const GLenum valid_query_parameter_table[] = { 499 static const GLenum valid_query_parameter_table[] = {
500 GL_CURRENT_QUERY_EXT, 500 GL_CURRENT_QUERY_EXT,
501 }; 501 };
502 502
503 static const GLenum valid_query_target_table[] = { 503 static const GLenum valid_query_target_table[] = {
504 GL_ANY_SAMPLES_PASSED_EXT, 504 GL_ANY_SAMPLES_PASSED_EXT,
505 GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT, 505 GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT,
506 GL_COMMANDS_ISSUED_CHROMIUM, 506 GL_COMMANDS_ISSUED_CHROMIUM,
507 GL_LATENCY_QUERY_CHROMIUM, 507 GL_LATENCY_QUERY_CHROMIUM,
508 GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM,
509 GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM, 508 GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM,
510 GL_COMMANDS_COMPLETED_CHROMIUM, 509 GL_COMMANDS_COMPLETED_CHROMIUM,
511 }; 510 };
512 511
513 static const GLenum valid_read_buffer_table[] = { 512 static const GLenum valid_read_buffer_table[] = {
514 GL_NONE, 513 GL_NONE,
515 GL_BACK, 514 GL_BACK,
516 GL_COLOR_ATTACHMENT0, 515 GL_COLOR_ATTACHMENT0,
517 GL_COLOR_ATTACHMENT1, 516 GL_COLOR_ATTACHMENT1,
518 GL_COLOR_ATTACHMENT2, 517 GL_COLOR_ATTACHMENT2,
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 arraysize(valid_texture_internal_format_storage_table_es3)); 1190 arraysize(valid_texture_internal_format_storage_table_es3));
1192 texture_parameter.AddValues(valid_texture_parameter_table_es3, 1191 texture_parameter.AddValues(valid_texture_parameter_table_es3,
1193 arraysize(valid_texture_parameter_table_es3)); 1192 arraysize(valid_texture_parameter_table_es3));
1194 vertex_attrib_type.AddValues(valid_vertex_attrib_type_table_es3, 1193 vertex_attrib_type.AddValues(valid_vertex_attrib_type_table_es3,
1195 arraysize(valid_vertex_attrib_type_table_es3)); 1194 arraysize(valid_vertex_attrib_type_table_es3));
1196 vertex_attribute.AddValues(valid_vertex_attribute_table_es3, 1195 vertex_attribute.AddValues(valid_vertex_attribute_table_es3,
1197 arraysize(valid_vertex_attribute_table_es3)); 1196 arraysize(valid_vertex_attribute_table_es3));
1198 } 1197 }
1199 1198
1200 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ 1199 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc ('k') | gpu/command_buffer/service/query_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698