Home
last modified time | relevance | path

Searched refs:gpu_va_context_provider_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_thread_impl.cc881 if (!gpu_va_context_provider_ || in GetGpuFactories()
882 gpu_va_context_provider_->DestroyedOnMainThread()) { in GetGpuFactories()
887 gpu_va_context_provider_ = ContextProviderCommandBuffer::Create( in GetGpuFactories()
899 gpu_channel_host.get(), gpu_va_context_provider_); in GetGpuFactories()
Drender_thread_impl.h495 scoped_refptr<ContextProviderCommandBuffer> gpu_va_context_provider_; variable