Lines Matching defs:testSpec
68 ConcurrentDraw (Context &context, TestSpec testSpec);
72 ConcurrentDraw::ConcurrentDraw (Context &context, TestSpec testSpec)
73 : DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.groupParams, testSpec.topology)
494 void checkSupport(Context& context, ConcurrentDraw::TestSpec testSpec)
496 if (testSpec.groupParams->useDynamicRendering)
511 ConcurrentDraw::TestSpec testSpec
522 addChild(new InstanceFactory<ConcurrentDraw, FunctionSupport1<ConcurrentDraw::TestSpec>>(m_testCtx, "compute_and_triangle_list", testSpec, FunctionSupport1<ConcurrentDraw::TestSpec>::Args(checkSupport, testSpec)));