OLD | NEW |
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 // DO NOT EDIT! This file is auto-generated by | 5 // DO NOT EDIT! This file is auto-generated by |
6 // generate_webgl_conformance_test_list.py | 6 // generate_webgl_conformance_test_list.py |
7 // It is included by webgl_conformance_tests.cc | 7 // It is included by webgl_conformance_tests.cc |
8 | 8 |
9 #ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ | 9 #ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ |
10 #define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ | 10 #define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image, | 282 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image, |
283 "conformance/textures/tex-image-and-sub-image-2d-with-image.html"); | 283 "conformance/textures/tex-image-and-sub-image-2d-with-image.html"); |
284 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video, | 284 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video, |
285 "conformance/textures/tex-image-and-sub-image-2d-with-video.html"); | 285 "conformance/textures/tex-image-and-sub-image-2d-with-video.html"); |
286 CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs, | 286 CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs, |
287 "conformance/textures/tex-image-and-uniform-binding-bugs.html"); | 287 "conformance/textures/tex-image-and-uniform-binding-bugs.html"); |
288 CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type, | 288 CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type, |
289 "conformance/textures/tex-image-with-format-and-type.html"); | 289 "conformance/textures/tex-image-with-format-and-type.html"); |
290 CONFORMANCE_TEST(conformance_textures_tex_image_with_invalid_data, | 290 CONFORMANCE_TEST(conformance_textures_tex_image_with_invalid_data, |
291 "conformance/textures/tex-image-with-invalid-data.html"); | 291 "conformance/textures/tex-image-with-invalid-data.html"); |
292 CONFORMANCE_TEST(DISABLED_conformance_textures_tex_input_validation, | 292 CONFORMANCE_TEST(conformance_textures_tex_input_validation, |
293 "conformance/textures/tex-input-validation.html"); | 293 "conformance/textures/tex-input-validation.html"); |
294 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d_bad_args, | 294 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d_bad_args, |
295 "conformance/textures/tex-sub-image-2d-bad-args.html"); | 295 "conformance/textures/tex-sub-image-2d-bad-args.html"); |
296 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d, | 296 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d, |
297 "conformance/textures/tex-sub-image-2d.html"); | 297 "conformance/textures/tex-sub-image-2d.html"); |
298 CONFORMANCE_TEST(conformance_textures_texparameter_test, | 298 CONFORMANCE_TEST(conformance_textures_texparameter_test, |
299 "conformance/textures/texparameter-test.html"); | 299 "conformance/textures/texparameter-test.html"); |
300 CONFORMANCE_TEST(conformance_textures_texture_active_bind_2, | 300 CONFORMANCE_TEST(conformance_textures_texture_active_bind_2, |
301 "conformance/textures/texture-active-bind-2.html"); | 301 "conformance/textures/texture-active-bind-2.html"); |
302 CONFORMANCE_TEST(conformance_textures_texture_active_bind, | 302 CONFORMANCE_TEST(conformance_textures_texture_active_bind, |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 "conformance/glsl/reserved/webgl_variable.vert.html"); | 643 "conformance/glsl/reserved/webgl_variable.vert.html"); |
644 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord, | 644 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord, |
645 "conformance/glsl/variables/gl-fragcoord.html"); | 645 "conformance/glsl/variables/gl-fragcoord.html"); |
646 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing, | 646 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing, |
647 "conformance/glsl/variables/gl-frontfacing.html"); | 647 "conformance/glsl/variables/gl-frontfacing.html"); |
648 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord, | 648 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord, |
649 "conformance/glsl/variables/gl-pointcoord.html"); | 649 "conformance/glsl/variables/gl-pointcoord.html"); |
650 | 650 |
651 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ | 651 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ |
652 | 652 |
OLD | NEW |