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
3 // found in the LICENSE file.
5 // DO NOT EDIT! This file is auto-generated by
6 // generate_webgl_conformance_test_list.py
7 // It is included by webgl_conformance_test.cc
9 #ifndef CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
10 #define CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
12 CONFORMANCE_TEST(conformance_more_conformance_constants
,
13 "conformance/more/conformance/constants.html");
14 CONFORMANCE_TEST(conformance_more_conformance_getContext
,
15 "conformance/more/conformance/getContext.html");
16 CONFORMANCE_TEST(conformance_more_conformance_methods
,
17 "conformance/more/conformance/methods.html");
18 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_A
,
19 "conformance/more/conformance/quickCheckAPI-A.html");
20 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_B1
,
21 "conformance/more/conformance/quickCheckAPI-B1.html");
22 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_B2
,
23 "conformance/more/conformance/quickCheckAPI-B2.html");
24 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_B3
,
25 "conformance/more/conformance/quickCheckAPI-B3.html");
26 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_B4
,
27 "conformance/more/conformance/quickCheckAPI-B4.html");
28 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_C
,
29 "conformance/more/conformance/quickCheckAPI-C.html");
30 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_D_G
,
31 "conformance/more/conformance/quickCheckAPI-D_G.html");
32 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_G_I
,
33 "conformance/more/conformance/quickCheckAPI-G_I.html");
34 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_L_S
,
35 "conformance/more/conformance/quickCheckAPI-L_S.html");
36 CONFORMANCE_TEST(conformance_more_conformance_quickCheckAPI_S_V
,
37 "conformance/more/conformance/quickCheckAPI-S_V.html");
38 CONFORMANCE_TEST(conformance_more_conformance_webGLArrays
,
39 "conformance/more/conformance/webGLArrays.html");
40 CONFORMANCE_TEST(conformance_more_functions_bindBuffer
,
41 "conformance/more/functions/bindBuffer.html");
42 CONFORMANCE_TEST(conformance_more_functions_bindBufferBadArgs
,
43 "conformance/more/functions/bindBufferBadArgs.html");
44 CONFORMANCE_TEST(conformance_more_functions_bindFramebufferLeaveNonZero
,
45 "conformance/more/functions/bindFramebufferLeaveNonZero.html");
46 CONFORMANCE_TEST(conformance_more_functions_bufferData
,
47 "conformance/more/functions/bufferData.html");
48 CONFORMANCE_TEST(conformance_more_functions_bufferDataBadArgs
,
49 "conformance/more/functions/bufferDataBadArgs.html");
50 CONFORMANCE_TEST(conformance_more_functions_bufferSubData
,
51 "conformance/more/functions/bufferSubData.html");
52 CONFORMANCE_TEST(conformance_more_functions_bufferSubDataBadArgs
,
53 "conformance/more/functions/bufferSubDataBadArgs.html");
54 CONFORMANCE_TEST(conformance_more_functions_copyTexImage2D
,
55 "conformance/more/functions/copyTexImage2D.html");
56 CONFORMANCE_TEST(conformance_more_functions_copyTexImage2DBadArgs
,
57 "conformance/more/functions/copyTexImage2DBadArgs.html");
58 CONFORMANCE_TEST(conformance_more_functions_copyTexSubImage2D
,
59 "conformance/more/functions/copyTexSubImage2D.html");
60 CONFORMANCE_TEST(conformance_more_functions_copyTexSubImage2DBadArgs
,
61 "conformance/more/functions/copyTexSubImage2DBadArgs.html");
62 CONFORMANCE_TEST(conformance_more_functions_deleteBufferBadArgs
,
63 "conformance/more/functions/deleteBufferBadArgs.html");
64 CONFORMANCE_TEST(conformance_more_functions_drawArrays
,
65 "conformance/more/functions/drawArrays.html");
66 CONFORMANCE_TEST(conformance_more_functions_drawArraysOutOfBounds
,
67 "conformance/more/functions/drawArraysOutOfBounds.html");
68 CONFORMANCE_TEST(conformance_more_functions_drawElements
,
69 "conformance/more/functions/drawElements.html");
70 CONFORMANCE_TEST(conformance_more_functions_drawElementsBadArgs
,
71 "conformance/more/functions/drawElementsBadArgs.html");
72 CONFORMANCE_TEST(conformance_more_functions_isTests
,
73 "conformance/more/functions/isTests.html");
74 CONFORMANCE_TEST(conformance_more_functions_isTestsBadArgs
,
75 "conformance/more/functions/isTestsBadArgs.html");
76 CONFORMANCE_TEST(conformance_more_functions_readPixels
,
77 "conformance/more/functions/readPixels.html");
78 CONFORMANCE_TEST(conformance_more_functions_readPixelsBadArgs
,
79 "conformance/more/functions/readPixelsBadArgs.html");
80 CONFORMANCE_TEST(conformance_more_functions_texImage2D
,
81 "conformance/more/functions/texImage2D.html");
82 CONFORMANCE_TEST(conformance_more_functions_texImage2DBadArgs
,
83 "conformance/more/functions/texImage2DBadArgs.html");
84 CONFORMANCE_TEST(conformance_more_functions_texImage2DHTML
,
85 "conformance/more/functions/texImage2DHTML.html");
86 CONFORMANCE_TEST(conformance_more_functions_texImage2DHTMLBadArgs
,
87 "conformance/more/functions/texImage2DHTMLBadArgs.html");
88 CONFORMANCE_TEST(conformance_more_functions_texSubImage2D
,
89 "conformance/more/functions/texSubImage2D.html");
90 CONFORMANCE_TEST(conformance_more_functions_texSubImage2DBadArgs
,
91 "conformance/more/functions/texSubImage2DBadArgs.html");
92 CONFORMANCE_TEST(conformance_more_functions_texSubImage2DHTML
,
93 "conformance/more/functions/texSubImage2DHTML.html");
94 CONFORMANCE_TEST(conformance_more_functions_texSubImage2DHTMLBadArgs
,
95 "conformance/more/functions/texSubImage2DHTMLBadArgs.html");
96 CONFORMANCE_TEST(conformance_more_functions_uniformf
,
97 "conformance/more/functions/uniformf.html");
98 CONFORMANCE_TEST(conformance_more_functions_uniformfBadArgs
,
99 "conformance/more/functions/uniformfBadArgs.html");
100 CONFORMANCE_TEST(conformance_more_functions_uniformfArrayLen1
,
101 "conformance/more/functions/uniformfArrayLen1.html");
102 CONFORMANCE_TEST(conformance_more_functions_uniformi
,
103 "conformance/more/functions/uniformi.html");
104 CONFORMANCE_TEST(conformance_more_functions_uniformiBadArgs
,
105 "conformance/more/functions/uniformiBadArgs.html");
106 CONFORMANCE_TEST(conformance_more_functions_uniformMatrix
,
107 "conformance/more/functions/uniformMatrix.html");
108 CONFORMANCE_TEST(conformance_more_functions_uniformMatrixBadArgs
,
109 "conformance/more/functions/uniformMatrixBadArgs.html");
110 CONFORMANCE_TEST(conformance_more_functions_vertexAttrib
,
111 "conformance/more/functions/vertexAttrib.html");
112 CONFORMANCE_TEST(conformance_more_functions_vertexAttribBadArgs
,
113 "conformance/more/functions/vertexAttribBadArgs.html");
114 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointer
,
115 "conformance/more/functions/vertexAttribPointer.html");
116 CONFORMANCE_TEST(conformance_more_functions_vertexAttribPointerBadArgs
,
117 "conformance/more/functions/vertexAttribPointerBadArgs.html");
118 CONFORMANCE_TEST(conformance_more_glsl_arrayOutOfBounds
,
119 "conformance/more/glsl/arrayOutOfBounds.html");
120 CONFORMANCE_TEST(conformance_more_glsl_uniformOutOfBounds
,
121 "conformance/more/glsl/uniformOutOfBounds.html");
122 CONFORMANCE_TEST(conformance_attribs_gl_enable_vertex_attrib
,
123 "conformance/attribs/gl-enable-vertex-attrib.html");
124 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_render
,
125 "conformance/attribs/gl-vertex-attrib-render.html");
126 CONFORMANCE_TEST(conformance_attribs_gl_disabled_vertex_attrib
,
127 "conformance/attribs/gl-disabled-vertex-attrib.html");
128 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_zero_issues
,
129 "conformance/attribs/gl-vertex-attrib-zero-issues.html");
130 CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib
,
131 "conformance/attribs/gl-vertex-attrib.html");
132 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer_offsets
,
133 "conformance/attribs/gl-vertexattribpointer-offsets.html");
134 CONFORMANCE_TEST(conformance_attribs_gl_vertexattribpointer
,
135 "conformance/attribs/gl-vertexattribpointer.html");
136 CONFORMANCE_TEST(conformance_buffers_buffer_bind_test
,
137 "conformance/buffers/buffer-bind-test.html");
138 CONFORMANCE_TEST(conformance_buffers_buffer_data_array_buffer
,
139 "conformance/buffers/buffer-data-array-buffer.html");
140 CONFORMANCE_TEST(conformance_buffers_index_validation_copies_indices
,
141 "conformance/buffers/index-validation-copies-indices.html");
142 CONFORMANCE_TEST(conformance_buffers_index_validation_crash_with_buffer_sub_data
,
143 "conformance/buffers/index-validation-crash-with-buffer-sub-data.html");
144 CONFORMANCE_TEST(conformance_buffers_index_validation_verifies_too_many_indices
,
145 "conformance/buffers/index-validation-verifies-too-many-indices.html");
146 CONFORMANCE_TEST(conformance_buffers_index_validation_with_resized_buffer
,
147 "conformance/buffers/index-validation-with-resized-buffer.html");
148 CONFORMANCE_TEST(conformance_buffers_index_validation
,
149 "conformance/buffers/index-validation.html");
150 CONFORMANCE_TEST(conformance_canvas_buffer_offscreen_test
,
151 "conformance/canvas/buffer-offscreen-test.html");
152 CONFORMANCE_TEST(conformance_canvas_buffer_preserve_test
,
153 "conformance/canvas/buffer-preserve-test.html");
154 CONFORMANCE_TEST(conformance_canvas_canvas_test
,
155 "conformance/canvas/canvas-test.html");
156 CONFORMANCE_TEST(conformance_canvas_canvas_zero_size
,
157 "conformance/canvas/canvas-zero-size.html");
158 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_static_canvas_test
,
159 "conformance/canvas/drawingbuffer-static-canvas-test.html");
160 CONFORMANCE_TEST(conformance_canvas_drawingbuffer_test
,
161 "conformance/canvas/drawingbuffer-test.html");
162 CONFORMANCE_TEST(conformance_canvas_framebuffer_bindings_unaffected_on_resize
,
163 "conformance/canvas/framebuffer-bindings-unaffected-on-resize.html");
164 CONFORMANCE_TEST(conformance_canvas_texture_bindings_unaffected_on_resize
,
165 "conformance/canvas/texture-bindings-unaffected-on-resize.html");
166 CONFORMANCE_TEST(conformance_canvas_viewport_unchanged_upon_resize
,
167 "conformance/canvas/viewport-unchanged-upon-resize.html");
168 CONFORMANCE_TEST(conformance_context_constants
,
169 "conformance/context/constants.html");
170 CONFORMANCE_TEST(conformance_context_context_attribute_preserve_drawing_buffer
,
171 "conformance/context/context-attribute-preserve-drawing-buffer.html");
172 CONFORMANCE_TEST(conformance_context_context_attributes_alpha_depth_stencil_antialias
,
173 "conformance/context/context-attributes-alpha-depth-stencil-antialias.html");
174 CONFORMANCE_TEST(conformance_context_context_creation_and_destruction
,
175 "conformance/context/context-creation-and-destruction.html");
176 CONFORMANCE_TEST(conformance_context_context_lost_restored
,
177 "conformance/context/context-lost-restored.html");
178 CONFORMANCE_TEST(conformance_context_context_lost
,
179 "conformance/context/context-lost.html");
180 CONFORMANCE_TEST(conformance_context_context_type_test
,
181 "conformance/context/context-type-test.html");
182 CONFORMANCE_TEST(conformance_context_incorrect_context_object_behaviour
,
183 "conformance/context/incorrect-context-object-behaviour.html");
184 CONFORMANCE_TEST(conformance_context_methods
,
185 "conformance/context/methods.html");
186 CONFORMANCE_TEST(conformance_context_premultiplyalpha_test
,
187 "conformance/context/premultiplyalpha-test.html");
188 CONFORMANCE_TEST(conformance_context_resource_sharing_test
,
189 "conformance/context/resource-sharing-test.html");
190 CONFORMANCE_TEST(conformance_extensions_get_extension
,
191 "conformance/extensions/get-extension.html");
192 CONFORMANCE_TEST(conformance_extensions_oes_standard_derivatives
,
193 "conformance/extensions/oes-standard-derivatives.html");
194 CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_canvas
,
195 "conformance/extensions/oes-texture-float-with-canvas.html");
196 CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_image_data
,
197 "conformance/extensions/oes-texture-float-with-image-data.html");
198 CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_image
,
199 "conformance/extensions/oes-texture-float-with-image.html");
200 CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_video
,
201 "conformance/extensions/oes-texture-float-with-video.html");
202 CONFORMANCE_TEST(conformance_extensions_oes_texture_float
,
203 "conformance/extensions/oes-texture-float.html");
204 CONFORMANCE_TEST(conformance_extensions_oes_vertex_array_object
,
205 "conformance/extensions/oes-vertex-array-object.html");
206 CONFORMANCE_TEST(conformance_extensions_webgl_debug_renderer_info
,
207 "conformance/extensions/webgl-debug-renderer-info.html");
208 CONFORMANCE_TEST(conformance_extensions_webgl_debug_shaders
,
209 "conformance/extensions/webgl-debug-shaders.html");
210 CONFORMANCE_TEST(conformance_extensions_webgl_compressed_texture_s3tc
,
211 "conformance/extensions/webgl-compressed-texture-s3tc.html");
212 CONFORMANCE_TEST(conformance_extensions_ext_texture_filter_anisotropic
,
213 "conformance/extensions/ext-texture-filter-anisotropic.html");
214 CONFORMANCE_TEST(conformance_limits_gl_min_attribs
,
215 "conformance/limits/gl-min-attribs.html");
216 CONFORMANCE_TEST(conformance_limits_gl_max_texture_dimensions
,
217 "conformance/limits/gl-max-texture-dimensions.html");
218 CONFORMANCE_TEST(conformance_limits_gl_min_textures
,
219 "conformance/limits/gl-min-textures.html");
220 CONFORMANCE_TEST(conformance_limits_gl_min_uniforms
,
221 "conformance/limits/gl-min-uniforms.html");
222 CONFORMANCE_TEST(conformance_misc_bad_arguments_test
,
223 "conformance/misc/bad-arguments-test.html");
224 CONFORMANCE_TEST(conformance_misc_delayed_drawing
,
225 "conformance/misc/delayed-drawing.html");
226 CONFORMANCE_TEST(conformance_misc_error_reporting
,
227 "conformance/misc/error-reporting.html");
228 CONFORMANCE_TEST(conformance_misc_instanceof_test
,
229 "conformance/misc/instanceof-test.html");
230 CONFORMANCE_TEST(conformance_misc_invalid_passed_params
,
231 "conformance/misc/invalid-passed-params.html");
232 CONFORMANCE_TEST(conformance_misc_is_object
,
233 "conformance/misc/is-object.html");
234 CONFORMANCE_TEST(conformance_misc_null_object_behaviour
,
235 "conformance/misc/null-object-behaviour.html");
236 CONFORMANCE_TEST(conformance_misc_functions_returning_strings
,
237 "conformance/misc/functions-returning-strings.html");
238 CONFORMANCE_TEST(conformance_misc_object_deletion_behaviour
,
239 "conformance/misc/object-deletion-behaviour.html");
240 CONFORMANCE_TEST(conformance_misc_shader_precision_format
,
241 "conformance/misc/shader-precision-format.html");
242 CONFORMANCE_TEST(conformance_misc_type_conversion_test
,
243 "conformance/misc/type-conversion-test.html");
244 CONFORMANCE_TEST(conformance_misc_uninitialized_test
,
245 "conformance/misc/uninitialized-test.html");
246 CONFORMANCE_TEST(conformance_misc_webgl_specific
,
247 "conformance/misc/webgl-specific.html");
248 CONFORMANCE_TEST(conformance_programs_get_active_test
,
249 "conformance/programs/get-active-test.html");
250 CONFORMANCE_TEST(conformance_programs_gl_bind_attrib_location_test
,
251 "conformance/programs/gl-bind-attrib-location-test.html");
252 CONFORMANCE_TEST(conformance_programs_gl_bind_attrib_location_long_names_test
,
253 "conformance/programs/gl-bind-attrib-location-long-names-test.html");
254 CONFORMANCE_TEST(conformance_programs_gl_get_active_attribute
,
255 "conformance/programs/gl-get-active-attribute.html");
256 CONFORMANCE_TEST(conformance_programs_gl_get_active_uniform
,
257 "conformance/programs/gl-get-active-uniform.html");
258 CONFORMANCE_TEST(conformance_programs_gl_getshadersource
,
259 "conformance/programs/gl-getshadersource.html");
260 CONFORMANCE_TEST(conformance_programs_gl_shader_test
,
261 "conformance/programs/gl-shader-test.html");
262 CONFORMANCE_TEST(conformance_programs_invalid_UTF_16
,
263 "conformance/programs/invalid-UTF-16.html");
264 CONFORMANCE_TEST(conformance_programs_program_test
,
265 "conformance/programs/program-test.html");
266 CONFORMANCE_TEST(conformance_programs_use_program_crash_with_discard_in_fragment_shader
,
267 "conformance/programs/use-program-crash-with-discard-in-fragment-shader.html");
268 CONFORMANCE_TEST(conformance_reading_read_pixels_pack_alignment
,
269 "conformance/reading/read-pixels-pack-alignment.html");
270 CONFORMANCE_TEST(conformance_reading_read_pixels_test
,
271 "conformance/reading/read-pixels-test.html");
272 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_object_attachment
,
273 "conformance/renderbuffers/framebuffer-object-attachment.html");
274 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_state_restoration
,
275 "conformance/renderbuffers/framebuffer-state-restoration.html");
276 CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_test
,
277 "conformance/renderbuffers/framebuffer-test.html");
278 CONFORMANCE_TEST(conformance_renderbuffers_renderbuffer_initialization
,
279 "conformance/renderbuffers/renderbuffer-initialization.html");
280 CONFORMANCE_TEST(conformance_rendering_culling
,
281 "conformance/rendering/culling.html");
282 CONFORMANCE_TEST(conformance_rendering_draw_arrays_out_of_bounds
,
283 "conformance/rendering/draw-arrays-out-of-bounds.html");
284 CONFORMANCE_TEST(conformance_rendering_draw_elements_out_of_bounds
,
285 "conformance/rendering/draw-elements-out-of-bounds.html");
286 CONFORMANCE_TEST(conformance_rendering_gl_clear
,
287 "conformance/rendering/gl-clear.html");
288 CONFORMANCE_TEST(conformance_rendering_gl_drawelements
,
289 "conformance/rendering/gl-drawelements.html");
290 CONFORMANCE_TEST(conformance_rendering_gl_scissor_test
,
291 "conformance/rendering/gl-scissor-test.html");
292 CONFORMANCE_TEST(conformance_rendering_more_than_65536_indices
,
293 "conformance/rendering/more-than-65536-indices.html");
294 CONFORMANCE_TEST(conformance_rendering_point_size
,
295 "conformance/rendering/point-size.html");
296 CONFORMANCE_TEST(conformance_rendering_triangle
,
297 "conformance/rendering/triangle.html");
298 CONFORMANCE_TEST(conformance_rendering_line_loop_tri_fan
,
299 "conformance/rendering/line-loop-tri-fan.html");
300 CONFORMANCE_TEST(conformance_state_gl_enable_enum_test
,
301 "conformance/state/gl-enable-enum-test.html");
302 CONFORMANCE_TEST(conformance_state_gl_enum_tests
,
303 "conformance/state/gl-enum-tests.html");
304 CONFORMANCE_TEST(conformance_state_gl_get_calls
,
305 "conformance/state/gl-get-calls.html");
306 CONFORMANCE_TEST(conformance_state_gl_geterror
,
307 "conformance/state/gl-geterror.html");
308 CONFORMANCE_TEST(conformance_state_gl_getstring
,
309 "conformance/state/gl-getstring.html");
310 CONFORMANCE_TEST(conformance_state_gl_object_get_calls
,
311 "conformance/state/gl-object-get-calls.html");
312 CONFORMANCE_TEST(conformance_textures_compressed_tex_image
,
313 "conformance/textures/compressed-tex-image.html");
314 CONFORMANCE_TEST(conformance_textures_copy_tex_image_and_sub_image_2d
,
315 "conformance/textures/copy-tex-image-and-sub-image-2d.html");
316 CONFORMANCE_TEST(conformance_textures_gl_pixelstorei
,
317 "conformance/textures/gl-pixelstorei.html");
318 CONFORMANCE_TEST(conformance_textures_gl_teximage
,
319 "conformance/textures/gl-teximage.html");
320 CONFORMANCE_TEST(conformance_textures_origin_clean_conformance
,
321 "conformance/textures/origin-clean-conformance.html");
322 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_array_buffer_view
,
323 "conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html");
324 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas
,
325 "conformance/textures/tex-image-and-sub-image-2d-with-canvas.html");
326 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgb565
,
327 "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html");
328 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgba4444
,
329 "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html");
330 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgba5551
,
331 "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html");
332 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data
,
333 "conformance/textures/tex-image-and-sub-image-2d-with-image-data.html");
334 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgb565
,
335 "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html");
336 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgba4444
,
337 "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html");
338 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgba5551
,
339 "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html");
340 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image
,
341 "conformance/textures/tex-image-and-sub-image-2d-with-image.html");
342 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgb565
,
343 "conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html");
344 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgba4444
,
345 "conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html");
346 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgba5551
,
347 "conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html");
348 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video
,
349 "conformance/textures/tex-image-and-sub-image-2d-with-video.html");
350 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgb565
,
351 "conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html");
352 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgba4444
,
353 "conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html");
354 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgba5551
,
355 "conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html");
356 CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs
,
357 "conformance/textures/tex-image-and-uniform-binding-bugs.html");
358 CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type
,
359 "conformance/textures/tex-image-with-format-and-type.html");
360 CONFORMANCE_TEST(conformance_textures_tex_image_with_invalid_data
,
361 "conformance/textures/tex-image-with-invalid-data.html");
362 CONFORMANCE_TEST(conformance_textures_tex_input_validation
,
363 "conformance/textures/tex-input-validation.html");
364 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d_bad_args
,
365 "conformance/textures/tex-sub-image-2d-bad-args.html");
366 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d
,
367 "conformance/textures/tex-sub-image-2d.html");
368 CONFORMANCE_TEST(conformance_textures_texparameter_test
,
369 "conformance/textures/texparameter-test.html");
370 CONFORMANCE_TEST(conformance_textures_texture_active_bind_2
,
371 "conformance/textures/texture-active-bind-2.html");
372 CONFORMANCE_TEST(conformance_textures_texture_active_bind
,
373 "conformance/textures/texture-active-bind.html");
374 CONFORMANCE_TEST(conformance_textures_texture_attachment_formats
,
375 "conformance/textures/texture-attachment-formats.html");
376 CONFORMANCE_TEST(conformance_textures_texture_clear
,
377 "conformance/textures/texture-clear.html");
378 CONFORMANCE_TEST(conformance_textures_texture_complete
,
379 "conformance/textures/texture-complete.html");
380 CONFORMANCE_TEST(conformance_textures_texture_formats_test
,
381 "conformance/textures/texture-formats-test.html");
382 CONFORMANCE_TEST(conformance_textures_texture_mips
,
383 "conformance/textures/texture-mips.html");
384 CONFORMANCE_TEST(conformance_textures_texture_npot_video
,
385 "conformance/textures/texture-npot-video.html");
386 CONFORMANCE_TEST(conformance_textures_texture_npot
,
387 "conformance/textures/texture-npot.html");
388 CONFORMANCE_TEST(conformance_textures_texture_size
,
389 "conformance/textures/texture-size.html");
390 CONFORMANCE_TEST(conformance_textures_texture_size_cube_maps
,
391 "conformance/textures/texture-size-cube-maps.html");
392 CONFORMANCE_TEST(conformance_textures_texture_transparent_pixels_initialized
,
393 "conformance/textures/texture-transparent-pixels-initialized.html");
394 CONFORMANCE_TEST(conformance_textures_texture_upload_cube_maps
,
395 "conformance/textures/texture-upload-cube-maps.html");
396 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_crash
,
397 "conformance/typedarrays/array-buffer-crash.html");
398 CONFORMANCE_TEST(conformance_typedarrays_array_buffer_view_crash
,
399 "conformance/typedarrays/array-buffer-view-crash.html");
400 CONFORMANCE_TEST(conformance_typedarrays_array_unit_tests
,
401 "conformance/typedarrays/array-unit-tests.html");
402 CONFORMANCE_TEST(conformance_typedarrays_data_view_crash
,
403 "conformance/typedarrays/data-view-crash.html");
404 CONFORMANCE_TEST(conformance_typedarrays_data_view_test
,
405 "conformance/typedarrays/data-view-test.html");
406 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_arrays
,
407 "conformance/uniforms/gl-uniform-arrays.html");
408 CONFORMANCE_TEST(conformance_uniforms_gl_uniform_bool
,
409 "conformance/uniforms/gl-uniform-bool.html");
410 CONFORMANCE_TEST(conformance_uniforms_gl_uniformmatrix4fv
,
411 "conformance/uniforms/gl-uniformmatrix4fv.html");
412 CONFORMANCE_TEST(conformance_uniforms_gl_unknown_uniform
,
413 "conformance/uniforms/gl-unknown-uniform.html");
414 CONFORMANCE_TEST(conformance_uniforms_null_uniform_location
,
415 "conformance/uniforms/null-uniform-location.html");
416 CONFORMANCE_TEST(conformance_uniforms_uniform_default_values
,
417 "conformance/uniforms/uniform-default-values.html");
418 CONFORMANCE_TEST(conformance_uniforms_uniform_location
,
419 "conformance/uniforms/uniform-location.html");
420 CONFORMANCE_TEST(conformance_uniforms_uniform_samplers_test
,
421 "conformance/uniforms/uniform-samplers-test.html");
422 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function
,
423 "conformance/glsl/functions/glsl-function.html");
424 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_abs
,
425 "conformance/glsl/functions/glsl-function-abs.html");
426 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_acos
,
427 "conformance/glsl/functions/glsl-function-acos.html");
428 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_asin
,
429 "conformance/glsl/functions/glsl-function-asin.html");
430 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_atan
,
431 "conformance/glsl/functions/glsl-function-atan.html");
432 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_atan_xy
,
433 "conformance/glsl/functions/glsl-function-atan-xy.html");
434 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_ceil
,
435 "conformance/glsl/functions/glsl-function-ceil.html");
436 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_clamp_float
,
437 "conformance/glsl/functions/glsl-function-clamp-float.html");
438 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_clamp_gentype
,
439 "conformance/glsl/functions/glsl-function-clamp-gentype.html");
440 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_cos
,
441 "conformance/glsl/functions/glsl-function-cos.html");
442 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_cross
,
443 "conformance/glsl/functions/glsl-function-cross.html");
444 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_distance
,
445 "conformance/glsl/functions/glsl-function-distance.html");
446 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_dot
,
447 "conformance/glsl/functions/glsl-function-dot.html");
448 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_faceforward
,
449 "conformance/glsl/functions/glsl-function-faceforward.html");
450 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_floor
,
451 "conformance/glsl/functions/glsl-function-floor.html");
452 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_fract
,
453 "conformance/glsl/functions/glsl-function-fract.html");
454 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_length
,
455 "conformance/glsl/functions/glsl-function-length.html");
456 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_max_float
,
457 "conformance/glsl/functions/glsl-function-max-float.html");
458 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_max_gentype
,
459 "conformance/glsl/functions/glsl-function-max-gentype.html");
460 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_min_float
,
461 "conformance/glsl/functions/glsl-function-min-float.html");
462 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_min_gentype
,
463 "conformance/glsl/functions/glsl-function-min-gentype.html");
464 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_mix_float
,
465 "conformance/glsl/functions/glsl-function-mix-float.html");
466 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_mix_gentype
,
467 "conformance/glsl/functions/glsl-function-mix-gentype.html");
468 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_mod_float
,
469 "conformance/glsl/functions/glsl-function-mod-float.html");
470 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_mod_gentype
,
471 "conformance/glsl/functions/glsl-function-mod-gentype.html");
472 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_normalize
,
473 "conformance/glsl/functions/glsl-function-normalize.html");
474 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_reflect
,
475 "conformance/glsl/functions/glsl-function-reflect.html");
476 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_sign
,
477 "conformance/glsl/functions/glsl-function-sign.html");
478 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_sin
,
479 "conformance/glsl/functions/glsl-function-sin.html");
480 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_step_float
,
481 "conformance/glsl/functions/glsl-function-step-float.html");
482 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_step_gentype
,
483 "conformance/glsl/functions/glsl-function-step-gentype.html");
484 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_smoothstep_float
,
485 "conformance/glsl/functions/glsl-function-smoothstep-float.html");
486 CONFORMANCE_TEST(conformance_glsl_functions_glsl_function_smoothstep_gentype
,
487 "conformance/glsl/functions/glsl-function-smoothstep-gentype.html");
488 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_float_vert
,
489 "conformance/glsl/implicit/add_int_float.vert.html");
490 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_mat2_vert
,
491 "conformance/glsl/implicit/add_int_mat2.vert.html");
492 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_mat3_vert
,
493 "conformance/glsl/implicit/add_int_mat3.vert.html");
494 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_mat4_vert
,
495 "conformance/glsl/implicit/add_int_mat4.vert.html");
496 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_vec2_vert
,
497 "conformance/glsl/implicit/add_int_vec2.vert.html");
498 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_vec3_vert
,
499 "conformance/glsl/implicit/add_int_vec3.vert.html");
500 CONFORMANCE_TEST(conformance_glsl_implicit_add_int_vec4_vert
,
501 "conformance/glsl/implicit/add_int_vec4.vert.html");
502 CONFORMANCE_TEST(conformance_glsl_implicit_add_ivec2_vec2_vert
,
503 "conformance/glsl/implicit/add_ivec2_vec2.vert.html");
504 CONFORMANCE_TEST(conformance_glsl_implicit_add_ivec3_vec3_vert
,
505 "conformance/glsl/implicit/add_ivec3_vec3.vert.html");
506 CONFORMANCE_TEST(conformance_glsl_implicit_add_ivec4_vec4_vert
,
507 "conformance/glsl/implicit/add_ivec4_vec4.vert.html");
508 CONFORMANCE_TEST(conformance_glsl_implicit_assign_int_to_float_vert
,
509 "conformance/glsl/implicit/assign_int_to_float.vert.html");
510 CONFORMANCE_TEST(conformance_glsl_implicit_assign_ivec2_to_vec2_vert
,
511 "conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html");
512 CONFORMANCE_TEST(conformance_glsl_implicit_assign_ivec3_to_vec3_vert
,
513 "conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html");
514 CONFORMANCE_TEST(conformance_glsl_implicit_assign_ivec4_to_vec4_vert
,
515 "conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html");
516 CONFORMANCE_TEST(conformance_glsl_implicit_construct_struct_vert
,
517 "conformance/glsl/implicit/construct_struct.vert.html");
518 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_float_vert
,
519 "conformance/glsl/implicit/divide_int_float.vert.html");
520 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_mat2_vert
,
521 "conformance/glsl/implicit/divide_int_mat2.vert.html");
522 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_mat3_vert
,
523 "conformance/glsl/implicit/divide_int_mat3.vert.html");
524 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_mat4_vert
,
525 "conformance/glsl/implicit/divide_int_mat4.vert.html");
526 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_vec2_vert
,
527 "conformance/glsl/implicit/divide_int_vec2.vert.html");
528 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_vec3_vert
,
529 "conformance/glsl/implicit/divide_int_vec3.vert.html");
530 CONFORMANCE_TEST(conformance_glsl_implicit_divide_int_vec4_vert
,
531 "conformance/glsl/implicit/divide_int_vec4.vert.html");
532 CONFORMANCE_TEST(conformance_glsl_implicit_divide_ivec2_vec2_vert
,
533 "conformance/glsl/implicit/divide_ivec2_vec2.vert.html");
534 CONFORMANCE_TEST(conformance_glsl_implicit_divide_ivec3_vec3_vert
,
535 "conformance/glsl/implicit/divide_ivec3_vec3.vert.html");
536 CONFORMANCE_TEST(conformance_glsl_implicit_divide_ivec4_vec4_vert
,
537 "conformance/glsl/implicit/divide_ivec4_vec4.vert.html");
538 CONFORMANCE_TEST(conformance_glsl_implicit_equal_int_float_vert
,
539 "conformance/glsl/implicit/equal_int_float.vert.html");
540 CONFORMANCE_TEST(conformance_glsl_implicit_equal_ivec2_vec2_vert
,
541 "conformance/glsl/implicit/equal_ivec2_vec2.vert.html");
542 CONFORMANCE_TEST(conformance_glsl_implicit_equal_ivec3_vec3_vert
,
543 "conformance/glsl/implicit/equal_ivec3_vec3.vert.html");
544 CONFORMANCE_TEST(conformance_glsl_implicit_equal_ivec4_vec4_vert
,
545 "conformance/glsl/implicit/equal_ivec4_vec4.vert.html");
546 CONFORMANCE_TEST(conformance_glsl_implicit_function_int_float_vert
,
547 "conformance/glsl/implicit/function_int_float.vert.html");
548 CONFORMANCE_TEST(conformance_glsl_implicit_function_ivec2_vec2_vert
,
549 "conformance/glsl/implicit/function_ivec2_vec2.vert.html");
550 CONFORMANCE_TEST(conformance_glsl_implicit_function_ivec3_vec3_vert
,
551 "conformance/glsl/implicit/function_ivec3_vec3.vert.html");
552 CONFORMANCE_TEST(conformance_glsl_implicit_function_ivec4_vec4_vert
,
553 "conformance/glsl/implicit/function_ivec4_vec4.vert.html");
554 CONFORMANCE_TEST(conformance_glsl_implicit_greater_than_vert
,
555 "conformance/glsl/implicit/greater_than.vert.html");
556 CONFORMANCE_TEST(conformance_glsl_implicit_greater_than_equal_vert
,
557 "conformance/glsl/implicit/greater_than_equal.vert.html");
558 CONFORMANCE_TEST(conformance_glsl_implicit_less_than_vert
,
559 "conformance/glsl/implicit/less_than.vert.html");
560 CONFORMANCE_TEST(conformance_glsl_implicit_less_than_equal_vert
,
561 "conformance/glsl/implicit/less_than_equal.vert.html");
562 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_float_vert
,
563 "conformance/glsl/implicit/multiply_int_float.vert.html");
564 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_mat2_vert
,
565 "conformance/glsl/implicit/multiply_int_mat2.vert.html");
566 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_mat3_vert
,
567 "conformance/glsl/implicit/multiply_int_mat3.vert.html");
568 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_mat4_vert
,
569 "conformance/glsl/implicit/multiply_int_mat4.vert.html");
570 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_vec2_vert
,
571 "conformance/glsl/implicit/multiply_int_vec2.vert.html");
572 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_vec3_vert
,
573 "conformance/glsl/implicit/multiply_int_vec3.vert.html");
574 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_int_vec4_vert
,
575 "conformance/glsl/implicit/multiply_int_vec4.vert.html");
576 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_ivec2_vec2_vert
,
577 "conformance/glsl/implicit/multiply_ivec2_vec2.vert.html");
578 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_ivec3_vec3_vert
,
579 "conformance/glsl/implicit/multiply_ivec3_vec3.vert.html");
580 CONFORMANCE_TEST(conformance_glsl_implicit_multiply_ivec4_vec4_vert
,
581 "conformance/glsl/implicit/multiply_ivec4_vec4.vert.html");
582 CONFORMANCE_TEST(conformance_glsl_implicit_not_equal_int_float_vert
,
583 "conformance/glsl/implicit/not_equal_int_float.vert.html");
584 CONFORMANCE_TEST(conformance_glsl_implicit_not_equal_ivec2_vec2_vert
,
585 "conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html");
586 CONFORMANCE_TEST(conformance_glsl_implicit_not_equal_ivec3_vec3_vert
,
587 "conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html");
588 CONFORMANCE_TEST(conformance_glsl_implicit_not_equal_ivec4_vec4_vert
,
589 "conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html");
590 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_float_vert
,
591 "conformance/glsl/implicit/subtract_int_float.vert.html");
592 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_mat2_vert
,
593 "conformance/glsl/implicit/subtract_int_mat2.vert.html");
594 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_mat3_vert
,
595 "conformance/glsl/implicit/subtract_int_mat3.vert.html");
596 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_mat4_vert
,
597 "conformance/glsl/implicit/subtract_int_mat4.vert.html");
598 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_vec2_vert
,
599 "conformance/glsl/implicit/subtract_int_vec2.vert.html");
600 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_vec3_vert
,
601 "conformance/glsl/implicit/subtract_int_vec3.vert.html");
602 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_int_vec4_vert
,
603 "conformance/glsl/implicit/subtract_int_vec4.vert.html");
604 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_ivec2_vec2_vert
,
605 "conformance/glsl/implicit/subtract_ivec2_vec2.vert.html");
606 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_ivec3_vec3_vert
,
607 "conformance/glsl/implicit/subtract_ivec3_vec3.vert.html");
608 CONFORMANCE_TEST(conformance_glsl_implicit_subtract_ivec4_vec4_vert
,
609 "conformance/glsl/implicit/subtract_ivec4_vec4.vert.html");
610 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_int_float_vert
,
611 "conformance/glsl/implicit/ternary_int_float.vert.html");
612 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_ivec2_vec2_vert
,
613 "conformance/glsl/implicit/ternary_ivec2_vec2.vert.html");
614 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_ivec3_vec3_vert
,
615 "conformance/glsl/implicit/ternary_ivec3_vec3.vert.html");
616 CONFORMANCE_TEST(conformance_glsl_implicit_ternary_ivec4_vec4_vert
,
617 "conformance/glsl/implicit/ternary_ivec4_vec4.vert.html");
618 CONFORMANCE_TEST(conformance_glsl_matrices_glsl_mat4_to_mat3
,
619 "conformance/glsl/matrices/glsl-mat4-to-mat3.html");
620 CONFORMANCE_TEST(conformance_glsl_misc_attrib_location_length_limits
,
621 "conformance/glsl/misc/attrib-location-length-limits.html");
622 CONFORMANCE_TEST(conformance_glsl_misc_embedded_struct_definitions_forbidden
,
623 "conformance/glsl/misc/embedded-struct-definitions-forbidden.html");
624 CONFORMANCE_TEST(conformance_glsl_misc_glsl_function_nodes
,
625 "conformance/glsl/misc/glsl-function-nodes.html");
626 CONFORMANCE_TEST(conformance_glsl_misc_glsl_vertex_branch
,
627 "conformance/glsl/misc/glsl-vertex-branch.html");
628 CONFORMANCE_TEST(conformance_glsl_misc_glsl_long_variable_names
,
629 "conformance/glsl/misc/glsl-long-variable-names.html");
630 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_comments_vert
,
631 "conformance/glsl/misc/non-ascii-comments.vert.html");
632 CONFORMANCE_TEST(conformance_glsl_misc_non_ascii_vert
,
633 "conformance/glsl/misc/non-ascii.vert.html");
634 CONFORMANCE_TEST(conformance_glsl_misc_re_compile_re_link
,
635 "conformance/glsl/misc/re-compile-re-link.html");
636 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_256_character_define
,
637 "conformance/glsl/misc/shader-with-256-character-define.html");
638 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_256_character_identifier_frag
,
639 "conformance/glsl/misc/shader-with-256-character-identifier.frag.html");
640 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_257_character_define
,
641 "conformance/glsl/misc/shader-with-257-character-define.html");
642 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_257_character_identifier_frag
,
643 "conformance/glsl/misc/shader-with-257-character-identifier.frag.html");
644 CONFORMANCE_TEST(conformance_glsl_misc_shader_with__webgl_identifier_vert
,
645 "conformance/glsl/misc/shader-with-_webgl-identifier.vert.html");
646 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_frag
,
647 "conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html");
648 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_arbitrary_indexing_vert
,
649 "conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html");
650 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_array_vert
,
651 "conformance/glsl/misc/shader-with-attrib-array.vert.html");
652 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_attrib_struct_vert
,
653 "conformance/glsl/misc/shader-with-attrib-struct.vert.html");
654 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_clipvertex_vert
,
655 "conformance/glsl/misc/shader-with-clipvertex.vert.html");
656 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_conditional_scoping
,
657 "conformance/glsl/misc/shader-with-conditional-scoping.html");
658 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_conditional_scoping_negative
,
659 "conformance/glsl/misc/shader-with-conditional-scoping-negative.html");
660 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_frag
,
661 "conformance/glsl/misc/shader-with-default-precision.frag.html");
662 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_default_precision_vert
,
663 "conformance/glsl/misc/shader-with-default-precision.vert.html");
664 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_define_line_continuation_frag
,
665 "conformance/glsl/misc/shader-with-define-line-continuation.frag.html");
666 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_no_ext_frag
,
667 "conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html");
668 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_dfdx_frag
,
669 "conformance/glsl/misc/shader-with-dfdx.frag.html");
670 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_do_loop
,
671 "conformance/glsl/misc/shader-with-do-loop.html");
672 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_error_directive
,
673 "conformance/glsl/misc/shader-with-error-directive.html");
674 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_explicit_int_cast_vert
,
675 "conformance/glsl/misc/shader-with-explicit-int-cast.vert.html");
676 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_float_return_value_frag
,
677 "conformance/glsl/misc/shader-with-float-return-value.frag.html");
678 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_scoping
,
679 "conformance/glsl/misc/shader-with-for-scoping.html");
680 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_for_loop
,
681 "conformance/glsl/misc/shader-with-for-loop.html");
682 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_frag_depth_frag
,
683 "conformance/glsl/misc/shader-with-frag-depth.frag.html");
684 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_recursion_frag
,
685 "conformance/glsl/misc/shader-with-function-recursion.frag.html");
686 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_function_scoped_struct
,
687 "conformance/glsl/misc/shader-with-function-scoped-struct.html");
688 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_functional_scoping
,
689 "conformance/glsl/misc/shader-with-functional-scoping.html");
690 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_comma_assignment
,
691 "conformance/glsl/misc/shader-with-comma-assignment.html");
692 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_comma_conditional_assignment
,
693 "conformance/glsl/misc/shader-with-comma-conditional-assignment.html");
694 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glcolor_vert
,
695 "conformance/glsl/misc/shader-with-glcolor.vert.html");
696 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_1_frag
,
697 "conformance/glsl/misc/shader-with-gles-1.frag.html");
698 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_gles_symbol_frag
,
699 "conformance/glsl/misc/shader-with-gles-symbol.frag.html");
700 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_glprojectionmatrix_vert
,
701 "conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html");
702 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_implicit_vec3_to_vec4_cast_vert
,
703 "conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html");
704 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_include_vert
,
705 "conformance/glsl/misc/shader-with-include.vert.html");
706 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_int_return_value_frag
,
707 "conformance/glsl/misc/shader-with-int-return-value.frag.html");
708 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_invalid_identifier_frag
,
709 "conformance/glsl/misc/shader-with-invalid-identifier.frag.html");
710 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_ivec2_return_value_frag
,
711 "conformance/glsl/misc/shader-with-ivec2-return-value.frag.html");
712 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_ivec3_return_value_frag
,
713 "conformance/glsl/misc/shader-with-ivec3-return-value.frag.html");
714 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_ivec4_return_value_frag
,
715 "conformance/glsl/misc/shader-with-ivec4-return-value.frag.html");
716 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_limited_indexing_frag
,
717 "conformance/glsl/misc/shader-with-limited-indexing.frag.html");
718 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_hex_int_constant_macro
,
719 "conformance/glsl/misc/shader-with-hex-int-constant-macro.html");
720 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_long_line
,
721 "conformance/glsl/misc/shader-with-long-line.html");
722 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_non_ascii_error_frag
,
723 "conformance/glsl/misc/shader-with-non-ascii-error.frag.html");
724 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_non_reserved_words
,
725 "conformance/glsl/misc/shader-with-non-reserved-words.html");
726 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_precision_frag
,
727 "conformance/glsl/misc/shader-with-precision.frag.html");
728 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_quoted_error_frag
,
729 "conformance/glsl/misc/shader-with-quoted-error.frag.html");
730 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_reserved_words
,
731 "conformance/glsl/misc/shader-with-reserved-words.html");
732 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_undefined_preprocessor_symbol_frag
,
733 "conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html");
734 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_uniform_in_loop_condition_vert
,
735 "conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html");
736 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec2_return_value_frag
,
737 "conformance/glsl/misc/shader-with-vec2-return-value.frag.html");
738 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec3_return_value_frag
,
739 "conformance/glsl/misc/shader-with-vec3-return-value.frag.html");
740 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_return_value_frag
,
741 "conformance/glsl/misc/shader-with-vec4-return-value.frag.html");
742 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditional
,
743 "conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html");
744 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_frag
,
745 "conformance/glsl/misc/shader-with-version-100.frag.html");
746 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_100_vert
,
747 "conformance/glsl/misc/shader-with-version-100.vert.html");
748 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_120_vert
,
749 "conformance/glsl/misc/shader-with-version-120.vert.html");
750 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_version_130_vert
,
751 "conformance/glsl/misc/shader-with-version-130.vert.html");
752 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_webgl_identifier_vert
,
753 "conformance/glsl/misc/shader-with-webgl-identifier.vert.html");
754 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_while_loop
,
755 "conformance/glsl/misc/shader-with-while-loop.html");
756 CONFORMANCE_TEST(conformance_glsl_misc_shader_without_precision_frag
,
757 "conformance/glsl/misc/shader-without-precision.frag.html");
758 CONFORMANCE_TEST(conformance_glsl_misc_shared
,
759 "conformance/glsl/misc/shared.html");
760 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_exceeds_maximum
,
761 "conformance/glsl/misc/struct-nesting-exceeds-maximum.html");
762 CONFORMANCE_TEST(conformance_glsl_misc_struct_nesting_under_maximum
,
763 "conformance/glsl/misc/struct-nesting-under-maximum.html");
764 CONFORMANCE_TEST(conformance_glsl_misc_uniform_location_length_limits
,
765 "conformance/glsl/misc/uniform-location-length-limits.html");
766 CONFORMANCE_TEST(conformance_glsl_misc_shader_with_short_circuiting_operators
,
767 "conformance/glsl/misc/shader-with-short-circuiting-operators.html");
768 CONFORMANCE_TEST(conformance_glsl_reserved__webgl_field_vert
,
769 "conformance/glsl/reserved/_webgl_field.vert.html");
770 CONFORMANCE_TEST(conformance_glsl_reserved__webgl_function_vert
,
771 "conformance/glsl/reserved/_webgl_function.vert.html");
772 CONFORMANCE_TEST(conformance_glsl_reserved__webgl_struct_vert
,
773 "conformance/glsl/reserved/_webgl_struct.vert.html");
774 CONFORMANCE_TEST(conformance_glsl_reserved__webgl_variable_vert
,
775 "conformance/glsl/reserved/_webgl_variable.vert.html");
776 CONFORMANCE_TEST(conformance_glsl_reserved_webgl_field_vert
,
777 "conformance/glsl/reserved/webgl_field.vert.html");
778 CONFORMANCE_TEST(conformance_glsl_reserved_webgl_function_vert
,
779 "conformance/glsl/reserved/webgl_function.vert.html");
780 CONFORMANCE_TEST(conformance_glsl_reserved_webgl_struct_vert
,
781 "conformance/glsl/reserved/webgl_struct.vert.html");
782 CONFORMANCE_TEST(conformance_glsl_reserved_webgl_variable_vert
,
783 "conformance/glsl/reserved/webgl_variable.vert.html");
784 CONFORMANCE_TEST(conformance_glsl_samplers_glsl_function_texture2d_bias
,
785 "conformance/glsl/samplers/glsl-function-texture2d-bias.html");
786 CONFORMANCE_TEST(conformance_glsl_samplers_glsl_function_texture2dlod
,
787 "conformance/glsl/samplers/glsl-function-texture2dlod.html");
788 CONFORMANCE_TEST(conformance_glsl_samplers_glsl_function_texture2dproj
,
789 "conformance/glsl/samplers/glsl-function-texture2dproj.html");
790 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord
,
791 "conformance/glsl/variables/gl-fragcoord.html");
792 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing
,
793 "conformance/glsl/variables/gl-frontfacing.html");
794 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord
,
795 "conformance/glsl/variables/gl-pointcoord.html");
796 CONFORMANCE_TEST(conformance_ogles_GL_abs_abs_001_to_006
,
797 "conformance/ogles/GL/abs/abs_001_to_006.html");
798 CONFORMANCE_TEST(conformance_ogles_GL_acos_acos_001_to_006
,
799 "conformance/ogles/GL/acos/acos_001_to_006.html");
800 CONFORMANCE_TEST(conformance_ogles_GL_all_all_001_to_004
,
801 "conformance/ogles/GL/all/all_001_to_004.html");
802 CONFORMANCE_TEST(conformance_ogles_GL_any_any_001_to_004
,
803 "conformance/ogles/GL/any/any_001_to_004.html");
804 CONFORMANCE_TEST(conformance_ogles_GL_array_array_001_to_006
,
805 "conformance/ogles/GL/array/array_001_to_006.html");
806 CONFORMANCE_TEST(conformance_ogles_GL_asin_asin_001_to_006
,
807 "conformance/ogles/GL/asin/asin_001_to_006.html");
808 CONFORMANCE_TEST(conformance_ogles_GL_atan_atan_001_to_008
,
809 "conformance/ogles/GL/atan/atan_001_to_008.html");
810 CONFORMANCE_TEST(conformance_ogles_GL_atan_atan_009_to_012
,
811 "conformance/ogles/GL/atan/atan_009_to_012.html");
812 CONFORMANCE_TEST(conformance_ogles_GL_biConstants_biConstants_001_to_008
,
813 "conformance/ogles/GL/biConstants/biConstants_001_to_008.html");
814 CONFORMANCE_TEST(conformance_ogles_GL_biConstants_biConstants_009_to_016
,
815 "conformance/ogles/GL/biConstants/biConstants_009_to_016.html");
816 CONFORMANCE_TEST(conformance_ogles_GL_biuDepthRange_biuDepthRange_001_to_002
,
817 "conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html");
818 CONFORMANCE_TEST(conformance_ogles_GL_build_build_001_to_008
,
819 "conformance/ogles/GL/build/build_001_to_008.html");
820 CONFORMANCE_TEST(conformance_ogles_GL_build_build_009_to_016
,
821 "conformance/ogles/GL/build/build_009_to_016.html");
822 CONFORMANCE_TEST(conformance_ogles_GL_build_build_017_to_024
,
823 "conformance/ogles/GL/build/build_017_to_024.html");
824 CONFORMANCE_TEST(conformance_ogles_GL_build_build_025_to_032
,
825 "conformance/ogles/GL/build/build_025_to_032.html");
826 CONFORMANCE_TEST(conformance_ogles_GL_build_build_033_to_040
,
827 "conformance/ogles/GL/build/build_033_to_040.html");
828 CONFORMANCE_TEST(conformance_ogles_GL_build_build_041_to_048
,
829 "conformance/ogles/GL/build/build_041_to_048.html");
830 CONFORMANCE_TEST(conformance_ogles_GL_build_build_049_to_056
,
831 "conformance/ogles/GL/build/build_049_to_056.html");
832 CONFORMANCE_TEST(conformance_ogles_GL_build_build_057_to_064
,
833 "conformance/ogles/GL/build/build_057_to_064.html");
834 CONFORMANCE_TEST(conformance_ogles_GL_build_build_065_to_072
,
835 "conformance/ogles/GL/build/build_065_to_072.html");
836 CONFORMANCE_TEST(conformance_ogles_GL_build_build_073_to_080
,
837 "conformance/ogles/GL/build/build_073_to_080.html");
838 CONFORMANCE_TEST(conformance_ogles_GL_build_build_081_to_088
,
839 "conformance/ogles/GL/build/build_081_to_088.html");
840 CONFORMANCE_TEST(conformance_ogles_GL_build_build_089_to_096
,
841 "conformance/ogles/GL/build/build_089_to_096.html");
842 CONFORMANCE_TEST(conformance_ogles_GL_build_build_097_to_104
,
843 "conformance/ogles/GL/build/build_097_to_104.html");
844 CONFORMANCE_TEST(conformance_ogles_GL_build_build_105_to_112
,
845 "conformance/ogles/GL/build/build_105_to_112.html");
846 CONFORMANCE_TEST(conformance_ogles_GL_build_build_113_to_120
,
847 "conformance/ogles/GL/build/build_113_to_120.html");
848 CONFORMANCE_TEST(conformance_ogles_GL_build_build_121_to_128
,
849 "conformance/ogles/GL/build/build_121_to_128.html");
850 CONFORMANCE_TEST(conformance_ogles_GL_build_build_129_to_136
,
851 "conformance/ogles/GL/build/build_129_to_136.html");
852 CONFORMANCE_TEST(conformance_ogles_GL_build_build_137_to_144
,
853 "conformance/ogles/GL/build/build_137_to_144.html");
854 CONFORMANCE_TEST(conformance_ogles_GL_build_build_145_to_152
,
855 "conformance/ogles/GL/build/build_145_to_152.html");
856 CONFORMANCE_TEST(conformance_ogles_GL_build_build_153_to_160
,
857 "conformance/ogles/GL/build/build_153_to_160.html");
858 CONFORMANCE_TEST(conformance_ogles_GL_build_build_161_to_168
,
859 "conformance/ogles/GL/build/build_161_to_168.html");
860 CONFORMANCE_TEST(conformance_ogles_GL_build_build_169_to_176
,
861 "conformance/ogles/GL/build/build_169_to_176.html");
862 CONFORMANCE_TEST(conformance_ogles_GL_build_build_177_to_178
,
863 "conformance/ogles/GL/build/build_177_to_178.html");
864 CONFORMANCE_TEST(conformance_ogles_GL_built_in_varying_array_out_of_bounds_built_in_varying_array_out_of_bounds_001_to_001
,
865 "conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html");
866 CONFORMANCE_TEST(conformance_ogles_GL_ceil_ceil_001_to_006
,
867 "conformance/ogles/GL/ceil/ceil_001_to_006.html");
868 CONFORMANCE_TEST(conformance_ogles_GL_clamp_clamp_001_to_006
,
869 "conformance/ogles/GL/clamp/clamp_001_to_006.html");
870 CONFORMANCE_TEST(conformance_ogles_GL_control_flow_control_flow_001_to_008
,
871 "conformance/ogles/GL/control_flow/control_flow_001_to_008.html");
872 CONFORMANCE_TEST(conformance_ogles_GL_control_flow_control_flow_009_to_010
,
873 "conformance/ogles/GL/control_flow/control_flow_009_to_010.html");
874 CONFORMANCE_TEST(conformance_ogles_GL_cos_cos_001_to_006
,
875 "conformance/ogles/GL/cos/cos_001_to_006.html");
876 CONFORMANCE_TEST(conformance_ogles_GL_cross_cross_001_to_002
,
877 "conformance/ogles/GL/cross/cross_001_to_002.html");
878 CONFORMANCE_TEST(conformance_ogles_GL_default_default_001_to_001
,
879 "conformance/ogles/GL/default/default_001_to_001.html");
880 CONFORMANCE_TEST(conformance_ogles_GL_degrees_degrees_001_to_006
,
881 "conformance/ogles/GL/degrees/degrees_001_to_006.html");
882 CONFORMANCE_TEST(conformance_ogles_GL_discard_discard_001_to_002
,
883 "conformance/ogles/GL/discard/discard_001_to_002.html");
884 CONFORMANCE_TEST(conformance_ogles_GL_distance_distance_001_to_006
,
885 "conformance/ogles/GL/distance/distance_001_to_006.html");
886 CONFORMANCE_TEST(conformance_ogles_GL_dot_dot_001_to_006
,
887 "conformance/ogles/GL/dot/dot_001_to_006.html");
888 CONFORMANCE_TEST(conformance_ogles_GL_equal_equal_001_to_008
,
889 "conformance/ogles/GL/equal/equal_001_to_008.html");
890 CONFORMANCE_TEST(conformance_ogles_GL_equal_equal_009_to_012
,
891 "conformance/ogles/GL/equal/equal_009_to_012.html");
892 CONFORMANCE_TEST(conformance_ogles_GL_exp_exp_001_to_008
,
893 "conformance/ogles/GL/exp/exp_001_to_008.html");
894 CONFORMANCE_TEST(conformance_ogles_GL_exp_exp_009_to_012
,
895 "conformance/ogles/GL/exp/exp_009_to_012.html");
896 CONFORMANCE_TEST(conformance_ogles_GL_exp2_exp2_001_to_008
,
897 "conformance/ogles/GL/exp2/exp2_001_to_008.html");
898 CONFORMANCE_TEST(conformance_ogles_GL_exp2_exp2_009_to_012
,
899 "conformance/ogles/GL/exp2/exp2_009_to_012.html");
900 CONFORMANCE_TEST(conformance_ogles_GL_faceforward_faceforward_001_to_006
,
901 "conformance/ogles/GL/faceforward/faceforward_001_to_006.html");
902 CONFORMANCE_TEST(conformance_ogles_GL_floor_floor_001_to_006
,
903 "conformance/ogles/GL/floor/floor_001_to_006.html");
904 CONFORMANCE_TEST(conformance_ogles_GL_fract_fract_001_to_006
,
905 "conformance/ogles/GL/fract/fract_001_to_006.html");
906 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_001_to_008
,
907 "conformance/ogles/GL/functions/functions_001_to_008.html");
908 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_009_to_016
,
909 "conformance/ogles/GL/functions/functions_009_to_016.html");
910 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_017_to_024
,
911 "conformance/ogles/GL/functions/functions_017_to_024.html");
912 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_025_to_032
,
913 "conformance/ogles/GL/functions/functions_025_to_032.html");
914 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_033_to_040
,
915 "conformance/ogles/GL/functions/functions_033_to_040.html");
916 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_041_to_048
,
917 "conformance/ogles/GL/functions/functions_041_to_048.html");
918 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_049_to_056
,
919 "conformance/ogles/GL/functions/functions_049_to_056.html");
920 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_057_to_064
,
921 "conformance/ogles/GL/functions/functions_057_to_064.html");
922 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_065_to_072
,
923 "conformance/ogles/GL/functions/functions_065_to_072.html");
924 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_073_to_080
,
925 "conformance/ogles/GL/functions/functions_073_to_080.html");
926 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_081_to_088
,
927 "conformance/ogles/GL/functions/functions_081_to_088.html");
928 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_089_to_096
,
929 "conformance/ogles/GL/functions/functions_089_to_096.html");
930 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_097_to_104
,
931 "conformance/ogles/GL/functions/functions_097_to_104.html");
932 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_105_to_112
,
933 "conformance/ogles/GL/functions/functions_105_to_112.html");
934 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_113_to_120
,
935 "conformance/ogles/GL/functions/functions_113_to_120.html");
936 CONFORMANCE_TEST(conformance_ogles_GL_functions_functions_121_to_126
,
937 "conformance/ogles/GL/functions/functions_121_to_126.html");
938 CONFORMANCE_TEST(conformance_ogles_GL_gl_FragCoord_gl_FragCoord_001_to_003
,
939 "conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html");
940 CONFORMANCE_TEST(conformance_ogles_GL_gl_FrontFacing_gl_FrontFacing_001_to_001
,
941 "conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html");
942 CONFORMANCE_TEST(conformance_ogles_GL_greaterThan_greaterThan_001_to_008
,
943 "conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html");
944 CONFORMANCE_TEST(conformance_ogles_GL_greaterThanEqual_greaterThanEqual_001_to_008
,
945 "conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html");
946 CONFORMANCE_TEST(conformance_ogles_GL_inversesqrt_inversesqrt_001_to_006
,
947 "conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html");
948 CONFORMANCE_TEST(conformance_ogles_GL_length_length_001_to_006
,
949 "conformance/ogles/GL/length/length_001_to_006.html");
950 CONFORMANCE_TEST(conformance_ogles_GL_lessThan_lessThan_001_to_008
,
951 "conformance/ogles/GL/lessThan/lessThan_001_to_008.html");
952 CONFORMANCE_TEST(conformance_ogles_GL_lessThanEqual_lessThanEqual_001_to_008
,
953 "conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html");
954 CONFORMANCE_TEST(conformance_ogles_GL_log_log_001_to_008
,
955 "conformance/ogles/GL/log/log_001_to_008.html");
956 CONFORMANCE_TEST(conformance_ogles_GL_log_log_009_to_012
,
957 "conformance/ogles/GL/log/log_009_to_012.html");
958 CONFORMANCE_TEST(conformance_ogles_GL_log2_log2_001_to_008
,
959 "conformance/ogles/GL/log2/log2_001_to_008.html");
960 CONFORMANCE_TEST(conformance_ogles_GL_log2_log2_009_to_012
,
961 "conformance/ogles/GL/log2/log2_009_to_012.html");
962 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_001_to_008
,
963 "conformance/ogles/GL/mat/mat_001_to_008.html");
964 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_009_to_016
,
965 "conformance/ogles/GL/mat/mat_009_to_016.html");
966 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_017_to_024
,
967 "conformance/ogles/GL/mat/mat_017_to_024.html");
968 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_025_to_032
,
969 "conformance/ogles/GL/mat/mat_025_to_032.html");
970 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_033_to_040
,
971 "conformance/ogles/GL/mat/mat_033_to_040.html");
972 CONFORMANCE_TEST(conformance_ogles_GL_mat_mat_041_to_046
,
973 "conformance/ogles/GL/mat/mat_041_to_046.html");
974 CONFORMANCE_TEST(conformance_ogles_GL_mat3_mat3_001_to_006
,
975 "conformance/ogles/GL/mat3/mat3_001_to_006.html");
976 CONFORMANCE_TEST(conformance_ogles_GL_matrixCompMult_matrixCompMult_001_to_004
,
977 "conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html");
978 CONFORMANCE_TEST(conformance_ogles_GL_max_max_001_to_006
,
979 "conformance/ogles/GL/max/max_001_to_006.html");
980 CONFORMANCE_TEST(conformance_ogles_GL_min_min_001_to_006
,
981 "conformance/ogles/GL/min/min_001_to_006.html");
982 CONFORMANCE_TEST(conformance_ogles_GL_mix_mix_001_to_006
,
983 "conformance/ogles/GL/mix/mix_001_to_006.html");
984 CONFORMANCE_TEST(conformance_ogles_GL_mod_mod_001_to_008
,
985 "conformance/ogles/GL/mod/mod_001_to_008.html");
986 CONFORMANCE_TEST(conformance_ogles_GL_normalize_normalize_001_to_006
,
987 "conformance/ogles/GL/normalize/normalize_001_to_006.html");
988 CONFORMANCE_TEST(conformance_ogles_GL_not_not_001_to_004
,
989 "conformance/ogles/GL/not/not_001_to_004.html");
990 CONFORMANCE_TEST(conformance_ogles_GL_notEqual_notEqual_001_to_008
,
991 "conformance/ogles/GL/notEqual/notEqual_001_to_008.html");
992 CONFORMANCE_TEST(conformance_ogles_GL_notEqual_notEqual_009_to_012
,
993 "conformance/ogles/GL/notEqual/notEqual_009_to_012.html");
994 CONFORMANCE_TEST(conformance_ogles_GL_operators_operators_001_to_008
,
995 "conformance/ogles/GL/operators/operators_001_to_008.html");
996 CONFORMANCE_TEST(conformance_ogles_GL_operators_operators_009_to_016
,
997 "conformance/ogles/GL/operators/operators_009_to_016.html");
998 CONFORMANCE_TEST(conformance_ogles_GL_operators_operators_017_to_024
,
999 "conformance/ogles/GL/operators/operators_017_to_024.html");
1000 CONFORMANCE_TEST(conformance_ogles_GL_operators_operators_025_to_026
,
1001 "conformance/ogles/GL/operators/operators_025_to_026.html");
1002 CONFORMANCE_TEST(conformance_ogles_GL_pow_pow_001_to_008
,
1003 "conformance/ogles/GL/pow/pow_001_to_008.html");
1004 CONFORMANCE_TEST(conformance_ogles_GL_pow_pow_009_to_016
,
1005 "conformance/ogles/GL/pow/pow_009_to_016.html");
1006 CONFORMANCE_TEST(conformance_ogles_GL_pow_pow_017_to_024
,
1007 "conformance/ogles/GL/pow/pow_017_to_024.html");
1008 CONFORMANCE_TEST(conformance_ogles_GL_radians_radians_001_to_006
,
1009 "conformance/ogles/GL/radians/radians_001_to_006.html");
1010 CONFORMANCE_TEST(conformance_ogles_GL_reflect_reflect_001_to_006
,
1011 "conformance/ogles/GL/reflect/reflect_001_to_006.html");
1012 CONFORMANCE_TEST(conformance_ogles_GL_refract_refract_001_to_006
,
1013 "conformance/ogles/GL/refract/refract_001_to_006.html");
1014 CONFORMANCE_TEST(conformance_ogles_GL_sign_sign_001_to_006
,
1015 "conformance/ogles/GL/sign/sign_001_to_006.html");
1016 CONFORMANCE_TEST(conformance_ogles_GL_sin_sin_001_to_006
,
1017 "conformance/ogles/GL/sin/sin_001_to_006.html");
1018 CONFORMANCE_TEST(conformance_ogles_GL_smoothstep_smoothstep_001_to_006
,
1019 "conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html");
1020 CONFORMANCE_TEST(conformance_ogles_GL_sqrt_sqrt_001_to_006
,
1021 "conformance/ogles/GL/sqrt/sqrt_001_to_006.html");
1022 CONFORMANCE_TEST(conformance_ogles_GL_step_step_001_to_006
,
1023 "conformance/ogles/GL/step/step_001_to_006.html");
1024 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_001_to_008
,
1025 "conformance/ogles/GL/struct/struct_001_to_008.html");
1026 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_009_to_016
,
1027 "conformance/ogles/GL/struct/struct_009_to_016.html");
1028 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_017_to_024
,
1029 "conformance/ogles/GL/struct/struct_017_to_024.html");
1030 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_025_to_032
,
1031 "conformance/ogles/GL/struct/struct_025_to_032.html");
1032 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_033_to_040
,
1033 "conformance/ogles/GL/struct/struct_033_to_040.html");
1034 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_041_to_048
,
1035 "conformance/ogles/GL/struct/struct_041_to_048.html");
1036 CONFORMANCE_TEST(conformance_ogles_GL_struct_struct_049_to_056
,
1037 "conformance/ogles/GL/struct/struct_049_to_056.html");
1038 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_001_to_008
,
1039 "conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html");
1040 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_009_to_016
,
1041 "conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html");
1042 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_017_to_024
,
1043 "conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html");
1044 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_025_to_032
,
1045 "conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html");
1046 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_033_to_040
,
1047 "conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html");
1048 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_041_to_048
,
1049 "conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html");
1050 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_049_to_056
,
1051 "conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html");
1052 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_057_to_064
,
1053 "conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html");
1054 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_065_to_072
,
1055 "conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html");
1056 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_073_to_080
,
1057 "conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html");
1058 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_081_to_088
,
1059 "conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html");
1060 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_089_to_096
,
1061 "conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html");
1062 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_097_to_104
,
1063 "conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html");
1064 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_105_to_112
,
1065 "conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html");
1066 CONFORMANCE_TEST(conformance_ogles_GL_swizzlers_swizzlers_113_to_120
,
1067 "conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html");
1068 CONFORMANCE_TEST(conformance_ogles_GL_tan_tan_001_to_006
,
1069 "conformance/ogles/GL/tan/tan_001_to_006.html");
1070 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_001_to_008
,
1071 "conformance/ogles/GL/vec/vec_001_to_008.html");
1072 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_009_to_016
,
1073 "conformance/ogles/GL/vec/vec_009_to_016.html");
1074 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_017_to_018
,
1075 "conformance/ogles/GL/vec/vec_017_to_018.html");
1076 CONFORMANCE_TEST(conformance_ogles_GL_vec3_vec3_001_to_008
,
1077 "conformance/ogles/GL/vec3/vec3_001_to_008.html");
1079 #endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_