Home
last modified time | relevance | path

Searched refs:TextureLevelCommonCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp980 class TextureLevelCommonCase : public TextureLevelCase class
983TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, Quer…
989 TextureLevelCommonCase::TextureLevelCommonCase (Context& ctx, const char* name, const char* desc, g… in TextureLevelCommonCase() function in deqp::gles31::Functional::__anon2d4abc970111::TextureLevelCommonCase
994 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations()
1009 class TextureLevelSampleCase : public TextureLevelCommonCase
1013 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelSampleCase()
1027 class TextureLevelFixedSamplesCase : public TextureLevelCommonCase
1031 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelFixedSamplesCase()
1045 class TextureLevelWidthCase : public TextureLevelCommonCase
1049 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelWidthCase()
[all …]