Searched refs:ADD_ARG_CASE1 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 49 #define ADD_ARG_CASE1(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0)\ macro 188 ADD_ARG_CASE1(enable, "Test cost of glEnable() calls", in init() 204 ADD_ARG_CASE1(disable, "Test cost of glDisable() calls", in init() 220 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls", in init() 235 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls", in init() 244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init() 253 ADD_ARG_CASE1(clear_depth, "Test cost of glClearDepth() calls", in init() 263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls", in init() 273 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls", in init() 283 ADD_ARG_CASE1(cull_face, "Test cost of glCullFace() calls", in init() [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 49 #define ADD_ARG_CASE1(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0)\ macro 219 ADD_ARG_CASE1(enable, "Test cost of glEnable() calls", in init() 237 ADD_ARG_CASE1(disable, "Test cost of glDisable() calls", in init() 255 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls", in init() 270 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls", in init() 279 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init() 288 ADD_ARG_CASE1(clear_depth, "Test cost of glClearDepth() calls", in init() 298 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls", in init() 308 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls", in init() 318 ADD_ARG_CASE1(cull_face, "Test cost of glCullFace() calls", in init() [all …]
|