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

  /external/chromium_org/ui/ozone/platform/dri/
ozone_platform_dri.cc 54 return surface_factory_ozone_.get();
88 surface_factory_ozone_.reset(new DriSurfaceFactory(
91 window_manager_.reset(new DriWindowManager(surface_factory_ozone_.get()));
94 if (surface_factory_ozone_->InitializeHardware() !=
109 scoped_ptr<DriSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon21613::OzonePlatformDri
ozone_platform_gbm.cc 91 return surface_factory_ozone_.get();
129 surface_factory_ozone_.reset(new GbmSurfaceFactory(use_surfaceless_));
146 if (!surface_factory_ozone_)
147 surface_factory_ozone_.reset(new GbmSurfaceFactory(use_surfaceless_));
149 surface_factory_ozone_->InitializeGpu(dri_.get(),
154 new GpuPlatformSupportGbm(surface_factory_ozone_.get(),
165 if (surface_factory_ozone_->InitializeHardware() !=
178 scoped_ptr<GbmSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon21614::OzonePlatformGbm
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 324 return surface_factory_ozone_.get();
354 if (!surface_factory_ozone_)
355 surface_factory_ozone_.reset(
364 if (!surface_factory_ozone_)
365 surface_factory_ozone_.reset(
373 scoped_ptr<SurfaceFactoryEgltest> surface_factory_ozone_; member in class:ui::__anon21618::OzonePlatformEgltest

Completed in 452 milliseconds