Searched refs:TextureLevelCommonCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 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() [all …]
|