Searched refs:io_surface_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_image_io_surface.cc19 DCHECK(!io_surface_);
23 DCHECK(!io_surface_);
24 io_surface_.reset(io_surface);
29 io_surface_.reset();
45 DCHECK(io_surface_);
53 io_surface_.get(),
H A Dgl_image_io_surface.h42 base::ScopedCFTypeRef<IOSurfaceRef> io_surface_; member in class:gfx::GLImageIOSurface
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_iosurface_mac.cc48 DCHECK(!io_surface_);
79 io_surface_.reset(IOSurfaceCreate(properties));
80 io_surface_id_ = IOSurfaceGetID(io_surface_);
92 io_surface_.get(),
104 io_surface_.reset();
115 pending_swapped_surfaces_.push_back(io_surface_);
H A Dimage_transport_surface_iosurface_mac.h39 base::ScopedCFTypeRef<IOSurfaceRef> io_surface_; member in class:content::IOSurfaceStorageProvider
46 // The id of |io_surface_| or 0 if that's NULL.
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_io_surface.cc48 io_surface_(io_surface) {
148 IOSurfaceLock(io_surface_, 0, NULL);
150 return IOSurfaceGetBaseAddress(io_surface_);
155 IOSurfaceUnlock(io_surface_, 0, NULL);
160 return IOSurfaceGetBytesPerRow(io_surface_);
166 handle.io_surface_id = IOSurfaceGetID(io_surface_);
H A Dgpu_memory_buffer_impl_io_surface.h54 base::ScopedCFTypeRef<IOSurfaceRef> io_surface_; member in class:content::GpuMemoryBufferImplIOSurface
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc79 if (io_surface_.get() != NULL) {
227 io_surface_.reset(IOSurfaceCreate(properties));
239 io_surface_.get(),
260 io_surface_id_ = IOSurfaceGetID(io_surface_);
H A Daccelerated_surface_mac.h122 base::ScopedCFTypeRef<IOSurfaceRef> io_surface_; member in class:AcceleratedSurface
124 // The id of |io_surface_| or 0 if that's NULL.
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h92 bool HasIOSurface() { return !!io_surface_.get(); }
196 base::ScopedCFTypeRef<IOSurfaceRef> io_surface_; member in class:content::CompositingIOSurfaceMac

Completed in 1359 milliseconds