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

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

Issue 9694025: Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add cast for std::min Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // DO NOT EDIT! 7 // DO NOT EDIT!
8 8
9 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT 9 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT
10 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT 10 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 GL_QUERY_RESULT_AVAILABLE_EXT, 272 GL_QUERY_RESULT_AVAILABLE_EXT,
273 }; 273 };
274 274
275 static GLenum valid_query_parameter_table[] = { 275 static GLenum valid_query_parameter_table[] = {
276 GL_CURRENT_QUERY_EXT, 276 GL_CURRENT_QUERY_EXT,
277 }; 277 };
278 278
279 static GLenum valid_query_target_table[] = { 279 static GLenum valid_query_target_table[] = {
280 GL_ANY_SAMPLES_PASSED_EXT, 280 GL_ANY_SAMPLES_PASSED_EXT,
281 GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT, 281 GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT,
282 GL_COMMANDS_ISSUED_CHROMIUM,
282 }; 283 };
283 284
284 static GLenum valid_read_pixel_format_table[] = { 285 static GLenum valid_read_pixel_format_table[] = {
285 GL_ALPHA, 286 GL_ALPHA,
286 GL_RGB, 287 GL_RGB,
287 GL_RGBA, 288 GL_RGBA,
288 }; 289 };
289 290
290 static GLenum valid_render_buffer_format_table[] = { 291 static GLenum valid_render_buffer_format_table[] = {
291 GL_RGBA4, 292 GL_RGBA4,
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 valid_vertex_attribute_table, arraysize( 617 valid_vertex_attribute_table, arraysize(
617 valid_vertex_attribute_table)), 618 valid_vertex_attribute_table)),
618 vertex_pointer( 619 vertex_pointer(
619 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)), 620 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)),
620 zero_only( 621 zero_only(
621 valid_zero_only_table, arraysize(valid_zero_only_table)) { 622 valid_zero_only_table, arraysize(valid_zero_only_table)) {
622 } 623 }
623 624
624 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT 625 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT
625 626
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h ('k') | gpu/command_buffer/service/query_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698