/external/deqp/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 56 class TextureWrapCase : public tcu::TestCase class 59 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 60 …TextureWrapCase (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 …]
|
D | es2fTextureStateQueryTests.cpp | 228 class TextureWrapCase : public TextureCase class 231 …TextureWrapCase (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/ |
D | es3fTextureWrapTests.cpp | 82 class TextureWrapCase : public tcu::TestCase class 85 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 86 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 87 …TextureWrapCase (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/ |
D | glsTextureStateQueryTests.cpp | 920 class TextureWrapCase : public TextureTest class 923 …TextureWrapCase (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()
|