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

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.h30 class PreemptionFlag class in namespace:gpu
31 : public base::RefCountedThreadSafe<PreemptionFlag> {
33 PreemptionFlag() : flag_(0) {} function in class:gpu::PreemptionFlag
42 ~PreemptionFlag() {}
44 friend class base::RefCountedThreadSafe<PreemptionFlag>;
63 void SetPreemptByFlag(scoped_refptr<PreemptionFlag> flag) {
156 scoped_refptr<PreemptionFlag> preemption_flag_;
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.h36 class PreemptionFlag;
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_;
H A Dimage_transport_surface.h34 class PreemptionFlag;
134 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
H A Dgpu_command_buffer_stub.h139 void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);
270 scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
H A Dgpu_channel.cc153 gpu::PreemptionFlag* preempting_flag,
382 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;
622 gpu::PreemptionFlag* GpuChannel::GetPreemptionFlag() {
624 preempting_flag_ = new gpu::PreemptionFlag;
634 scoped_refptr<gpu::PreemptionFlag> preempted_flag) {
H A Dimage_transport_surface.cc152 scoped_refptr<gpu::PreemptionFlag> preemption_flag) {
H A Dgpu_command_buffer_stub.cc1036 scoped_refptr<gpu::PreemptionFlag> flag) {

Completed in 131 milliseconds