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

  /external/chromium_org/ui/ozone/platform/caca/
ozone_platform_caca.cc 29 return surface_factory_ozone_.get();
57 surface_factory_ozone_.reset(new CacaSurfaceFactory(&connection_));
66 scoped_ptr<CacaSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon20826::OzonePlatformCaca
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc 35 return surface_factory_ozone_.get();
64 surface_factory_ozone_.reset(new FileSurfaceFactory(file_path_));
74 scoped_ptr<FileSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon20844::OzonePlatformTest
  /external/chromium_org/ui/ozone/platform/dri/
ozone_platform_dri.cc 66 return surface_factory_ozone_.get();
93 surface_factory_ozone_.reset(
96 new CursorFactoryEvdevDri(surface_factory_ozone_.get()));
110 scoped_ptr<DriSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon20837::OzonePlatformDri
ozone_platform_gbm.cc 73 return surface_factory_ozone_.get();
102 surface_factory_ozone_.reset(new GbmSurfaceFactory(NULL, NULL, NULL));
117 surface_factory_ozone_.reset(
132 scoped_ptr<GbmSurfaceFactory> surface_factory_ozone_; member in class:ui::__anon20838::OzonePlatformGbm
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 241 return surface_factory_ozone_.get();
270 surface_factory_ozone_.reset(new SurfaceFactoryEgltest(&eglplatform_shim_));
278 surface_factory_ozone_.reset(new SurfaceFactoryEgltest(&eglplatform_shim_));
285 scoped_ptr<SurfaceFactoryEgltest> surface_factory_ozone_; member in class:ui::__anon20842::OzonePlatformEgltest

Completed in 315 milliseconds