Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp56 class TextureWrapCase : public tcu::TestCase class
59TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
60TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
61 ~TextureWrapCase (void);
68 TextureWrapCase (const TextureWrapCase& other);
69 TextureWrapCase& operator= (const TextureWrapCase& other);
89 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles2::Functional::TextureWrapCase
106 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles2::Functional::TextureWrapCase
124 TextureWrapCase::~TextureWrapCase (void) in ~TextureWrapCase()
129 void TextureWrapCase::init (void) in init()
[all …]
Des2fTextureStateQueryTests.cpp228 class TextureWrapCase : public TextureCase class
231TextureWrapCase (Context& context, TexParamVerifier* verifier, const char* name, const char* descr… in TextureWrapCase() function in deqp::gles2::Functional::__anon44cfe0bc0111::TextureWrapCase
388 …FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(text… in init()
389 …FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(text… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp82 class TextureWrapCase : public tcu::TestCase class
85TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
86TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
87TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf…
88 ~TextureWrapCase (void);
95 TextureWrapCase (const TextureWrapCase& other);
96 TextureWrapCase& operator= (const TextureWrapCase& other);
129 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles3::Functional::TextureWrapCase
148 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles3::Functional::TextureWrapCase
168 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles3::Functional::TextureWrapCase
[all …]
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp920 class TextureWrapCase : public TextureTest class
923TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* n…
927 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, c… in TextureWrapCase() function in deqp::gls::TextureStateQueryTests::__anonc22dbc7d0111::TextureWrapCase
932 void TextureWrapCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test()
2386 …return new TextureWrapCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, … in createTexParamTest()