Home
last modified time | relevance | path

Searched refs:offscreen_contexts (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/test/
Dpixel_test.cc62 scoped_refptr<webkit::gpu::ContextProviderInProcess> offscreen_contexts; in RunPixelTestWithReadbackTarget() local
67 offscreen_contexts = in RunPixelTestWithReadbackTarget()
69 CHECK(offscreen_contexts->BindToCurrentThread()); in RunPixelTestWithReadbackTarget()
83 offscreen_contexts.get(), in RunPixelTestWithReadbackTarget()
/external/chromium_org/cc/trees/
Dsingle_thread_proxy.cc540 ContextProvider* offscreen_contexts = in DoComposite() local
542 if (offscreen_contexts) in DoComposite()
543 offscreen_contexts->VerifyContexts(); in DoComposite()
Dthread_proxy.cc413 if (ContextProvider* offscreen_contexts = in CheckOutputSurfaceStatusOnImplThread() local
415 offscreen_contexts->VerifyContexts(); in CheckOutputSurfaceStatusOnImplThread()
/external/chromium_org/cc/output/
Dgl_renderer.cc448 ContextProvider* offscreen_contexts, in ApplyImageFilter() argument
455 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() argument
540 if (!offscreen_contexts || !offscreen_contexts->GrContext()) in ApplyBlendModeWithBackdrop()
[all …]