Searched refs:io_surface (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_io_surface.cc60 base::ScopedCFTypeRef<IOSurfaceRef> io_surface(IOSurfaceCreate(properties));
61 if (!io_surface)
66 io_surfaces_[key] = io_surface;
71 handle.io_surface_id = IOSurfaceGetID(io_surface);
/external/chromium_org/ui/gl/
H A Dgl_image_io_surface.cc22 bool GLImageIOSurface::Initialize(IOSurfaceRef io_surface) { argument
24 io_surface_.reset(io_surface);
H A Dgl_image_io_surface.h20 bool Initialize(IOSurfaceRef io_surface);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_io_surface.cc46 IOSurfaceRef io_surface)
48 io_surface_(io_surface) {
99 base::ScopedCFTypeRef<IOSurfaceRef> io_surface(
101 if (!io_surface)
105 size, internalformat, callback, io_surface.get()));
42 GpuMemoryBufferImplIOSurface( const gfx::Size& size, unsigned internalformat, const DestructionCallback& callback, IOSurfaceRef io_surface) argument
H A Dgpu_memory_buffer_impl_io_surface.h51 IOSurfaceRef io_surface);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc992 scoped_refptr<IOSurfaceLayer> io_surface = IOSurfaceLayer::Create(); variable
993 io_surface->SetBounds(gfx::Size(10, 10));
994 io_surface->SetIsDrawable(true);
995 io_surface->SetIOSurfaceProperties(1, gfx::Size(10, 10));
996 root->AddChild(io_surface);

Completed in 777 milliseconds