Lines Matching defs:ConstantDerivateCase
886 // ConstantDerivateCase
888 class ConstantDerivateCase : public TriangleDerivateCase
891 ConstantDerivateCase (tcu::TestContext& testCtx,
895 virtual ~ConstantDerivateCase (void);
901 ConstantDerivateCase::ConstantDerivateCase (tcu::TestContext& testCtx,
915 ConstantDerivateCase::~ConstantDerivateCase (void)
919 TestInstance* ConstantDerivateCase::createInstance (Context& context) const
925 void ConstantDerivateCase::initPrograms (vk::SourceCollections& programCollection) const
1974 constantGroup->addChild(new ConstantDerivateCase(m_testCtx, glu::getDataTypeName(dataType), function, dataType));