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

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

Issue 7458008: Support GL_OES_EGL_image_external (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix typo which hung the windows gpu_unittests by corrupting the stack Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 GL_UNPACK_ALIGNMENT, 204 GL_UNPACK_ALIGNMENT,
205 GL_VIEWPORT, 205 GL_VIEWPORT,
206 }; 206 };
207 207
208 static GLenum valid_get_max_index_type_table[] = { 208 static GLenum valid_get_max_index_type_table[] = {
209 GL_UNSIGNED_BYTE, 209 GL_UNSIGNED_BYTE,
210 GL_UNSIGNED_SHORT, 210 GL_UNSIGNED_SHORT,
211 GL_UNSIGNED_INT, 211 GL_UNSIGNED_INT,
212 }; 212 };
213 213
214 static GLenum valid_get_tex_param_target_table[] = {
215 GL_TEXTURE_2D,
216 GL_TEXTURE_CUBE_MAP_POSITIVE_X,
217 GL_TEXTURE_CUBE_MAP_NEGATIVE_X,
218 GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
219 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,
220 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
221 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,
222 };
223
214 static GLenum valid_hint_mode_table[] = { 224 static GLenum valid_hint_mode_table[] = {
215 GL_FASTEST, 225 GL_FASTEST,
216 GL_NICEST, 226 GL_NICEST,
217 GL_DONT_CARE, 227 GL_DONT_CARE,
218 }; 228 };
219 229
220 static GLenum valid_hint_target_table[] = { 230 static GLenum valid_hint_target_table[] = {
221 GL_GENERATE_MIPMAP_HINT, 231 GL_GENERATE_MIPMAP_HINT,
222 }; 232 };
223 233
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 valid_frame_buffer_parameter_table, arraysize( 485 valid_frame_buffer_parameter_table, arraysize(
476 valid_frame_buffer_parameter_table)), 486 valid_frame_buffer_parameter_table)),
477 frame_buffer_target( 487 frame_buffer_target(
478 valid_frame_buffer_target_table, arraysize( 488 valid_frame_buffer_target_table, arraysize(
479 valid_frame_buffer_target_table)), 489 valid_frame_buffer_target_table)),
480 g_l_state( 490 g_l_state(
481 valid_g_l_state_table, arraysize(valid_g_l_state_table)), 491 valid_g_l_state_table, arraysize(valid_g_l_state_table)),
482 get_max_index_type( 492 get_max_index_type(
483 valid_get_max_index_type_table, arraysize( 493 valid_get_max_index_type_table, arraysize(
484 valid_get_max_index_type_table)), 494 valid_get_max_index_type_table)),
495 get_tex_param_target(
496 valid_get_tex_param_target_table, arraysize(
497 valid_get_tex_param_target_table)),
485 hint_mode( 498 hint_mode(
486 valid_hint_mode_table, arraysize(valid_hint_mode_table)), 499 valid_hint_mode_table, arraysize(valid_hint_mode_table)),
487 hint_target( 500 hint_target(
488 valid_hint_target_table, arraysize(valid_hint_target_table)), 501 valid_hint_target_table, arraysize(valid_hint_target_table)),
489 index_type( 502 index_type(
490 valid_index_type_table, arraysize(valid_index_type_table)), 503 valid_index_type_table, arraysize(valid_index_type_table)),
491 pixel_store( 504 pixel_store(
492 valid_pixel_store_table, arraysize(valid_pixel_store_table)), 505 valid_pixel_store_table, arraysize(valid_pixel_store_table)),
493 pixel_store_alignment( 506 pixel_store_alignment(
494 valid_pixel_store_alignment_table, arraysize( 507 valid_pixel_store_alignment_table, arraysize(
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 valid_vertex_attribute_table, arraysize( 573 valid_vertex_attribute_table, arraysize(
561 valid_vertex_attribute_table)), 574 valid_vertex_attribute_table)),
562 vertex_pointer( 575 vertex_pointer(
563 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)), 576 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)),
564 zero_only( 577 zero_only(
565 valid_zero_only_table, arraysize(valid_zero_only_table)) { 578 valid_zero_only_table, arraysize(valid_zero_only_table)) {
566 } 579 }
567 580
568 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT 581 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT
569 582
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_validation_autogen.h ('k') | gpu/command_buffer/service/program_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698