Home
last modified time | relevance | path

Searched refs:PreemptionFlag (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dgpu_scheduler.h30 class PreemptionFlag
31 : public base::RefCountedThreadSafe<PreemptionFlag> {
33 PreemptionFlag() : flag_(0) {} in PreemptionFlag() function
42 ~PreemptionFlag() {} in ~PreemptionFlag()
44 friend class base::RefCountedThreadSafe<PreemptionFlag>;
63 void SetPreemptByFlag(scoped_refptr<PreemptionFlag> flag) { in NON_EXPORTED_BASE()
156 scoped_refptr<PreemptionFlag> preemption_flag_; in NON_EXPORTED_BASE()
/external/chromium_org/content/common/gpu/
Dgpu_channel.h36 class PreemptionFlag; variable
129 gpu::PreemptionFlag* GetPreemptionFlag();
137 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
187 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;
191 scoped_refptr<gpu::PreemptionFlag> preempted_flag_;
Dimage_transport_surface.h34 class PreemptionFlag; variable
134 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
Dgpu_channel.cc153 gpu::PreemptionFlag* preempting_flag, in SetPreemptingFlagAndSchedulingState()
382 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;
622 gpu::PreemptionFlag* GpuChannel::GetPreemptionFlag() { in GetPreemptionFlag()
624 preempting_flag_ = new gpu::PreemptionFlag; in GetPreemptionFlag()
634 scoped_refptr<gpu::PreemptionFlag> preempted_flag) { in SetPreemptByFlag()
Dgpu_command_buffer_stub.h139 void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);
270 scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
Dimage_transport_surface.cc152 scoped_refptr<gpu::PreemptionFlag> preemption_flag) { in SetPreemptByFlag()
Dgpu_command_buffer_stub.cc1036 scoped_refptr<gpu::PreemptionFlag> flag) { in SetPreemptByFlag()