Searched refs:offscreen_contexts (Results 1 – 4 of 4) sorted by relevance
62 scoped_refptr<webkit::gpu::ContextProviderInProcess> offscreen_contexts; in RunPixelTestWithReadbackTarget() local67 offscreen_contexts = in RunPixelTestWithReadbackTarget()69 CHECK(offscreen_contexts->BindToCurrentThread()); in RunPixelTestWithReadbackTarget()83 offscreen_contexts.get(), in RunPixelTestWithReadbackTarget()
540 ContextProvider* offscreen_contexts = in DoComposite() local542 if (offscreen_contexts) in DoComposite()543 offscreen_contexts->VerifyContexts(); in DoComposite()
413 if (ContextProvider* offscreen_contexts = in CheckOutputSurfaceStatusOnImplThread() local415 offscreen_contexts->VerifyContexts(); in CheckOutputSurfaceStatusOnImplThread()
448 ContextProvider* offscreen_contexts, in ApplyImageFilter() argument455 if (!offscreen_contexts || !offscreen_contexts->GrContext()) in ApplyImageFilter()467 offscreen_contexts->MakeGrContextCurrent(); in ApplyImageFilter()478 skia::AdoptRef(offscreen_contexts->GrContext()->wrapBackendTexture( in ApplyImageFilter()503 offscreen_contexts->GrContext(), desc, GrContext::kExact_ScratchTexMatch); in ApplyImageFilter()508 SkGpuDevice device(offscreen_contexts->GrContext(), backing_store.get()); in ApplyImageFilter()524 offscreen_contexts->GrContext()->flush(); in ApplyImageFilter()528 offscreen_contexts->Context3d()->flush(); in ApplyImageFilter()535 ContextProvider* offscreen_contexts, in ApplyBlendModeWithBackdrop() argument540 if (!offscreen_contexts || !offscreen_contexts->GrContext()) in ApplyBlendModeWithBackdrop()[all …]