Searched refs:DeferredGpuCommandService (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.cc18 base::LazyInstance<scoped_refptr<DeferredGpuCommandService> >
40 DeferredGpuCommandService* service = g_service.Get();
50 void DeferredGpuCommandService::SetInstance() {
52 g_service.Get() = new DeferredGpuCommandService;
58 DeferredGpuCommandService* DeferredGpuCommandService::GetInstance() {
63 DeferredGpuCommandService::DeferredGpuCommandService() {} function in class:android_webview::DeferredGpuCommandService
65 DeferredGpuCommandService::~DeferredGpuCommandService() {
[all...]
H A Ddeferred_gpu_command_service.h32 class DeferredGpuCommandService class in namespace:android_webview
34 public base::RefCountedThreadSafe<DeferredGpuCommandService> {
37 static DeferredGpuCommandService* GetInstance();
57 virtual ~DeferredGpuCommandService();
58 friend class base::RefCountedThreadSafe<DeferredGpuCommandService>;
64 DeferredGpuCommandService();
72 DISALLOW_COPY_AND_ASSIGN(DeferredGpuCommandService);
H A Dhardware_renderer.cc259 DeferredGpuCommandService::GetInstance());
/external/chromium_org/android_webview/native/
H A Daw_contents.cc387 DeferredGpuCommandService::GetInstance()->PerformAllIdleWork();
393 DeferredGpuCommandService::GetInstance()->PerformIdleWork(true);
406 DeferredGpuCommandService::GetInstance()->PerformIdleWork(false);
895 DeferredGpuCommandService::SetInstance();

Completed in 682 milliseconds