Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp1807 class TextureBorderColorCase : public TextureTest class
1810TextureBorderColorCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const …
1814 TextureBorderColorCase::TextureBorderColorCase (tcu::TestContext& testCtx, const glu::RenderContext… in TextureBorderColorCase() function in deqp::gls::TextureStateQueryTests::__anon4ee941a90111::TextureBorderColorCase
1819 void TextureBorderColorCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2609 …return new TextureBorderColorCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, q… in createTexParamTest()