OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPreempted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.h
107
bool
IsPreempted
();
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
();
gpu_channel.cc
708
if (stub->
IsPreempted
()) {
Completed in 208 milliseconds