Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp952 class TextureSRGBDecodeCase : public TextureTest class
955TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const c…
959 TextureSRGBDecodeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& … in TextureSRGBDecodeCase() function in deqp::gls::TextureStateQueryTests::__anonaefd4de40111::TextureSRGBDecodeCase
964 void TextureSRGBDecodeCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2607 …return new TextureSRGBDecodeCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, te… in createTexParamTest()