HomeSort by relevance Sort by last modified time
    Searched refs:PreemptionFlag (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.h 30 class PreemptionFlag
31 : public base::RefCountedThreadSafe<PreemptionFlag> {
33 PreemptionFlag() : flag_(0) {}
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/
gpu_channel.h 36 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_;
image_transport_surface.h 34 class PreemptionFlag;
134 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
gpu_command_buffer_stub.h 139 void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);
270 scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
gpu_channel.cc 153 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) {
image_transport_surface.cc 152 scoped_refptr<gpu::PreemptionFlag> preemption_flag) {
gpu_command_buffer_stub.cc     [all...]

Completed in 224 milliseconds