Lines Matching refs:TestSpec
93 typedef TestSpec2 TestSpec;
96 TestSpec testSpec);
106 const TestSpec m_testSpec;
112 DrawInstancedIndexed (Context &context, TestSpec testSpec);
116 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec)
348 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, TestSpec testSpec)
480 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec)
581 DrawIndexed::TestSpec testSpec
597 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> >
598 (m_testCtx, testName, testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Args(checkSupport, testSpec)));
601 DrawInstancedIndexed::TestSpec testSpec
617 addChild(new InstanceFactory<DrawInstancedIndexed, FunctionSupport1<DrawInstancedIndexed::TestSpec> >
618 (m_testCtx, testName, testSpec, FunctionSupport1<DrawInstancedIndexed::TestSpec>::Args(checkSupport, testSpec)));