Searched refs:drawCallGroup (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests"); in init() local 233 addChild(drawCallGroup); in init() 237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests"); in init() local 233 addChild(drawCallGroup); in init() 237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 1510 GroupPtr drawCallGroup (new tcu::TestCaseGroup(testCtx, drawCall.name)); in createMeshShaderQueryTestsEXT() 1590 drawCallGroup->addChild(resultSizeGroup.release()); in createMeshShaderQueryTestsEXT() 1593 waitCaseGroup->addChild(drawCallGroup.release()); in createMeshShaderQueryTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 1509 GroupPtr drawCallGroup (new tcu::TestCaseGroup(testCtx, drawCall.name, "")); in createMeshShaderQueryTestsEXT() 1585 drawCallGroup->addChild(resultSizeGroup.release()); in createMeshShaderQueryTestsEXT() 1588 waitCaseGroup->addChild(drawCallGroup.release()); in createMeshShaderQueryTestsEXT()
|
Completed in 12 milliseconds