Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp766 class TextureSRGBDecodeCase : public TextureTest class
769TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const c…
773 TextureSRGBDecodeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& … in TextureSRGBDecodeCase() function in deqp::gls::TextureStateQueryTests::__anonc22dbc7d0111::TextureSRGBDecodeCase
778 void TextureSRGBDecodeCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2421 …return new TextureSRGBDecodeCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, te… in createTexParamTest()