/external/deqp/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 57 class TextureWrapCase : public tcu::TestCase class 60 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 61 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 62 ~TextureWrapCase (void); 69 TextureWrapCase (const TextureWrapCase& other); 70 TextureWrapCase& operator= (const TextureWrapCase& other); 90 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles2::Functional::TextureWrapCase 107 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles2::Functional::TextureWrapCase 125 TextureWrapCase::~TextureWrapCase (void) in ~TextureWrapCase() 130 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::__anon6f71e01b0111::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 | 83 class TextureWrapCase : public tcu::TestCase class 86 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 87 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 88 …TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInf… 89 ~TextureWrapCase (void); 96 TextureWrapCase (const TextureWrapCase& other); 97 TextureWrapCase& operator= (const TextureWrapCase& other); 130 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles3::Functional::TextureWrapCase 149 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const g… in TextureWrapCase() function in deqp::gles3::Functional::TextureWrapCase 169 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 | 1041 class TextureWrapCase : public TextureTest class 1044 …TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* n… 1048 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, c… in TextureWrapCase() function in deqp::gls::TextureStateQueryTests::__anonab11bcfc0111::TextureWrapCase 1053 void TextureWrapCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() 2507 …return new TextureWrapCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, … in createTexParamTest()
|