Home | History | Annotate | Download | only in performance

Lines Matching refs:ADD_TESTCASE

103 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\
132 ADD_TESTCASE(blend, "Enable/Disable blending.",
169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.",
260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
300 ADD_TESTCASE(dither, "Enable/Disable dithering.",
337 ADD_TESTCASE(culling, "Enable/Disable culling.",
380 ADD_TESTCASE(rasterizer_discard, "Disable RASTERIZER_DISCARD.",
417 ADD_TESTCASE(primitive_restart_fixed_index, "Enable PRIMITIVE_RESTART_FIXED_INDEX.",
454 ADD_TESTCASE(depth_func, "Change depth func.",
495 ADD_TESTCASE(depth_mask, "Toggle depth mask.",
538 ADD_TESTCASE(depth_rangef, "Change depth range.",
575 ADD_TESTCASE(blend_equation, "Change blend equation.",
615 ADD_TESTCASE(blend_func, "Change blend function.",
655 ADD_TESTCASE(polygon_offset, "Change polygon offset.",
695 ADD_TESTCASE(sample_coverage, "Sample coverage.",
732 ADD_TESTCASE(viewport, "Change viewport.",
769 ADD_TESTCASE(scissor, "Change scissor box.",
809 ADD_TESTCASE(color_mask, "Change color mask.",
846 ADD_TESTCASE(cull_face, "Change culling mode.",
886 ADD_TESTCASE(front_face, "Change front face.",
926 ADD_TESTCASE(stencil_mask, "Change stencil mask.",
977 ADD_TESTCASE(stencil_func, "Change stencil func.",
1024 ADD_TESTCASE(stencil_op, "Change stencil op.",
1073 ADD_TESTCASE(bind_array_buffer, "Change array buffer and refresh vertex attrib pointer.",
1114 ADD_TESTCASE(element_array_buffer, "Change element array buffer.",
1155 ADD_TESTCASE(bind_texture, "Change texture binding.",
1192 ADD_TESTCASE(use_program, "Change used program.",
1228 ADD_TESTCASE(tex_parameter_min_filter, "Change texture parameter min filter.",
1265 ADD_TESTCASE(tex_parameter_mag_filter, "Change texture parameter mag filter.",
1302 ADD_TESTCASE(tex_parameter_wrap, "Change texture parameter wrap filter.",
1339 ADD_TESTCASE(bind_framebuffer, "Change framebuffer.",
1380 ADD_TESTCASE(blend_color, "Change blend color.",
1423 ADD_TESTCASE(sampler, "Change sampler binding.",
1465 ADD_TESTCASE(bind_vertex_array, "Change vertex array binding.",