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

  /external/chromium_org/cc/output/
output_surface.cc 57 software_device_(software_device.Pass()),
68 software_device_(software_device.Pass()),
218 if (software_device_)
219 software_device_->EnsureBackbuffer();
225 if (software_device_)
226 software_device_->DiscardBackbuffer();
239 if (software_device_)
240 software_device_->Resize(size, scale_factor);
output_surface.h 94 return software_device_.get();
158 scoped_ptr<SoftwareOutputDevice> software_device_; member in class:cc::OutputSurface

Completed in 438 milliseconds