Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp819 class TextureLevelCase : public TestCase class
822TextureLevelCase (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::__anon224f9e180111::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/
DglsTextureStateQueryTests.cpp1349 class TextureLevelCase : public TextureTest class
1352TextureLevelCase (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::__anonc22dbc7d0111::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()