HomeSort by relevance Sort by last modified time
    Searched refs:IsLost (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 99 bool IsLost() const {
101 return channel_filter_->IsLost();
194 bool IsLost() const;
gpu_channel_host.cc 270 if (IsLost())
410 bool GpuChannelHost::MessageFilter::IsLost() const {
webgraphicscontext3d_command_buffer_impl.cc 339 if (host_.get() && host_->IsLost())
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 301 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
549 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
576 if (gpu_channel_host && !gpu_channel_host->IsLost()) {
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 345 if (gpu_channel_.get() && gpu_channel_->IsLost()) {
366 if (gpu_channel_.get() && !gpu_channel_->IsLost())
  /external/chromium_org/cc/resources/
resource_provider.h 103 bool IsLost(ResourceId id);
resource_provider_unittest.cc     [all...]
resource_provider.cc 425 bool ResourceProvider::IsLost(ResourceId id) {
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 387 milliseconds