GetTotalGpuMemory  496 content/common/gpu/gpu_command_buffer_stub.cc   if (!context->GetTotalGpuMemory(&total_gpu_memory_))
GetTotalGpuMemory   99 content/common/gpu/gpu_command_buffer_stub.h   virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE;
GetTotalGpuMemory  185 content/common/gpu/gpu_memory_manager.cc     if (client_state->client_->GetTotalGpuMemory(&bytes)) {
GetTotalGpuMemory   42 content/common/gpu/gpu_memory_manager_client.h   virtual bool GetTotalGpuMemory(uint64* bytes) = 0;
GetTotalGpuMemory   94 gpu/command_buffer/service/gl_context_virtual.cc   return shared_context_->GetTotalGpuMemory(bytes);
GetTotalGpuMemory   47 gpu/command_buffer/service/gl_context_virtual.h   virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
GetTotalGpuMemory   87 ui/gl/gl_context.h   virtual bool GetTotalGpuMemory(size_t* bytes);
GetTotalGpuMemory   30 ui/gl/gl_context_cgl.h   virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
GetTotalGpuMemory   37 ui/gl/gl_context_egl.h   virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
GetTotalGpuMemory   36 ui/gl/gl_context_glx.h   virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;