Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1668 class TextureImmutableFormatCase : public TextureTest class
1671TextureImmutableFormatCase(tcu::TestContext &testCtx, const glu::RenderContext &renderContext, con…
1676 TextureImmutableFormatCase::TextureImmutableFormatCase(tcu::TestContext &testCtx, const glu::Render… in TextureImmutableFormatCase() function in deqp::gls::TextureStateQueryTests::__anon6e801cb30111::TextureImmutableFormatCase
1683 void TextureImmutableFormatCase::test(glu::CallLogWrapper &gl, tcu::ResultCollector &result) const in test()
2621 …return new TextureImmutableFormatCase(testCtx, renderCtx, name.c_str(), description.c_str(), targe… in createTexParamTest()