Searched refs:fTestContext (Results 1 – 9 of 9) sorted by relevance
54 if (context.fTestContext) { in destroyContexts()55 context.fTestContext->makeCurrent(); in destroyContexts()62 delete context.fTestContext; in destroyContexts()70 if (context.fTestContext) { in abandonContexts()71 context.fTestContext->makeCurrent(); in abandonContexts()72 context.fTestContext->testAbandon(); in abandonContexts()73 delete(context.fTestContext); in abandonContexts()74 context.fTestContext = nullptr; in abandonContexts()85 if (context.fTestContext) { in releaseResourcesAndAbandonContexts()86 context.fTestContext->makeCurrent(); in releaseResourcesAndAbandonContexts()[all …]
31 TestContext* testContext() const { return fTestContext; } in testContext()35 return static_cast<GLTestContext*>(fTestContext); in glContext()41 return static_cast<VkTestContext*>(fTestContext); in vkContext()48 , fTestContext(testContext) in ContextInfo()53 TestContext* fTestContext = nullptr; variable159 TestContext* fTestContext; member
167 GLTestSampleLocationsInterface() : fTestContext(sk_gpu_test::CreateDebugGLTestContext()) { in GLTestSampleLocationsInterface()168 fStandard = fTestContext->gl()->fStandard; in GLTestSampleLocationsInterface()169 fExtensions = fTestContext->gl()->fExtensions; in GLTestSampleLocationsInterface()170 fFunctions = fTestContext->gl()->fFunctions; in GLTestSampleLocationsInterface()178 fTestContext->gl()->fFunctions.fGetIntegerv(pname, params); in GLTestSampleLocationsInterface()198 std::unique_ptr<sk_gpu_test::GLTestContext> fTestContext; member in GLTestSampleLocationsInterface
173 sk_gpu_test::TestContext* fTestContext; member182 ctx->fTestContext->makeCurrent(); in upload_image_thread_proc()220 ctx.fTestContext = info2.testContext();
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...