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

  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 106 bool IsLost() const {
108 return channel_filter_->IsLost();
201 bool IsLost() const;
gpu_channel_host.cc 267 if (IsLost())
399 bool GpuChannelHost::MessageFilter::IsLost() const {
webgraphicscontext3d_command_buffer_impl.cc 379 if (host_.get() && host_->IsLost())
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 378 if (gpu_channel_.get() && gpu_channel_->IsLost()) {
399 if (gpu_channel_ && !gpu_channel_->IsLost())
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 281 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
523 if (gpu_channel_host && !gpu_channel_host->IsLost()) {
  /external/chromium_org/cc/resources/
resource_provider.h 98 bool IsLost(ResourceId id);
resource_provider_unittest.cc     [all...]
resource_provider.cc 626 bool ResourceProvider::IsLost(ResourceId id) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddraw.h     [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 431 milliseconds