Searched refs:TextureLevelCommonCase (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 983 class TextureLevelCommonCase : public TextureLevelCase class 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) in TextureLevelCommonCase() function in deqp::gles31::Functional::__anon30947::TextureLevelCommonCase 997 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations() 1012 class TextureLevelSampleCase : public TextureLevelCommonCase 1016 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelSampleCase() 1030 class TextureLevelFixedSamplesCase : public TextureLevelCommonCase 1034 : TextureLevelCommonCase(ctx, name, desc, target, type) in TextureLevelFixedSamplesCase() 1048 class TextureLevelWidthCase : public TextureLevelCommonCase [all...] |
Completed in 2 milliseconds