Home
last modified time | relevance | path

Searched refs:ContextProviderInProcess (Results 1 – 6 of 6) 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()
66 ContextProviderInProcess::ContextProviderInProcess( in ContextProviderInProcess() function in webkit::gpu::ContextProviderInProcess
77 ContextProviderInProcess::~ContextProviderInProcess() { in ~ContextProviderInProcess()
82 blink::WebGraphicsContext3D* ContextProviderInProcess::WebContext3D() { in WebContext3D()
[all …]
Dcontext_provider_in_process.h22 class WEBKIT_GPU_EXPORT ContextProviderInProcess
25 static scoped_refptr<ContextProviderInProcess> Create( in NON_EXPORTED_BASE()
30 static scoped_refptr<ContextProviderInProcess> CreateOffscreen( in NON_EXPORTED_BASE()
51 ContextProviderInProcess( in NON_EXPORTED_BASE()
54 virtual ~ContextProviderInProcess(); in NON_EXPORTED_BASE()
79 DISALLOW_COPY_AND_ASSIGN(ContextProviderInProcess); in NON_EXPORTED_BASE()
/external/chromium_org/ui/compositor/test/
Din_process_context_factory.cc58 using webkit::gpu::ContextProviderInProcess; in CreateOutputSurface()
59 scoped_refptr<ContextProviderInProcess> context_provider = in CreateOutputSurface()
60 ContextProviderInProcess::Create(context3d.Pass(), "UICompositor"); in CreateOutputSurface()
82 webkit::gpu::ContextProviderInProcess::CreateOffscreen( in SharedMainThreadContextProvider()
Din_process_context_factory.h16 class ContextProviderInProcess; variable
46 scoped_refptr<webkit::gpu::ContextProviderInProcess>
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_factory_impl.cc116 context_provider_ = webkit::gpu::ContextProviderInProcess::Create( in VideoContextProvider()
198 return webkit::gpu::ContextProviderInProcess::Create( in CreateOffscreenContextProvider()
210 return webkit::gpu::ContextProviderInProcess::Create( in CreateOnscreenContextProviderForCompositorThread()
/external/chromium_org/android_webview/browser/
Dhardware_renderer.cc68 return webkit::gpu::ContextProviderInProcess::Create( in CreateContext()