Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp1528 class TextureImmutableLevelsCase : public TextureTest class
1531TextureImmutableLevelsCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, co…
1535 TextureImmutableLevelsCase::TextureImmutableLevelsCase (tcu::TestContext& testCtx, const glu::Rende… in TextureImmutableLevelsCase() function in deqp::gls::TextureStateQueryTests::__anonc22dbc7d0111::TextureImmutableLevelsCase
1540 void TextureImmutableLevelsCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2528 …return new TextureImmutableLevelsCase(testCtx, renderCtx, name.c_str(), description.c_str(), targe… in createTexParamTest()