Searched refs:gpu_thread_weak_ptr_factory_ (Results 1 – 2 of 2) sorted by relevance
202 gpu_thread_weak_ptr_factory_(this) { in InProcessCommandBuffer()297 gpu_thread_weak_ptr_ = gpu_thread_weak_ptr_factory_.GetWeakPtr(); in InitializeOnGpuThread()437 gpu_thread_weak_ptr_factory_.InvalidateWeakPtrs(); in DestroyOnGpuThread()
224 base::WeakPtrFactory<InProcessCommandBuffer> gpu_thread_weak_ptr_factory_; variable