OLD | NEW |
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 // 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointer, | 112 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointer, |
113 "conformance/more/functions/vertexAttribPointer.html"); | 113 "conformance/more/functions/vertexAttribPointer.html"); |
114 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointerBadArgs, | 114 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointerBadArgs, |
115 "conformance/more/functions/vertexAttribPointerBadArgs.html"); | 115 "conformance/more/functions/vertexAttribPointerBadArgs.html"); |
116 CONFORMANCE_TEST(conformance_more_glsl_arrayOutOfBounds, | 116 CONFORMANCE_TEST(conformance_more_glsl_arrayOutOfBounds, |
117 "conformance/more/glsl/arrayOutOfBounds.html"); | 117 "conformance/more/glsl/arrayOutOfBounds.html"); |
118 CONFORMANCE_TEST(conformance_more_glsl_uniformOutOfBounds, | 118 CONFORMANCE_TEST(conformance_more_glsl_uniformOutOfBounds, |
119 "conformance/more/glsl/uniformOutOfBounds.html"); | 119 "conformance/more/glsl/uniformOutOfBounds.html"); |
120 CONFORMANCE_TEST(conformance_attribs_gl_enable_vertex_attrib, | 120 CONFORMANCE_TEST(conformance_attribs_gl_enable_vertex_attrib, |
121 "conformance/attribs/gl-enable-vertex-attrib.html"); | 121 "conformance/attribs/gl-enable-vertex-attrib.html"); |
| 122 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_render, |
| 123 "conformance/attribs/gl-vertex-attrib-render.html"); |
122 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_zero_issues, | 124 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_zero_issues, |
123 "conformance/attribs/gl-vertex-attrib-zero-issues.html"); | 125 "conformance/attribs/gl-vertex-attrib-zero-issues.html"); |
124 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib, | 126 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib, |
125 "conformance/attribs/gl-vertex-attrib.html"); | 127 "conformance/attribs/gl-vertex-attrib.html"); |
126 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer_offsets, | 128 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer_offsets, |
127 "conformance/attribs/gl-vertexattribpointer-offsets.html"); | 129 "conformance/attribs/gl-vertexattribpointer-offsets.html"); |
128 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer, | 130 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer, |
129 "conformance/attribs/gl-vertexattribpointer.html"); | 131 "conformance/attribs/gl-vertexattribpointer.html"); |
130 CONFORMANCE_TEST(conformance_buffers_buffer_bind_test, | 132 CONFORMANCE_TEST(conformance_buffers_buffer_bind_test, |
131 "conformance/buffers/buffer-bind-test.html"); | 133 "conformance/buffers/buffer-bind-test.html"); |
(...skipping 14 matching lines...) Expand all Loading... |
146 CONFORMANCE_TEST(conformance_canvas_buffer_preserve_test, | 148 CONFORMANCE_TEST(conformance_canvas_buffer_preserve_test, |
147 "conformance/canvas/buffer-preserve-test.html"); | 149 "conformance/canvas/buffer-preserve-test.html"); |
148 CONFORMANCE_TEST(conformance_canvas_canvas_test, | 150 CONFORMANCE_TEST(conformance_canvas_canvas_test, |
149 "conformance/canvas/canvas-test.html"); | 151 "conformance/canvas/canvas-test.html"); |
150 CONFORMANCE_TEST(conformance_canvas_canvas_zero_size, | 152 CONFORMANCE_TEST(conformance_canvas_canvas_zero_size, |
151 "conformance/canvas/canvas-zero-size.html"); | 153 "conformance/canvas/canvas-zero-size.html"); |
152 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_static_canvas_test, | 154 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_static_canvas_test, |
153 "conformance/canvas/drawingbuffer-static-canvas-test.html"); | 155 "conformance/canvas/drawingbuffer-static-canvas-test.html"); |
154 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_test, | 156 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_test, |
155 "conformance/canvas/drawingbuffer-test.html"); | 157 "conformance/canvas/drawingbuffer-test.html"); |
| 158 CONFORMANCE_TEST(conformance_canvas_framebuffer_bindings_unaffected_on_resize, |
| 159 "conformance/canvas/framebuffer-bindings-unaffected-on-resize.html"); |
| 160 CONFORMANCE_TEST(conformance_canvas_texture_bindings_unaffected_on_resize, |
| 161 "conformance/canvas/texture-bindings-unaffected-on-resize.html"); |
156 CONFORMANCE_TEST(conformance_canvas_viewport_unchanged_upon_resize, | 162 CONFORMANCE_TEST(conformance_canvas_viewport_unchanged_upon_resize, |
157 "conformance/canvas/viewport-unchanged-upon-resize.html"); | 163 "conformance/canvas/viewport-unchanged-upon-resize.html"); |
158 CONFORMANCE_TEST(conformance_context_constants, | 164 CONFORMANCE_TEST(conformance_context_constants, |
159 "conformance/context/constants.html"); | 165 "conformance/context/constants.html"); |
| 166 CONFORMANCE_TEST(conformance_context_context_attribute_preserve_drawing_buffer, |
| 167 "conformance/context/context-attribute-preserve-drawing-buffer.html"); |
160 CONFORMANCE_TEST(conformance_context_context_attributes_alpha_depth_stencil_anti
alias, | 168 CONFORMANCE_TEST(conformance_context_context_attributes_alpha_depth_stencil_anti
alias, |
161 "conformance/context/context-attributes-alpha-depth-stencil-antialias.html"); | 169 "conformance/context/context-attributes-alpha-depth-stencil-antialias.html"); |
| 170 CONFORMANCE_TEST(conformance_context_context_creation_and_destruction, |
| 171 "conformance/context/context-creation-and-destruction.html"); |
162 CONFORMANCE_TEST(conformance_context_context_lost_restored, | 172 CONFORMANCE_TEST(conformance_context_context_lost_restored, |
163 "conformance/context/context-lost-restored.html"); | 173 "conformance/context/context-lost-restored.html"); |
164 CONFORMANCE_TEST(conformance_context_context_lost, | 174 CONFORMANCE_TEST(conformance_context_context_lost, |
165 "conformance/context/context-lost.html"); | 175 "conformance/context/context-lost.html"); |
166 CONFORMANCE_TEST(conformance_context_context_type_test, | 176 CONFORMANCE_TEST(conformance_context_context_type_test, |
167 "conformance/context/context-type-test.html"); | 177 "conformance/context/context-type-test.html"); |
168 CONFORMANCE_TEST(conformance_context_incorrect_context_object_behaviour, | 178 CONFORMANCE_TEST(conformance_context_incorrect_context_object_behaviour, |
169 "conformance/context/incorrect-context-object-behaviour.html"); | 179 "conformance/context/incorrect-context-object-behaviour.html"); |
170 CONFORMANCE_TEST(conformance_context_methods, | 180 CONFORMANCE_TEST(conformance_context_methods, |
171 "conformance/context/methods.html"); | 181 "conformance/context/methods.html"); |
172 CONFORMANCE_TEST(conformance_context_premultiplyalpha_test, | 182 CONFORMANCE_TEST(conformance_context_premultiplyalpha_test, |
173 "conformance/context/premultiplyalpha-test.html"); | 183 "conformance/context/premultiplyalpha-test.html"); |
174 CONFORMANCE_TEST(conformance_context_resource_sharing_test, | 184 CONFORMANCE_TEST(conformance_context_resource_sharing_test, |
175 "conformance/context/resource-sharing-test.html"); | 185 "conformance/context/resource-sharing-test.html"); |
176 CONFORMANCE_TEST(conformance_extensions_oes_standard_derivatives, | 186 CONFORMANCE_TEST(conformance_extensions_oes_standard_derivatives, |
177 "conformance/extensions/oes-standard-derivatives.html"); | 187 "conformance/extensions/oes-standard-derivatives.html"); |
178 CONFORMANCE_TEST(conformance_extensions_oes_texture_float, | 188 CONFORMANCE_TEST(conformance_extensions_oes_texture_float, |
179 "conformance/extensions/oes-texture-float.html"); | 189 "conformance/extensions/oes-texture-float.html"); |
180 CONFORMANCE_TEST(conformance_extensions_oes_vertex_array_object, | 190 CONFORMANCE_TEST(conformance_extensions_oes_vertex_array_object, |
181 "conformance/extensions/oes-vertex-array-object.html"); | 191 "conformance/extensions/oes-vertex-array-object.html"); |
182 CONFORMANCE_TEST(conformance_extensions_webgl_debug_renderer_info, | 192 CONFORMANCE_TEST(conformance_extensions_webgl_debug_renderer_info, |
183 "conformance/extensions/webgl-debug-renderer-info.html"); | 193 "conformance/extensions/webgl-debug-renderer-info.html"); |
184 CONFORMANCE_TEST(conformance_extensions_webgl_debug_shaders, | 194 CONFORMANCE_TEST(conformance_extensions_webgl_debug_shaders, |
185 "conformance/extensions/webgl-debug-shaders.html"); | 195 "conformance/extensions/webgl-debug-shaders.html"); |
186 CONFORMANCE_TEST(conformance_extensions_webgl_compressed_texture_s3tc, | 196 CONFORMANCE_TEST(conformance_extensions_webgl_compressed_texture_s3tc, |
187 "conformance/extensions/webgl-compressed-texture-s3tc.html"); | 197 "conformance/extensions/webgl-compressed-texture-s3tc.html"); |
| 198 CONFORMANCE_TEST(conformance_extensions_ext_texture_filter_anisotropic, |
| 199 "conformance/extensions/ext-texture-filter-anisotropic.html"); |
188 CONFORMANCE_TEST(conformance_limits_gl_min_attribs, | 200 CONFORMANCE_TEST(conformance_limits_gl_min_attribs, |
189 "conformance/limits/gl-min-attribs.html"); | 201 "conformance/limits/gl-min-attribs.html"); |
190 CONFORMANCE_TEST(conformance_limits_gl_max_texture_dimensions, | 202 CONFORMANCE_TEST(conformance_limits_gl_max_texture_dimensions, |
191 "conformance/limits/gl-max-texture-dimensions.html"); | 203 "conformance/limits/gl-max-texture-dimensions.html"); |
192 CONFORMANCE_TEST(conformance_limits_gl_min_textures, | 204 CONFORMANCE_TEST(conformance_limits_gl_min_textures, |
193 "conformance/limits/gl-min-textures.html"); | 205 "conformance/limits/gl-min-textures.html"); |
194 CONFORMANCE_TEST(conformance_limits_gl_min_uniforms, | 206 CONFORMANCE_TEST(conformance_limits_gl_min_uniforms, |
195 "conformance/limits/gl-min-uniforms.html"); | 207 "conformance/limits/gl-min-uniforms.html"); |
196 CONFORMANCE_TEST(conformance_misc_bad_arguments_test, | 208 CONFORMANCE_TEST(conformance_misc_bad_arguments_test, |
197 "conformance/misc/bad-arguments-test.html"); | 209 "conformance/misc/bad-arguments-test.html"); |
(...skipping 14 matching lines...) Expand all Loading... |
212 CONFORMANCE_TEST(conformance_misc_object_deletion_behaviour, | 224 CONFORMANCE_TEST(conformance_misc_object_deletion_behaviour, |
213 "conformance/misc/object-deletion-behaviour.html"); | 225 "conformance/misc/object-deletion-behaviour.html"); |
214 CONFORMANCE_TEST(conformance_misc_shader_precision_format, | 226 CONFORMANCE_TEST(conformance_misc_shader_precision_format, |
215 "conformance/misc/shader-precision-format.html"); | 227 "conformance/misc/shader-precision-format.html"); |
216 CONFORMANCE_TEST(conformance_misc_type_conversion_test, | 228 CONFORMANCE_TEST(conformance_misc_type_conversion_test, |
217 "conformance/misc/type-conversion-test.html"); | 229 "conformance/misc/type-conversion-test.html"); |
218 CONFORMANCE_TEST(conformance_misc_uninitialized_test, | 230 CONFORMANCE_TEST(conformance_misc_uninitialized_test, |
219 "conformance/misc/uninitialized-test.html"); | 231 "conformance/misc/uninitialized-test.html"); |
220 CONFORMANCE_TEST(conformance_misc_webgl_specific, | 232 CONFORMANCE_TEST(conformance_misc_webgl_specific, |
221 "conformance/misc/webgl-specific.html"); | 233 "conformance/misc/webgl-specific.html"); |
| 234 CONFORMANCE_TEST(conformance_ogles_mustpass_run, |
| 235 "conformance/ogles/mustpass.run.txt"); |
222 CONFORMANCE_TEST(conformance_programs_get_active_test, | 236 CONFORMANCE_TEST(conformance_programs_get_active_test, |
223 "conformance/programs/get-active-test.html"); | 237 "conformance/programs/get-active-test.html"); |
224 CONFORMANCE_TEST(conformance_programs_gl_bind_attrib_location_test, | 238 CONFORMANCE_TEST(conformance_programs_gl_bind_attrib_location_test, |
225 "conformance/programs/gl-bind-attrib-location-test.html"); | 239 "conformance/programs/gl-bind-attrib-location-test.html"); |
| 240 CONFORMANCE_TEST(conformance_programs_gl_bind_attrib_location_long_names_test, |
| 241 "conformance/programs/gl-bind-attrib-location-long-names-test.html"); |
226 CONFORMANCE_TEST(conformance_programs_gl_get_active_attribute, | 242 CONFORMANCE_TEST(conformance_programs_gl_get_active_attribute, |
227 "conformance/programs/gl-get-active-attribute.html"); | 243 "conformance/programs/gl-get-active-attribute.html"); |
228 CONFORMANCE_TEST(conformance_programs_gl_get_active_uniform, | 244 CONFORMANCE_TEST(conformance_programs_gl_get_active_uniform, |
229 "conformance/programs/gl-get-active-uniform.html"); | 245 "conformance/programs/gl-get-active-uniform.html"); |
230 CONFORMANCE_TEST(conformance_programs_gl_getshadersource, | 246 CONFORMANCE_TEST(conformance_programs_gl_getshadersource, |
231 "conformance/programs/gl-getshadersource.html"); | 247 "conformance/programs/gl-getshadersource.html"); |
232 CONFORMANCE_TEST(conformance_programs_gl_shader_test, | 248 CONFORMANCE_TEST(conformance_programs_gl_shader_test, |
233 "conformance/programs/gl-shader-test.html"); | 249 "conformance/programs/gl-shader-test.html"); |
234 CONFORMANCE_TEST(conformance_programs_invalid_UTF_16, | 250 CONFORMANCE_TEST(conformance_programs_invalid_UTF_16, |
235 "conformance/programs/invalid-UTF-16.html"); | 251 "conformance/programs/invalid-UTF-16.html"); |
236 CONFORMANCE_TEST(conformance_programs_program_test, | 252 CONFORMANCE_TEST(conformance_programs_program_test, |
237 "conformance/programs/program-test.html"); | 253 "conformance/programs/program-test.html"); |
| 254 CONFORMANCE_TEST(conformance_programs_use_program_crash_with_discard_in_fragment
_shader, |
| 255 "conformance/programs/use-program-crash-with-discard-in-fragment-shader.html")
; |
238 CONFORMANCE_TEST(conformance_reading_read_pixels_pack_alignment, | 256 CONFORMANCE_TEST(conformance_reading_read_pixels_pack_alignment, |
239 "conformance/reading/read-pixels-pack-alignment.html"); | 257 "conformance/reading/read-pixels-pack-alignment.html"); |
240 CONFORMANCE_TEST(conformance_reading_read_pixels_test, | 258 CONFORMANCE_TEST(conformance_reading_read_pixels_test, |
241 "conformance/reading/read-pixels-test.html"); | 259 "conformance/reading/read-pixels-test.html"); |
242 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_object_attachment, | 260 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_object_attachment, |
243 "conformance/renderbuffers/framebuffer-object-attachment.html"); | 261 "conformance/renderbuffers/framebuffer-object-attachment.html"); |
244 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_test, | 262 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_test, |
245 "conformance/renderbuffers/framebuffer-test.html"); | 263 "conformance/renderbuffers/framebuffer-test.html"); |
246 CONFORMANCE_TEST(conformance_renderbuffers_renderbuffer_initialization, | 264 CONFORMANCE_TEST(conformance_renderbuffers_renderbuffer_initialization, |
247 "conformance/renderbuffers/renderbuffer-initialization.html"); | 265 "conformance/renderbuffers/renderbuffer-initialization.html"); |
| 266 CONFORMANCE_TEST(conformance_rendering_culling, |
| 267 "conformance/rendering/culling.html"); |
248 CONFORMANCE_TEST(conformance_rendering_draw_arrays_out_of_bounds, | 268 CONFORMANCE_TEST(conformance_rendering_draw_arrays_out_of_bounds, |
249 "conformance/rendering/draw-arrays-out-of-bounds.html"); | 269 "conformance/rendering/draw-arrays-out-of-bounds.html"); |
250 CONFORMANCE_TEST(conformance_rendering_draw_elements_out_of_bounds, | 270 CONFORMANCE_TEST(conformance_rendering_draw_elements_out_of_bounds, |
251 "conformance/rendering/draw-elements-out-of-bounds.html"); | 271 "conformance/rendering/draw-elements-out-of-bounds.html"); |
252 CONFORMANCE_TEST(conformance_rendering_gl_clear, | 272 CONFORMANCE_TEST(conformance_rendering_gl_clear, |
253 "conformance/rendering/gl-clear.html"); | 273 "conformance/rendering/gl-clear.html"); |
254 CONFORMANCE_TEST(conformance_rendering_gl_drawelements, | 274 CONFORMANCE_TEST(conformance_rendering_gl_drawelements, |
255 "conformance/rendering/gl-drawelements.html"); | 275 "conformance/rendering/gl-drawelements.html"); |
256 CONFORMANCE_TEST(conformance_rendering_gl_scissor_test, | 276 CONFORMANCE_TEST(conformance_rendering_gl_scissor_test, |
257 "conformance/rendering/gl-scissor-test.html"); | 277 "conformance/rendering/gl-scissor-test.html"); |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 CONFORMANCE_TEST(conformance_textures_texture_npot_video, | 344 CONFORMANCE_TEST(conformance_textures_texture_npot_video, |
325 "conformance/textures/texture-npot-video.html"); | 345 "conformance/textures/texture-npot-video.html"); |
326 CONFORMANCE_TEST(conformance_textures_texture_npot, | 346 CONFORMANCE_TEST(conformance_textures_texture_npot, |
327 "conformance/textures/texture-npot.html"); | 347 "conformance/textures/texture-npot.html"); |
328 CONFORMANCE_TEST(conformance_textures_texture_size, | 348 CONFORMANCE_TEST(conformance_textures_texture_size, |
329 "conformance/textures/texture-size.html"); | 349 "conformance/textures/texture-size.html"); |
330 CONFORMANCE_TEST(conformance_textures_texture_size_cube_maps, | 350 CONFORMANCE_TEST(conformance_textures_texture_size_cube_maps, |
331 "conformance/textures/texture-size-cube-maps.html"); | 351 "conformance/textures/texture-size-cube-maps.html"); |
332 CONFORMANCE_TEST(conformance_textures_texture_transparent_pixels_initialized, | 352 CONFORMANCE_TEST(conformance_textures_texture_transparent_pixels_initialized, |
333 "conformance/textures/texture-transparent-pixels-initialized.html"); | 353 "conformance/textures/texture-transparent-pixels-initialized.html"); |
| 354 CONFORMANCE_TEST(conformance_textures_texture_upload_cube_maps, |
| 355 "conformance/textures/texture-upload-cube-maps.html"); |
334 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_crash, | 356 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_crash, |
335 "conformance/typedarrays/array-buffer-crash.html"); | 357 "conformance/typedarrays/array-buffer-crash.html"); |
336 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_view_crash, | 358 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_view_crash, |
337 "conformance/typedarrays/array-buffer-view-crash.html"); | 359 "conformance/typedarrays/array-buffer-view-crash.html"); |
338 CONFORMANCE_TEST(conformance_typedarrays_array_unit_tests, | 360 CONFORMANCE_TEST(conformance_typedarrays_array_unit_tests, |
339 "conformance/typedarrays/array-unit-tests.html"); | 361 "conformance/typedarrays/array-unit-tests.html"); |
| 362 CONFORMANCE_TEST(conformance_typedarrays_data_view_crash, |
| 363 "conformance/typedarrays/data-view-crash.html"); |
| 364 CONFORMANCE_TEST(conformance_typedarrays_data_view_test, |
| 365 "conformance/typedarrays/data-view-test.html"); |
340 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_arrays, | 366 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_arrays, |
341 "conformance/uniforms/gl-uniform-arrays.html"); | 367 "conformance/uniforms/gl-uniform-arrays.html"); |
342 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_bool, | 368 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_bool, |
343 "conformance/uniforms/gl-uniform-bool.html"); | 369 "conformance/uniforms/gl-uniform-bool.html"); |
344 CONFORMANCE_TEST(conformance_uniforms_gl_uniformmatrix4fv, | 370 CONFORMANCE_TEST(conformance_uniforms_gl_uniformmatrix4fv, |
345 "conformance/uniforms/gl-uniformmatrix4fv.html"); | 371 "conformance/uniforms/gl-uniformmatrix4fv.html"); |
346 CONFORMANCE_TEST(conformance_uniforms_gl_unknown_uniform, | 372 CONFORMANCE_TEST(conformance_uniforms_gl_unknown_uniform, |
347 "conformance/uniforms/gl-unknown-uniform.html"); | 373 "conformance/uniforms/gl-unknown-uniform.html"); |
348 CONFORMANCE_TEST(conformance_uniforms_null_uniform_location, | 374 CONFORMANCE_TEST(conformance_uniforms_null_uniform_location, |
349 "conformance/uniforms/null-uniform-location.html"); | 375 "conformance/uniforms/null-uniform-location.html"); |
| 376 CONFORMANCE_TEST(conformance_uniforms_uniform_default_values, |
| 377 "conformance/uniforms/uniform-default-values.html"); |
350 CONFORMANCE_TEST(conformance_uniforms_uniform_location, | 378 CONFORMANCE_TEST(conformance_uniforms_uniform_location, |
351 "conformance/uniforms/uniform-location.html"); | 379 "conformance/uniforms/uniform-location.html"); |
352 CONFORMANCE_TEST(conformance_uniforms_uniform_samplers_test, | 380 CONFORMANCE_TEST(conformance_uniforms_uniform_samplers_test, |
353 "conformance/uniforms/uniform-samplers-test.html"); | 381 "conformance/uniforms/uniform-samplers-test.html"); |
354 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function, | 382 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function, |
355 "conformance/glsl/functions/glsl-function.html"); | 383 "conformance/glsl/functions/glsl-function.html"); |
356 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_abs, | 384 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_abs, |
357 "conformance/glsl/functions/glsl-function-abs.html"); | 385 "conformance/glsl/functions/glsl-function-abs.html"); |
358 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_acos, | 386 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_acos, |
359 "conformance/glsl/functions/glsl-function-acos.html"); | 387 "conformance/glsl/functions/glsl-function-acos.html"); |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_ivec4_vec4_vert, | 576 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_ivec4_vec4_vert, |
549 "conformance/glsl/implicit/ternary_ivec4_vec4.vert.html"); | 577 "conformance/glsl/implicit/ternary_ivec4_vec4.vert.html"); |
550 CONFORMANCE_TEST(conformance_glsl_matrices_glsl_mat4_to_mat3, | 578 CONFORMANCE_TEST(conformance_glsl_matrices_glsl_mat4_to_mat3, |
551 "conformance/glsl/matrices/glsl-mat4-to-mat3.html"); | 579 "conformance/glsl/matrices/glsl-mat4-to-mat3.html"); |
552 CONFORMANCE_TEST(conformance_glsl_misc_attrib_location_length_limits, | 580 CONFORMANCE_TEST(conformance_glsl_misc_attrib_location_length_limits, |
553 "conformance/glsl/misc/attrib-location-length-limits.html"); | 581 "conformance/glsl/misc/attrib-location-length-limits.html"); |
554 CONFORMANCE_TEST(conformance_glsl_misc_embedded_struct_definitions_forbidden, | 582 CONFORMANCE_TEST(conformance_glsl_misc_embedded_struct_definitions_forbidden, |
555 "conformance/glsl/misc/embedded-struct-definitions-forbidden.html"); | 583 "conformance/glsl/misc/embedded-struct-definitions-forbidden.html"); |
556 CONFORMANCE_TEST(conformance_glsl_misc_glsl_function_nodes, | 584 CONFORMANCE_TEST(conformance_glsl_misc_glsl_function_nodes, |
557 "conformance/glsl/misc/glsl-function-nodes.html"); | 585 "conformance/glsl/misc/glsl-function-nodes.html"); |
| 586 CONFORMANCE_TEST(conformance_glsl_misc_glsl_vertex_branch, |
| 587 "conformance/glsl/misc/glsl-vertex-branch.html"); |
558 CONFORMANCE_TEST(conformance_glsl_misc_glsl_long_variable_names, | 588 CONFORMANCE_TEST(conformance_glsl_misc_glsl_long_variable_names, |
559 "conformance/glsl/misc/glsl-long-variable-names.html"); | 589 "conformance/glsl/misc/glsl-long-variable-names.html"); |
560 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_comments_vert, | 590 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_comments_vert, |
561 "conformance/glsl/misc/non-ascii-comments.vert.html"); | 591 "conformance/glsl/misc/non-ascii-comments.vert.html"); |
562 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_vert, | 592 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_vert, |
563 "conformance/glsl/misc/non-ascii.vert.html"); | 593 "conformance/glsl/misc/non-ascii.vert.html"); |
| 594 CONFORMANCE_TEST(conformance_glsl_misc_re_compile_re_link, |
| 595 "conformance/glsl/misc/re-compile-re-link.html"); |
| 596 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_256_character_define, |
| 597 "conformance/glsl/misc/shader-with-256-character-define.html"); |
564 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_256_character_identifier_frag
, | 598 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_256_character_identifier_frag
, |
565 "conformance/glsl/misc/shader-with-256-character-identifier.frag.html"); | 599 "conformance/glsl/misc/shader-with-256-character-identifier.frag.html"); |
| 600 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_257_character_define, |
| 601 "conformance/glsl/misc/shader-with-257-character-define.html"); |
566 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_257_character_identifier_frag
, | 602 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_257_character_identifier_frag
, |
567 "conformance/glsl/misc/shader-with-257-character-identifier.frag.html"); | 603 "conformance/glsl/misc/shader-with-257-character-identifier.frag.html"); |
568 CONFORMANCE_TEST(conformance_glsl_misc_shader_with__webgl_identifier_vert, | 604 CONFORMANCE_TEST(conformance_glsl_misc_shader_with__webgl_identifier_vert, |
569 "conformance/glsl/misc/shader-with-_webgl-identifier.vert.html"); | 605 "conformance/glsl/misc/shader-with-_webgl-identifier.vert.html"); |
570 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_frag, | 606 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_frag, |
571 "conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html"); | 607 "conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html"); |
572 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_vert, | 608 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_vert, |
573 "conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html"); | 609 "conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html"); |
574 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_array_vert, | 610 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_array_vert, |
575 "conformance/glsl/misc/shader-with-attrib-array.vert.html"); | 611 "conformance/glsl/misc/shader-with-attrib-array.vert.html"); |
576 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_struct_vert, | 612 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_struct_vert, |
577 "conformance/glsl/misc/shader-with-attrib-struct.vert.html"); | 613 "conformance/glsl/misc/shader-with-attrib-struct.vert.html"); |
578 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_clipvertex_vert, | 614 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_clipvertex_vert, |
579 "conformance/glsl/misc/shader-with-clipvertex.vert.html"); | 615 "conformance/glsl/misc/shader-with-clipvertex.vert.html"); |
580 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_conditional_scoping, | 616 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_conditional_scoping, |
581 "conformance/glsl/misc/shader-with-conditional-scoping.html"); | 617 "conformance/glsl/misc/shader-with-conditional-scoping.html"); |
| 618 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_conditional_scoping_negative, |
| 619 "conformance/glsl/misc/shader-with-conditional-scoping-negative.html"); |
582 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_frag, | 620 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_frag, |
583 "conformance/glsl/misc/shader-with-default-precision.frag.html"); | 621 "conformance/glsl/misc/shader-with-default-precision.frag.html"); |
584 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_vert, | 622 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_vert, |
585 "conformance/glsl/misc/shader-with-default-precision.vert.html"); | 623 "conformance/glsl/misc/shader-with-default-precision.vert.html"); |
586 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_define_line_continuation_frag
, | 624 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_define_line_continuation_frag
, |
587 "conformance/glsl/misc/shader-with-define-line-continuation.frag.html"); | 625 "conformance/glsl/misc/shader-with-define-line-continuation.frag.html"); |
588 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_no_ext_frag, | 626 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_no_ext_frag, |
589 "conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html"); | 627 "conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html"); |
590 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_frag, | 628 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_frag, |
591 "conformance/glsl/misc/shader-with-dfdx.frag.html"); | 629 "conformance/glsl/misc/shader-with-dfdx.frag.html"); |
592 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_do_scoping, | 630 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_do_loop, |
593 "conformance/glsl/misc/shader-with-do-scoping.html"); | 631 "conformance/glsl/misc/shader-with-do-loop.html"); |
594 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_error_directive, | 632 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_error_directive, |
595 "conformance/glsl/misc/shader-with-error-directive.html"); | 633 "conformance/glsl/misc/shader-with-error-directive.html"); |
596 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_explicit_int_cast_vert, | 634 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_explicit_int_cast_vert, |
597 "conformance/glsl/misc/shader-with-explicit-int-cast.vert.html"); | 635 "conformance/glsl/misc/shader-with-explicit-int-cast.vert.html"); |
598 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_float_return_value_frag, | 636 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_float_return_value_frag, |
599 "conformance/glsl/misc/shader-with-float-return-value.frag.html"); | 637 "conformance/glsl/misc/shader-with-float-return-value.frag.html"); |
600 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_scoping, | 638 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_scoping, |
601 "conformance/glsl/misc/shader-with-for-scoping.html"); | 639 "conformance/glsl/misc/shader-with-for-scoping.html"); |
602 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_loop, | 640 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_loop, |
603 "conformance/glsl/misc/shader-with-for-loop.html"); | 641 "conformance/glsl/misc/shader-with-for-loop.html"); |
604 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_frag_depth_frag, | 642 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_frag_depth_frag, |
605 "conformance/glsl/misc/shader-with-frag-depth.frag.html"); | 643 "conformance/glsl/misc/shader-with-frag-depth.frag.html"); |
606 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_recursion_frag, | 644 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_recursion_frag, |
607 "conformance/glsl/misc/shader-with-function-recursion.frag.html"); | 645 "conformance/glsl/misc/shader-with-function-recursion.frag.html"); |
608 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_scoped_struct, | 646 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_scoped_struct, |
609 "conformance/glsl/misc/shader-with-function-scoped-struct.html"); | 647 "conformance/glsl/misc/shader-with-function-scoped-struct.html"); |
610 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_functional_scoping, | 648 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_functional_scoping, |
611 "conformance/glsl/misc/shader-with-functional-scoping.html"); | 649 "conformance/glsl/misc/shader-with-functional-scoping.html"); |
| 650 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_comma_assignment, |
| 651 "conformance/glsl/misc/shader-with-comma-assignment.html"); |
| 652 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_comma_conditional_assignment, |
| 653 "conformance/glsl/misc/shader-with-comma-conditional-assignment.html"); |
612 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glcolor_vert, | 654 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glcolor_vert, |
613 "conformance/glsl/misc/shader-with-glcolor.vert.html"); | 655 "conformance/glsl/misc/shader-with-glcolor.vert.html"); |
614 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_1_frag, | 656 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_1_frag, |
615 "conformance/glsl/misc/shader-with-gles-1.frag.html"); | 657 "conformance/glsl/misc/shader-with-gles-1.frag.html"); |
616 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_symbol_frag, | 658 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_symbol_frag, |
617 "conformance/glsl/misc/shader-with-gles-symbol.frag.html"); | 659 "conformance/glsl/misc/shader-with-gles-symbol.frag.html"); |
618 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glprojectionmatrix_vert, | 660 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glprojectionmatrix_vert, |
619 "conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html"); | 661 "conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html"); |
620 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_implicit_vec3_to_vec4_cast_ve
rt, | 662 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_implicit_vec3_to_vec4_cast_ve
rt, |
621 "conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html"); | 663 "conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html"); |
(...skipping 10 matching lines...) Expand all Loading... |
632 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_ivec4_return_value_frag, | 674 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_ivec4_return_value_frag, |
633 "conformance/glsl/misc/shader-with-ivec4-return-value.frag.html"); | 675 "conformance/glsl/misc/shader-with-ivec4-return-value.frag.html"); |
634 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_limited_indexing_frag, | 676 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_limited_indexing_frag, |
635 "conformance/glsl/misc/shader-with-limited-indexing.frag.html"); | 677 "conformance/glsl/misc/shader-with-limited-indexing.frag.html"); |
636 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_hex_int_constant_macro, | 678 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_hex_int_constant_macro, |
637 "conformance/glsl/misc/shader-with-hex-int-constant-macro.html"); | 679 "conformance/glsl/misc/shader-with-hex-int-constant-macro.html"); |
638 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_long_line, | 680 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_long_line, |
639 "conformance/glsl/misc/shader-with-long-line.html"); | 681 "conformance/glsl/misc/shader-with-long-line.html"); |
640 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_non_ascii_error_frag, | 682 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_non_ascii_error_frag, |
641 "conformance/glsl/misc/shader-with-non-ascii-error.frag.html"); | 683 "conformance/glsl/misc/shader-with-non-ascii-error.frag.html"); |
| 684 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_non_reserved_words, |
| 685 "conformance/glsl/misc/shader-with-non-reserved-words.html"); |
642 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_precision_frag, | 686 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_precision_frag, |
643 "conformance/glsl/misc/shader-with-precision.frag.html"); | 687 "conformance/glsl/misc/shader-with-precision.frag.html"); |
644 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_quoted_error_frag, | 688 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_quoted_error_frag, |
645 "conformance/glsl/misc/shader-with-quoted-error.frag.html"); | 689 "conformance/glsl/misc/shader-with-quoted-error.frag.html"); |
| 690 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_reserved_words, |
| 691 "conformance/glsl/misc/shader-with-reserved-words.html"); |
646 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_undefined_preprocessor_symbol
_frag, | 692 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_undefined_preprocessor_symbol
_frag, |
647 "conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html"); | 693 "conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html"); |
648 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_uniform_in_loop_condition_ver
t, | 694 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_uniform_in_loop_condition_ver
t, |
649 "conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html"); | 695 "conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html"); |
650 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec2_return_value_frag, | 696 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec2_return_value_frag, |
651 "conformance/glsl/misc/shader-with-vec2-return-value.frag.html"); | 697 "conformance/glsl/misc/shader-with-vec2-return-value.frag.html"); |
652 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec3_return_value_frag, | 698 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec3_return_value_frag, |
653 "conformance/glsl/misc/shader-with-vec3-return-value.frag.html"); | 699 "conformance/glsl/misc/shader-with-vec3-return-value.frag.html"); |
654 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_return_value_frag, | 700 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_return_value_frag, |
655 "conformance/glsl/misc/shader-with-vec4-return-value.frag.html"); | 701 "conformance/glsl/misc/shader-with-vec4-return-value.frag.html"); |
656 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditional, | 702 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditional, |
657 "conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html"); | 703 "conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html"); |
658 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_frag, | 704 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_frag, |
659 "conformance/glsl/misc/shader-with-version-100.frag.html"); | 705 "conformance/glsl/misc/shader-with-version-100.frag.html"); |
660 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_vert, | 706 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_vert, |
661 "conformance/glsl/misc/shader-with-version-100.vert.html"); | 707 "conformance/glsl/misc/shader-with-version-100.vert.html"); |
662 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_120_vert, | 708 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_120_vert, |
663 "conformance/glsl/misc/shader-with-version-120.vert.html"); | 709 "conformance/glsl/misc/shader-with-version-120.vert.html"); |
664 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_130_vert, | 710 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_130_vert, |
665 "conformance/glsl/misc/shader-with-version-130.vert.html"); | 711 "conformance/glsl/misc/shader-with-version-130.vert.html"); |
666 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_webgl_identifier_vert, | 712 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_webgl_identifier_vert, |
667 "conformance/glsl/misc/shader-with-webgl-identifier.vert.html"); | 713 "conformance/glsl/misc/shader-with-webgl-identifier.vert.html"); |
| 714 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_while_loop, |
| 715 "conformance/glsl/misc/shader-with-while-loop.html"); |
668 CONFORMANCE_TEST(conformance_glsl_misc_shader_without_precision_frag, | 716 CONFORMANCE_TEST(conformance_glsl_misc_shader_without_precision_frag, |
669 "conformance/glsl/misc/shader-without-precision.frag.html"); | 717 "conformance/glsl/misc/shader-without-precision.frag.html"); |
670 CONFORMANCE_TEST(conformance_glsl_misc_shared, | 718 CONFORMANCE_TEST(conformance_glsl_misc_shared, |
671 "conformance/glsl/misc/shared.html"); | 719 "conformance/glsl/misc/shared.html"); |
672 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_exceeds_maximum, | 720 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_exceeds_maximum, |
673 "conformance/glsl/misc/struct-nesting-exceeds-maximum.html"); | 721 "conformance/glsl/misc/struct-nesting-exceeds-maximum.html"); |
674 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_under_maximum, | 722 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_under_maximum, |
675 "conformance/glsl/misc/struct-nesting-under-maximum.html"); | 723 "conformance/glsl/misc/struct-nesting-under-maximum.html"); |
676 CONFORMANCE_TEST(conformance_glsl_misc_uniform_location_length_limits, | 724 CONFORMANCE_TEST(conformance_glsl_misc_uniform_location_length_limits, |
677 "conformance/glsl/misc/uniform-location-length-limits.html"); | 725 "conformance/glsl/misc/uniform-location-length-limits.html"); |
(...skipping 21 matching lines...) Expand all Loading... |
699 "conformance/glsl/samplers/glsl-function-texture2dproj.html"); | 747 "conformance/glsl/samplers/glsl-function-texture2dproj.html"); |
700 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord, | 748 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord, |
701 "conformance/glsl/variables/gl-fragcoord.html"); | 749 "conformance/glsl/variables/gl-fragcoord.html"); |
702 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing, | 750 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing, |
703 "conformance/glsl/variables/gl-frontfacing.html"); | 751 "conformance/glsl/variables/gl-frontfacing.html"); |
704 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord, | 752 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord, |
705 "conformance/glsl/variables/gl-pointcoord.html"); | 753 "conformance/glsl/variables/gl-pointcoord.html"); |
706 | 754 |
707 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ | 755 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ |
708 | 756 |
OLD | NEW |