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

  /external/deqp/modules/gles2/
tes2Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
  /external/deqp/modules/gles3/
tes3Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
  /external/deqp/modules/gles31/
tes31Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
  /external/deqp/framework/common/
tcuTestCase.hpp 82 TestContext& getTestContext (void) const { return m_testCtx; }
  /external/deqp/modules/egl/
teglTestCase.hpp 58 tcu::TestContext& getTestContext (void) { return m_testCtx; }
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 64 TestContext& getTestContext (void) const { return m_testCtx; }
94 : TestCase (ctx.getTestContext(),
glsLifetimeTests.hpp 71 TestContext& getTestContext (void) const { return m_testCtx; }
85 TestContext& getTestContext (void) const { return m_ctx.getTestContext(); }
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 75 public Context getTestContext() {

Completed in 104 milliseconds