Lines Matching defs:TextureCubeLodControlTestInstance
1228 // TextureCubeLodControlTestInstance
1229 class TextureCubeLodControlTestInstance : public TestInstance
1234 TextureCubeLodControlTestInstance (Context& context, const ParameterType& testParameters);
1235 ~TextureCubeLodControlTestInstance (void);
1245 TextureCubeLodControlTestInstance (const TextureCubeLodControlTestInstance& other);
1246 TextureCubeLodControlTestInstance& operator= (const TextureCubeLodControlTestInstance& other);
1254 TextureCubeLodControlTestInstance::TextureCubeLodControlTestInstance (Context& context, const TextureCubeMipmapTestCaseParameters& testParameters)
1297 TextureCubeLodControlTestInstance::~TextureCubeLodControlTestInstance (void)
1301 tcu::TestStatus TextureCubeLodControlTestInstance::iterate (void)
1420 class TextureCubeMinLodTestInstance : public TextureCubeLodControlTestInstance
1424 : TextureCubeLodControlTestInstance(context, testParameters)
1435 class TextureCubeMaxLodTestInstance : public TextureCubeLodControlTestInstance
1439 : TextureCubeLodControlTestInstance(context, testParameters)
1450 class TextureCubeBaseLevelTestInstance : public TextureCubeLodControlTestInstance
1454 : TextureCubeLodControlTestInstance(context, testParameters)
1476 class TextureCubeMaxLevelTestInstance : public TextureCubeLodControlTestInstance
1480 : TextureCubeLodControlTestInstance(context, testParameters)
1910 class TextureCubeImageViewMinLodTestInstance : public TextureCubeLodControlTestInstance
1914 : TextureCubeLodControlTestInstance(context, testParameters)
1935 class TextureCubeImageViewMinLodBaseLevelTestInstance : public TextureCubeLodControlTestInstance
1939 : TextureCubeLodControlTestInstance(context, testParameters)