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

  /external/chromium_org/cc/output/
output_surface.cc 61 : software_device_(software_device.Pass()),
76 software_device_(software_device.Pass()),
348 if (software_device_)
349 software_device_->EnsureBackbuffer();
355 if (software_device_)
356 software_device_->DiscardBackbuffer();
369 if (software_device_)
370 software_device_->Resize(size);
output_surface.h 93 return software_device_.get();
156 scoped_ptr<SoftwareOutputDevice> software_device_; member in class:cc::OutputSurface

Completed in 291 milliseconds