Lines Matching refs:ADD_TESTCASE
112 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\ macro
141 ADD_TESTCASE(blend, "Enable/Disable blending.", in init()
183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.", in init()
230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.", in init()
329 ADD_TESTCASE(dither, "Enable/Disable dithering.", in init()
371 ADD_TESTCASE(culling, "Enable/Disable culling.", in init()
419 ADD_TESTCASE(rasterizer_discard, "Enable/Disable RASTERIZER_DISCARD.", in init()
461 ADD_TESTCASE(primitive_restart_fixed_index, "Enable/Disable PRIMITIVE_RESTART_FIXED_INDEX.", in init()
503 ADD_TESTCASE(depth_func, "Change depth func.", in init()
549 ADD_TESTCASE(depth_mask, "Toggle depth mask.", in init()
597 ADD_TESTCASE(depth_rangef, "Change depth range.", in init()
639 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
684 ADD_TESTCASE(blend_func, "Change blend function.", in init()
729 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
774 ADD_TESTCASE(sample_coverage, "Sample coverage.", in init()
816 ADD_TESTCASE(viewport, "Change viewport.", in init()
858 ADD_TESTCASE(scissor, "Change scissor box.", in init()
903 ADD_TESTCASE(color_mask, "Change color mask.", in init()
945 ADD_TESTCASE(cull_face, "Change culling mode.", in init()
990 ADD_TESTCASE(front_face, "Change front face.", in init()
1035 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
1091 ADD_TESTCASE(stencil_func, "Change stencil func.", in init()
1143 ADD_TESTCASE(stencil_op, "Change stencil op.", in init()
1197 ADD_TESTCASE(bind_array_buffer, "Change array buffer and refresh vertex attrib pointer.", in init()
1248 ADD_TESTCASE(element_array_buffer, "Change element array buffer.", in init()
1294 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
1336 ADD_TESTCASE(use_program, "Change used program.", in init()
1388 ADD_TESTCASE(tex_parameter_min_filter, "Change texture parameter min filter.", in init()
1430 ADD_TESTCASE(tex_parameter_mag_filter, "Change texture parameter mag filter.", in init()
1472 ADD_TESTCASE(tex_parameter_wrap, "Change texture parameter wrap filter.", in init()
1514 ADD_TESTCASE(bind_framebuffer, "Change framebuffer.", in init()
1560 ADD_TESTCASE(blend_color, "Change blend color.", in init()
1608 ADD_TESTCASE(sampler, "Change sampler binding.", in init()
1655 ADD_TESTCASE(bind_vertex_array, "Change vertex array binding.", in init()