Home
last modified time | relevance | path

Searched refs:ContextProviderInProcess (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.cc20 class ContextProviderInProcess::LostContextCallbackProxy
23 explicit LostContextCallbackProxy(ContextProviderInProcess* provider) in LostContextCallbackProxy()
37 ContextProviderInProcess* provider_;
41 scoped_refptr<ContextProviderInProcess> ContextProviderInProcess::Create( in Create()
46 return new ContextProviderInProcess(context3d.Pass(), debug_name); in Create()
50 scoped_refptr<ContextProviderInProcess>
51 ContextProviderInProcess::CreateOffscreen() { in CreateOffscreen()
64 ContextProviderInProcess::ContextProviderInProcess( in ContextProviderInProcess() function in webkit::gpu::ContextProviderInProcess
75 ContextProviderInProcess::~ContextProviderInProcess() { in ~ContextProviderInProcess()
80 bool ContextProviderInProcess::BindToCurrentThread() { in BindToCurrentThread()
[all …]
Dcontext_provider_in_process.h22 class WEBKIT_GPU_EXPORT ContextProviderInProcess
25 static scoped_refptr<ContextProviderInProcess> Create( in NON_EXPORTED_BASE()
31 static scoped_refptr<ContextProviderInProcess> CreateOffscreen(); in NON_EXPORTED_BASE()
50 ContextProviderInProcess( in NON_EXPORTED_BASE()
53 virtual ~ContextProviderInProcess(); in NON_EXPORTED_BASE()
78 DISALLOW_COPY_AND_ASSIGN(ContextProviderInProcess); in NON_EXPORTED_BASE()
Dtest_context_provider_factory.h17 class ContextProviderInProcess; variable
30 scoped_refptr<webkit::gpu::ContextProviderInProcess> main_thread_;
Dtest_context_provider_factory.cc30 main_thread_ = ContextProviderInProcess::CreateOffscreen(); in OffscreenContextProviderForMainThread()
/external/chromium_org/ui/compositor/test/
Ddefault_context_factory.cc47 using webkit::gpu::ContextProviderInProcess; in CreateOutputSurface()
48 scoped_refptr<ContextProviderInProcess> context_provider = in CreateOutputSurface()
49 ContextProviderInProcess::Create(context3d.Pass(), in CreateOutputSurface()
70 webkit::gpu::ContextProviderInProcess::CreateOffscreen(); in OffscreenCompositorContextProvider()
83 webkit::gpu::ContextProviderInProcess::CreateOffscreen(); in SharedMainThreadContextProvider()
86 static_cast<webkit::gpu::ContextProviderInProcess*>( in SharedMainThreadContextProvider()
Ddefault_context_factory.h12 class ContextProviderInProcess; variable
43 scoped_refptr<webkit::gpu::ContextProviderInProcess>
45 scoped_refptr<webkit::gpu::ContextProviderInProcess>
/external/chromium_org/cc/test/
Dpixel_test.cc62 scoped_refptr<webkit::gpu::ContextProviderInProcess> offscreen_contexts; in RunPixelTestWithReadbackTarget()
68 webkit::gpu::ContextProviderInProcess::CreateOffscreen(); in RunPixelTestWithReadbackTarget()
126 using webkit::gpu::ContextProviderInProcess; in SetUpGLRenderer()
128 ContextProviderInProcess::CreateOffscreen())); in SetUpGLRenderer()
Dlayer_tree_pixel_test.cc57 using webkit::gpu::ContextProviderInProcess; in CreateOutputSurface()
59 ContextProviderInProcess::CreateOffscreen())); in CreateOutputSurface()
69 scoped_refptr<webkit::gpu::ContextProviderInProcess> provider = in OffscreenContextProvider()
70 webkit::gpu::ContextProviderInProcess::CreateOffscreen(); in OffscreenContextProvider()
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_factory_impl.cc71 context_provider_ = webkit::gpu::ContextProviderInProcess::Create( in VideoContextProvider()
135 webkit::gpu::ContextProviderInProcess::Create( in GetOffscreenContextProviderForMainThread()
166 webkit::gpu::ContextProviderInProcess::Create( in GetOffscreenContextProviderForCompositorThread()
186 return webkit::gpu::ContextProviderInProcess::Create( in CreateOnscreenContextProviderForCompositorThread()