Home | History | Annotate | Download | only in public

Lines Matching defs:SurfaceFactoryOzone

17 SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
19 SurfaceFactoryOzone::SurfaceFactoryOzone() {
20 DCHECK(!impl_) << "There should only be a single SurfaceFactoryOzone.";
24 SurfaceFactoryOzone::~SurfaceFactoryOzone() {
29 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() {
30 DCHECK(impl_) << "No SurfaceFactoryOzone implementation set.";
34 intptr_t SurfaceFactoryOzone::GetNativeDisplay() {
38 scoped_ptr<SurfaceOzoneEGL> SurfaceFactoryOzone::CreateEGLSurfaceForWidget(
45 SurfaceFactoryOzone::CreateSurfacelessEGLSurfaceForWidget(
51 scoped_ptr<SurfaceOzoneCanvas> SurfaceFactoryOzone::CreateCanvasForWidget(
57 const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties(
62 ui::OverlayCandidatesOzone* SurfaceFactoryOzone::GetOverlayCandidates(
67 scoped_refptr<ui::NativePixmap> SurfaceFactoryOzone::CreateNativePixmap(
73 bool SurfaceFactoryOzone::ScheduleOverlayPlane(
83 bool SurfaceFactoryOzone::CanShowPrimaryPlaneAsOverlay() {