Lines Matching refs:ADD_TESTCASE

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