Searched refs:gpu_thread_weak_ptr_factory_ (Results 1 – 2 of 2) sorted by relevance
216 gpu_thread_weak_ptr_factory_(this) { in InProcessCommandBuffer()314 gpu_thread_weak_ptr_ = gpu_thread_weak_ptr_factory_.GetWeakPtr(); in InitializeOnGpuThread()449 gpu_thread_weak_ptr_factory_.InvalidateWeakPtrs(); in DestroyOnGpuThread()
264 base::WeakPtrFactory<InProcessCommandBuffer> gpu_thread_weak_ptr_factory_; variable