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

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 69 return io_surface_support_->IOSurfaceGetBytesPerRow(io_surface_);
  /external/chromium_org/ui/gl/
io_surface_support_mac.h 53 virtual size_t IOSurfaceGetBytesPerRow(CFTypeRef io_surface) = 0;
io_surface_support_mac.cc 60 virtual size_t IOSurfaceGetBytesPerRow(CFTypeRef io_surface) OVERRIDE;
173 size_t IOSurfaceSupportImpl::IOSurfaceGetBytesPerRow(CFTypeRef io_surface) {
277 dlsym(iosurface_handle_, "IOSurfaceGetBytesPerRow");

Completed in 129 milliseconds