Lines Matching refs:TextureCubeShadowTestInstance
464 class TextureCubeShadowTestInstance : public TestInstance
468 TextureCubeShadowTestInstance (Context& context, const ParameterType& testParameters);
469 ~TextureCubeShadowTestInstance (void);
474 TextureCubeShadowTestInstance (const TextureCubeShadowTestInstance& other);
475 TextureCubeShadowTestInstance& operator= (const TextureCubeShadowTestInstance& other);
507 TextureCubeShadowTestInstance::TextureCubeShadowTestInstance (Context& context, const ParameterType& testParameters)
581 TextureCubeShadowTestInstance::~TextureCubeShadowTestInstance (void)
601 tcu::TestStatus TextureCubeShadowTestInstance::iterate (void)
1745 filterGroup->addChild(new TextureTestCase<TextureCubeShadowTestInstance>(testCtx, name.c_str(), testParameters));