Uses of Class
org.robovm.apple.iosurface.IOSurface
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.corevideo | |
| org.robovm.apple.iosurface | |
| org.robovm.apple.metal |
-
Uses of IOSurface in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return IOSurface Modifier and Type Method Description IOSurfaceCIImageProcessorInput. getSurface()IOSurfaceCIImageProcessorInputAdapter. getSurface()IOSurfaceCIImageProcessorOutput. getSurface()IOSurfaceCIImageProcessorOutputAdapter. getSurface()Methods in org.robovm.apple.coreimage with parameters of type IOSurface Modifier and Type Method Description protected longCIImage. init(IOSurface surface)protected longCIImage. init(IOSurface surface, CIImageOptions options)protected longCIRenderDestination. init(IOSurface surface)voidCIContext. render(CIImage image, IOSurface surface, CGRect bounds, CGColorSpace colorSpace)Constructors in org.robovm.apple.coreimage with parameters of type IOSurface Constructor Description CIImage(IOSurface surface)CIImage(IOSurface surface, CIImageOptions options)CIRenderDestination(IOSurface surface) -
Uses of IOSurface in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return IOSurface Modifier and Type Method Description IOSurfaceCVPixelBuffer. getIOSurface()Methods in org.robovm.apple.corevideo with parameters of type IOSurface Modifier and Type Method Description protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, IOSurface surface, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut) -
Uses of IOSurface in org.robovm.apple.iosurface
Methods in org.robovm.apple.iosurface that return IOSurface Modifier and Type Method Description static IOSurfaceIOSurface. iOSurfaceCreate(NSDictionary properties)static IOSurfaceIOSurface. iOSurfaceLookup(int csid)static IOSurfaceIOSurface. iOSurfaceLookupFromMachPort(int port) -
Uses of IOSurface in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return IOSurface Modifier and Type Method Description IOSurfaceMTLTexture. getIosurface()Methods in org.robovm.apple.metal with parameters of type IOSurface Modifier and Type Method Description MTLTextureMTLDevice. newTexture(MTLTextureDescriptor descriptor, IOSurface iosurface, long plane)