Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
IOSurfaceAccelerator: Difference between revisions - iPhone Development Wiki

IOSurfaceAccelerator: Difference between revisions

From iPhone Development Wiki
(Created page with ''''IOSurfaceAccelerator''' is an object accelerating transfers between IOSurfaces in the {{fwlink|IOSurface}} framework. It is only compatible with surfaces that have k32BGRA…')
(No difference)

Revision as of 03:07, 3 March 2010

IOSurfaceAccelerator is an object accelerating transfers between IOSurfaces in the IOSurface framework. It is only compatible with surfaces that have k32BGRAPixelFormat or k16LE565PixelFormat

Functions

Signature OSReturn IOSurfaceAcceleratorCreate(CFAllocatorRef allocator, int type, IOSurfaceAcceleratorRef *outAccelerator);
Available in 3.0 –
Signature OSReturn IOSurfaceAcceleratorTransferSurface(IOSurfaceAcceleratorRef accelerator, IOSurfaceRef source, IOSurfaceRef dest, CFDictionaryRef, void *);
Available in 3.0 –

References