Lines Matching refs:TextureLevelCase

821 class TextureLevelCase : public TestCase
824 TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type);
825 ~TextureLevelCase (void);
849 TextureLevelCase::TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type)
860 TextureLevelCase::~TextureLevelCase (void)
865 void TextureLevelCase::init (void)
881 void TextureLevelCase::deinit (void)
895 void TextureLevelCase::getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples)
917 TextureLevelCase::IterateResult TextureLevelCase::iterate (void)
950 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec)
983 class TextureLevelCommonCase : public TextureLevelCase
993 : TextureLevelCase(ctx, name, desc, target, type)
1157 class TextureLevelInternalFormatCase : public TextureLevelCase
1161 : TextureLevelCase(ctx, name, desc, target, type)
1197 class TextureLevelSizeCase : public TextureLevelCase
1211 : TextureLevelCase (ctx, name, desc, target, type)
1319 class TextureLevelTypeCase : public TextureLevelCase
1333 : TextureLevelCase (ctx, name, desc, target, type)
1460 class TextureLevelCompressedCase : public TextureLevelCase
1464 : TextureLevelCase(ctx, name, desc, target, type)
1505 class TextureLevelBufferDataStoreCase : public TextureLevelCase
1509 : TextureLevelCase(ctx, name, desc, target, type)
1518 TextureLevelCase::init();
1543 class TextureLevelBufferDataOffsetCase : public TextureLevelCase
1547 : TextureLevelCase(ctx, name, desc, target, type)
1556 TextureLevelCase::init();
1583 class TextureLevelBufferDataSizeCase : public TextureLevelCase
1587 : TextureLevelCase(ctx, name, desc, target, type)
1596 TextureLevelCase::init();