Searched defs:ScopedAllowGL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.h19 class ScopedAllowGL { class in namespace:android_webview
21 ScopedAllowGL();
22 ~ScopedAllowGL();
29 DISALLOW_COPY_AND_ASSIGN(ScopedAllowGL);
61 friend class ScopedAllowGL;
H A Ddeferred_gpu_command_service.cc22 base::LazyInstance<base::ThreadLocalBoolean> ScopedAllowGL::allow_gl;
25 bool ScopedAllowGL::IsAllowed() {
29 ScopedAllowGL::ScopedAllowGL() { function in class:android_webview::ScopedAllowGL
37 ScopedAllowGL::~ScopedAllowGL() {
88 if (ScopedAllowGL::IsAllowed()) {
114 DCHECK(ScopedAllowGL::IsAllowed());

Completed in 996 milliseconds