Searched refs:ADD_TESTCASE (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 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() [all …]
|
D | es3pStateChangeTests.cpp | 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() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pRedundantStateChangeTests.cpp | 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() [all …]
|
D | es2pStateChangeTests.cpp | 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(depth_func, "Change depth func.", in init() 465 ADD_TESTCASE(depth_mask, "Toggle depth mask.", in init() 513 ADD_TESTCASE(depth_rangef, "Change depth range.", in init() [all …]
|