Home
last modified time | relevance | path

Searched defs:getTestContext (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles3/
Dtes3Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; } in getTestContext() function in deqp::gles3::Context
/external/deqp/modules/gles31/
Dtes31Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; } in getTestContext() function in deqp::gles31::Context
/external/deqp/modules/gles2/
Dtes2Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; } in getTestContext() function in deqp::gles2::Context
/external/deqp/modules/egl/
DteglTestCase.hpp66 tcu::TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext() function in deqp::egl::EglTestContext
/external/deqp/modules/glshared/
DglsFboCompletenessTests.hpp64 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext() function in deqp::gls::fboc::details::Context
DglsLifetimeTests.hpp71 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext() function in deqp::gls::LifetimeTests::details::Context
85 TestContext& getTestContext (void) const { return m_ctx.getTestContext(); } in getTestContext() function in deqp::gls::LifetimeTests::details::ContextWrapper
/external/deqp/framework/common/
DtcuTestCase.hpp112 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext() function in tcu::TestNode