Searched refs:TextureLevelCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 819 class TextureLevelCase : public TestCase class 822 …TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType… 823 ~TextureLevelCase (void); 847 TextureLevelCase::TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum t… in TextureLevelCase() function in deqp::gles31::Functional::__anon4bcb1d7f0111::TextureLevelCase 858 TextureLevelCase::~TextureLevelCase (void) in ~TextureLevelCase() 863 void TextureLevelCase::init (void) in init() 879 void TextureLevelCase::deinit (void) in deinit() 893 void TextureLevelCase::getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples) in getFormatSamples() 915 TextureLevelCase::IterateResult TextureLevelCase::iterate (void) in iterate() 948 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) in testConfig() [all …]
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 1349 class TextureLevelCase : public TextureTest class 1352 …TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* … 1356 TextureLevelCase::TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx,… in TextureLevelCase() function in deqp::gls::TextureStateQueryTests::__anonaefd4de40111::TextureLevelCase 1361 void TextureLevelCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() 2584 …return new TextureLevelCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester,… in createTexParamTest()
|