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

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.h107 bool IsPreempted();
H A Dgpu_scheduler.cc75 if (IsPreempted())
264 bool GpuScheduler::IsPreempted() { function in class:gpu::GpuScheduler
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h103 bool IsPreempted() const { function in class:content::GpuCommandBufferStub
104 return scheduler_.get() && scheduler_->IsPreempted();
H A Dgpu_channel.cc708 if (stub->IsPreempted()) {

Completed in 608 milliseconds