Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp965 class TextureSwizzleCase : public TextureTest class
968TextureSwizzleCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char…
972 TextureSwizzleCase::TextureSwizzleCase (tcu::TestContext& testCtx, const glu::RenderContext& render… in TextureSwizzleCase() function in deqp::gls::TextureStateQueryTests::__anonc22dbc7d0111::TextureSwizzleCase
977 void TextureSwizzleCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2502 …return new TextureSwizzleCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, teste… in createTexParamTest()