Uses of Class
org.robovm.apple.iosurface.IOSurfaceLockOptions
| Package | Description |
|---|---|
| org.robovm.apple.iosurface |
-
Uses of IOSurfaceLockOptions in org.robovm.apple.iosurface
Fields in org.robovm.apple.iosurface declared as IOSurfaceLockOptions Modifier and Type Field Description static IOSurfaceLockOptionsIOSurfaceLockOptions. AvoidSyncstatic IOSurfaceLockOptionsIOSurfaceLockOptions. Nonestatic IOSurfaceLockOptionsIOSurfaceLockOptions. ReadOnlyMethods in org.robovm.apple.iosurface that return IOSurfaceLockOptions Modifier and Type Method Description protected IOSurfaceLockOptions[]IOSurfaceLockOptions. _values()static IOSurfaceLockOptions[]IOSurfaceLockOptions. values()protected IOSurfaceLockOptionsIOSurfaceLockOptions. wrap(long value, long mask)Methods in org.robovm.apple.iosurface with parameters of type IOSurfaceLockOptions Modifier and Type Method Description intIOSurface. iOSurfaceLock(IOSurfaceLockOptions options, IntPtr seed)intIOSurface. iOSurfaceUnlock(IOSurfaceLockOptions options, IntPtr seed)intIOSurface. lock(IOSurfaceLockOptions options, IntPtr seed)intIOSurface. unlock(IOSurfaceLockOptions options, IntPtr seed)