Home
last modified time | relevance | path

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

/external/chromium_org/content/common/gpu/client/
Dgpu_channel_host.cc175 AutoLock lock(context_lock_); in CreateViewCommandBuffer()
214 AutoLock lock(context_lock_); in CreateOffscreenCommandBuffer()
222 AutoLock lock(context_lock_); in CreateVideoDecoder()
231 AutoLock lock(context_lock_); in CreateVideoEncoder()
245 AutoLock lock(context_lock_); in DestroyCommandBuffer()
Dgpu_channel_host.h237 mutable base::Lock context_lock_; variable