Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1594 class TextureImmutableLevelsCase : public TextureTest class
1597TextureImmutableLevelsCase(tcu::TestContext &testCtx, const glu::RenderContext &renderContext, con…
1602 TextureImmutableLevelsCase::TextureImmutableLevelsCase(tcu::TestContext &testCtx, const glu::Render… in TextureImmutableLevelsCase() function in deqp::gls::TextureStateQueryTests::__anon6e801cb30111::TextureImmutableLevelsCase
1609 void TextureImmutableLevelsCase::test(glu::CallLogWrapper &gl, tcu::ResultCollector &result) const in test()
2618 …return new TextureImmutableLevelsCase(testCtx, renderCtx, name.c_str(), description.c_str(), targe… in createTexParamTest()