Lines Matching refs:TextureLevelCommonCase
975 class TextureLevelCommonCase : public TextureLevelCase class
978 …TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, Quer…
984 TextureLevelCommonCase::TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, g… in TextureLevelCommonCase() function in deqp::gles31::Functional::__anon224f9e180111::TextureLevelCommonCase
989 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations()
1004 class TextureLevelSampleCase : public TextureLevelCommonCase
1008 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelSampleCase()
1022 class TextureLevelFixedSamplesCase : public TextureLevelCommonCase
1026 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelFixedSamplesCase()
1040 class TextureLevelWidthCase : public TextureLevelCommonCase
1044 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelWidthCase()
1076 class TextureLevelHeightCase : public TextureLevelCommonCase
1080 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelHeightCase()
1112 class TextureLevelDepthCase : public TextureLevelCommonCase
1116 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelDepthCase()