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

  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 85 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:content::__anon10304::IOSurfaceImageTransportSurface
87 // The id of |io_surface_| or 0 if that's NULL.
231 io_surface_.get()) {
234 } else if (backbuffer_suggested_allocation_ && !io_surface_) {
352 io_surface_.reset();
361 if (io_surface_.get() && new_rounded_size == rounded_size_)
420 io_surface_.reset(io_surface_support->IOSurfaceCreate(properties));
421 io_surface_handle_ = io_surface_support->IOSurfaceGetID(io_surface_);
434 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.mm 590 if (io_surface_.get() && io_surface_handle == io_surface_handle_)
596 io_surface_.reset(io_surface_support_->IOSurfaceLookup(
600 if (!io_surface_) {
610 io_surface_support_->IOSurfaceGetWidth(io_surface_),
611 io_surface_support_->IOSurfaceGetHeight(io_surface_));
627 io_surface_.get(),
682 io_surface_.reset();
    [all...]
compositing_iosurface_mac.h 97 bool HasIOSurface() { return !!io_surface_.get(); }
315 base::ScopedCFTypeRef<CFTypeRef> io_surface_; member in class:content::CompositingIOSurfaceMac
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 1188 scoped_refptr<IOSurfaceLayer> io_surface_ = IOSurfaceLayer::Create(); variable
1345 scoped_refptr<IOSurfaceLayer> io_surface_; member in class:cc::__anon6573::LayerTreeHostContextTestDontUseLostResources
    [all...]

Completed in 99 milliseconds