Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp887 class TextureSRGBDecodeCase : public TextureTest class
890TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const c…
894 TextureSRGBDecodeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& … in TextureSRGBDecodeCase() function in deqp::gls::TextureStateQueryTests::__anonab11bcfc0111::TextureSRGBDecodeCase
899 void TextureSRGBDecodeCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2542 …return new TextureSRGBDecodeCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, te… in createTexParamTest()