Searched refs:fTestContext (Results 1 – 9 of 9) sorted by relevance
69 if (context.fTestContext) { in destroyContexts()70 restore = context.fTestContext->makeCurrentAndAutoRestore(); in destroyContexts()77 delete context.fTestContext; in destroyContexts()90 if (context.fTestContext) { in abandonContexts()91 auto restore = context.fTestContext->makeCurrentAndAutoRestore(); in abandonContexts()92 context.fTestContext->testAbandon(); in abandonContexts()99 if (context.fTestContext) { in abandonContexts()100 delete(context.fTestContext); in abandonContexts()101 context.fTestContext = nullptr; in abandonContexts()120 if (context.fTestContext) { in releaseResourcesAndAbandonContexts()[all …]
157 TestContext* fTestContext; member178 TestContext* testContext() const { return fTestContext; } in testContext()183 return static_cast<GLTestContext*>(fTestContext); in glContext()194 : fType(type), fTestContext(testContext), fContext(context), fOptions(options) {} in ContextInfo()198 TestContext* fTestContext = nullptr; variable
61 if (context.fTestContext) { in destroyContexts()62 restore = context.fTestContext->makeCurrentAndAutoRestore(); in destroyContexts()69 delete context.fTestContext; in destroyContexts()82 if (context.fTestContext) { in abandonContexts()83 auto restore = context.fTestContext->makeCurrentAndAutoRestore(); in abandonContexts()84 context.fTestContext->testAbandon(); in abandonContexts()85 delete(context.fTestContext); in abandonContexts()86 context.fTestContext = nullptr; in abandonContexts()103 if (context.fTestContext) { in releaseResourcesAndAbandonContexts()104 restore = context.fTestContext->makeCurrentAndAutoRestore(); in releaseResourcesAndAbandonContexts()[all …]
154 TestContext* fTestContext; member176 TestContext* testContext() const { return fTestContext; } in testContext()180 return static_cast<GLTestContext*>(fTestContext); in glContext()188 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {} in ContextInfo()192 TestContext* fTestContext = nullptr; variable
55 , fTestContext(testContext) { in ThreadInfo()78 TestContext* fTestContext = nullptr; member126 threadInfo->fTestContext->makeCurrent(); in set_up_context_on_thread()361 mainContext->fTestContext->makeCurrent(); in main()397 mainContext->fTestContext->makeNotCurrent(); in main()420 threadLocal->fTestContext->makeNotCurrent(); in main()426 mainContext->fTestContext->makeCurrent(); in main()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...