Lines Matching defs:Texture1DShadowTestInstance
929 class Texture1DShadowTestInstance : public TestInstance
933 Texture1DShadowTestInstance (Context& context, const ParameterType& testParameters);
934 ~Texture1DShadowTestInstance (void);
939 Texture1DShadowTestInstance (const Texture1DShadowTestInstance& other) = delete;
940 Texture1DShadowTestInstance& operator= (const Texture1DShadowTestInstance& other) = delete;
976 Texture1DShadowTestInstance::Texture1DShadowTestInstance (Context& context, const ParameterType& testParameters)
1054 Texture1DShadowTestInstance::~Texture1DShadowTestInstance (void)
1060 tcu::TestStatus Texture1DShadowTestInstance::iterate (void)
1826 filterGroup->addChild(new TextureTestCase<Texture1DShadowTestInstance>(testCtx, name.c_str(), testParameters));