Lines Matching refs:TextureLevelCommonCase
983 class TextureLevelCommonCase : public TextureLevelCase
986 TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type);
992 TextureLevelCommonCase::TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type)
997 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations)
1012 class TextureLevelSampleCase : public TextureLevelCommonCase
1016 : TextureLevelCommonCase(ctx, name, desc, target, type)
1030 class TextureLevelFixedSamplesCase : public TextureLevelCommonCase
1034 : TextureLevelCommonCase(ctx, name, desc, target, type)
1048 class TextureLevelWidthCase : public TextureLevelCommonCase
1052 : TextureLevelCommonCase(ctx, name, desc, target, type)
1084 class TextureLevelHeightCase : public TextureLevelCommonCase
1088 : TextureLevelCommonCase(ctx, name, desc, target, type)
1120 class TextureLevelDepthCase : public TextureLevelCommonCase
1124 : TextureLevelCommonCase(ctx, name, desc, target, type)