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) {
160 scoped_refptr<PreemptionFlag> preemption_flag_;
  /external/chromium_org/content/common/gpu/
gpu_channel.h 39 class PreemptionFlag;
146 gpu::PreemptionFlag* GetPreemptionFlag();
154 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
223 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;
227 scoped_refptr<gpu::PreemptionFlag> preempted_flag_;
image_transport_surface.h 34 class PreemptionFlag;
136 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
gpu_command_buffer_stub.h 140 void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);
259 scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
gpu_channel.cc 153 gpu::PreemptionFlag* preempting_flag,
405 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;
704 gpu::PreemptionFlag* GpuChannel::GetPreemptionFlag() {
706 preempting_flag_ = new gpu::PreemptionFlag;
716 scoped_refptr<gpu::PreemptionFlag> preempted_flag) {
image_transport_surface.cc 155 scoped_refptr<gpu::PreemptionFlag> preemption_flag) {
gpu_command_buffer_stub.cc 905 scoped_refptr<gpu::PreemptionFlag> flag) {
    [all...]

Completed in 66 milliseconds