Home | History | Annotate | Download | only in gpu

Lines Matching refs:fTestContext

61         if (context.fTestContext) {
62 restore = context.fTestContext->makeCurrentAndAutoRestore();
69 delete context.fTestContext;
82 if (context.fTestContext) {
83 auto restore = context.fTestContext->makeCurrentAndAutoRestore();
84 context.fTestContext->testAbandon();
85 delete(context.fTestContext);
86 context.fTestContext = nullptr;
103 if (context.fTestContext) {
104 restore = context.fTestContext->makeCurrentAndAutoRestore();
108 if (context.fTestContext) {
109 delete context.fTestContext;
110 context.fTestContext = nullptr;
132 context.fTestContext->makeCurrent();
133 return ContextInfo(context.fType, context.fTestContext, context.fGrContext,
155 ? static_cast<GLTestContext*>(masterContext->fTestContext) : nullptr;
210 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr;
243 TestContext* sharedContext = masterContext ? masterContext->fTestContext : nullptr;
292 context.fTestContext = testCtx.release();
300 context.fTestContext->makeCurrent();
301 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions);