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

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 46 io_surface_.reset(io_surface_support_->IOSurfaceLookup(handle.io_surface_id));
47 if (!io_surface_) {
57 io_surface_support_->IOSurfaceLock(io_surface_, 0, NULL);
58 *vaddr = io_surface_support_->IOSurfaceGetBaseAddress(io_surface_);
64 io_surface_support_->IOSurfaceUnlock(io_surface_, 0, NULL);
69 return io_surface_support_->IOSurfaceGetBytesPerRow(io_surface_);
75 handle.io_surface_id = io_surface_support_->IOSurfaceGetID(io_surface_);
gpu_memory_buffer_impl_io_surface.h 35 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:content::GpuMemoryBufferImplIOSurface
  /external/chromium_org/ui/gl/
gl_image_io_surface.cc 24 io_surface_.reset(io_surface_support_->IOSurfaceLookup(buffer.io_surface_id));
25 if (!io_surface_) {
51 DCHECK(io_surface_);
60 io_surface_.get(),
gl_image_io_surface.h 34 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:gfx::GLImageIOSurface
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 87 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:content::__anon8037::IOSurfaceImageTransportSurface
89 // The id of |io_surface_| or 0 if that's NULL.
234 io_surface_.get()) {
237 } else if (backbuffer_suggested_allocation_ && !io_surface_) {
364 io_surface_.reset();
373 if (io_surface_.get() && new_rounded_size == rounded_size_)
463 io_surface_.reset(io_surface_support->IOSurfaceCreate(properties));
464 io_surface_handle_ = io_surface_support->IOSurfaceGetID(io_surface_);
477 io_surface_.get(),
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 78 if (io_surface_.get() != NULL) {
236 io_surface_.reset(io_surface_support->IOSurfaceCreate(properties));
248 io_surface_.get(),
269 io_surface_id_ = io_surface_support->IOSurfaceGetID(io_surface_);
accelerated_surface_mac.h 121 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:AcceleratedSurface
123 // The id of |io_surface_| or 0 if that's NULL.
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 96 bool HasIOSurface() { return !!io_surface_.get(); }
308 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:content::CompositingIOSurfaceMac

Completed in 210 milliseconds