OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPreempted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.cc
75
if (
IsPreempted
())
264
bool GpuScheduler::
IsPreempted
() {
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h
103
bool
IsPreempted
() const {
104
return scheduler_.get() && scheduler_->
IsPreempted
();
Completed in 58 milliseconds