HomeSort by relevance Sort by last modified time
    Searched defs:testCtx (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 267 FramebufferCompletenessCase (tcu::TestContext& testCtx,
279 FramebufferCompletenessCase::FramebufferCompletenessCase (tcu::TestContext& testCtx,
283 : TestCase (testCtx, name, desc)
325 SizeCase (tcu::TestContext& testCtx,
348 SizeCase::SizeCase (tcu::TestContext& testCtx,
353 : TestCase (testCtx, name, desc)
434 AttachmentInteractionCase (tcu::TestContext& testCtx,
450 AttachmentInteractionCase::AttachmentInteractionCase (tcu::TestContext& testCtx,
456 : TestCase (testCtx, name, desc)
501 tcu::TestContext& testCtx = context.getTestContext()
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 621 ResultCollector (TestContext& testCtx);
636 ResultCollector::ResultCollector (TestContext& testCtx)
637 : m_testCtx (testCtx)
638 , m_log (testCtx.getLog())
    [all...]
glsBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 508 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
534 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
535 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc)
724 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
735 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
736 : BaseCase (testCtx, renderCtx, name, desc)
893 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
905 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
906 : BaseCase (testCtx, renderCtx, name, desc)
    [all...]

Completed in 211 milliseconds