Lines Matching refs:TextureLevelCase

819 class TextureLevelCase : public TestCase  class
822TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType…
823 ~TextureLevelCase (void);
847 TextureLevelCase::TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum t… in TextureLevelCase() function in deqp::gles31::Functional::__anon224f9e180111::TextureLevelCase
858 TextureLevelCase::~TextureLevelCase (void) in ~TextureLevelCase()
863 void TextureLevelCase::init (void) in init()
879 void TextureLevelCase::deinit (void) in deinit()
893 void TextureLevelCase::getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples) in getFormatSamples()
915 TextureLevelCase::IterateResult TextureLevelCase::iterate (void) in iterate()
948 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) in testConfig()
981 class TextureLevelCommonCase : public TextureLevelCase
991 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelCommonCase()
1155 class TextureLevelInternalFormatCase : public TextureLevelCase
1159 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelInternalFormatCase()
1195 class TextureLevelSizeCase : public TextureLevelCase
1209 : TextureLevelCase (ctx, name, desc, target, type) in TextureLevelSizeCase()
1317 class TextureLevelTypeCase : public TextureLevelCase
1331 : TextureLevelCase (ctx, name, desc, target, type) in TextureLevelTypeCase()
1458 class TextureLevelCompressedCase : public TextureLevelCase
1462 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelCompressedCase()
1503 class TextureLevelBufferDataStoreCase : public TextureLevelCase
1507 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelBufferDataStoreCase()
1516 TextureLevelCase::init(); in init()
1541 class TextureLevelBufferDataOffsetCase : public TextureLevelCase
1545 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelBufferDataOffsetCase()
1554 TextureLevelCase::init(); in init()
1581 class TextureLevelBufferDataSizeCase : public TextureLevelCase
1585 : TextureLevelCase(ctx, name, desc, target, type) in TextureLevelBufferDataSizeCase()
1594 TextureLevelCase::init(); in init()