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(depth_func, "Change depth func.", in init()
421 ADD_TESTCASE(depth_mask, "Toggle depth mask.", in init()
464 ADD_TESTCASE(depth_rangef, "Change depth range.", in init()
501 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
541 ADD_TESTCASE(blend_func, "Change blend function.", in init()
581 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
621 ADD_TESTCASE(sample_coverage, "Sample coverage.", in init()
658 ADD_TESTCASE(viewport, "Change viewport.", in init()
695 ADD_TESTCASE(scissor, "Change scissor box.", in init()
735 ADD_TESTCASE(color_mask, "Change color mask.", in init()
772 ADD_TESTCASE(cull_face, "Change culling mode.", in init()
812 ADD_TESTCASE(front_face, "Change front face.", in init()
852 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
903 ADD_TESTCASE(stencil_func, "Change stencil func.", in init()
950 ADD_TESTCASE(stencil_op, "Change stencil op.", in init()
999 ADD_TESTCASE(bind_array_buffer, "Change array buffer and refresh vertex attrib pointer.", in init()
1040 ADD_TESTCASE(element_array_buffer, "Change element array buffer.", in init()
1081 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
1118 ADD_TESTCASE(use_program, "Change used program.", in init()
1154 ADD_TESTCASE(tex_parameter_min_filter, "Change texture parameter min filter.", in init()
1191 ADD_TESTCASE(tex_parameter_mag_filter, "Change texture parameter mag filter.", in init()
1228 ADD_TESTCASE(tex_parameter_wrap, "Change texture parameter wrap filter.", in init()
1265 ADD_TESTCASE(bind_framebuffer, "Change framebuffer.", in init()
1306 ADD_TESTCASE(blend_color, "Change blend color.", in init()