Uses of Class
org.robovm.apple.opengles.EAGLContext
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.corevideo | |
| org.robovm.apple.glkit | |
| org.robovm.apple.opengles | |
| org.robovm.apple.scenekit |
-
Uses of EAGLContext in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type EAGLContext Modifier and Type Method Description protected static longCIContext. create(EAGLContext eaglContext)Deprecated.Deprecated in iOS 12.0.protected static longCIContext. create(EAGLContext eaglContext, CIContextOptions options)Deprecated.Deprecated in iOS 12.0.Constructors in org.robovm.apple.coreimage with parameters of type EAGLContext Constructor Description CIContext(EAGLContext eaglContext)Deprecated.Deprecated in iOS 12.0.CIContext(EAGLContext eaglContext, CIContextOptions options)Deprecated.Deprecated in iOS 12.0. -
Uses of EAGLContext in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo with parameters of type EAGLContext Modifier and Type Method Description static CVOpenGLESTextureCacheCVOpenGLESTextureCache. create(CFAllocator allocator, CVOpenGLESTextureCacheAttributes cacheAttributes, EAGLContext eaglContext, NSDictionary<NSString,?> textureAttributes)static CVOpenGLESTextureCacheCVOpenGLESTextureCache. create(CVOpenGLESTextureCacheAttributes cacheAttributes, EAGLContext eaglContext, NSDictionary<NSString,?> textureAttributes) -
Uses of EAGLContext in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return EAGLContext Modifier and Type Method Description EAGLContextGLKView. getContext()Deprecated.Methods in org.robovm.apple.glkit with parameters of type EAGLContext Modifier and Type Method Description protected longGLKView. init(CGRect frame, EAGLContext context)Deprecated.voidGLKView. setContext(EAGLContext v)Deprecated.Constructors in org.robovm.apple.glkit with parameters of type EAGLContext Constructor Description GLKView(CGRect frame, EAGLContext context)Deprecated. -
Uses of EAGLContext in org.robovm.apple.opengles
Methods in org.robovm.apple.opengles that return EAGLContext Modifier and Type Method Description static EAGLContextEAGLContext. getCurrentContext()Deprecated.Methods in org.robovm.apple.opengles with parameters of type EAGLContext Modifier and Type Method Description static booleanEAGLContext. setCurrentContext(EAGLContext context)Deprecated. -
Uses of EAGLContext in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return EAGLContext Modifier and Type Method Description EAGLContextSCNRenderer. getContext()EAGLContextSCNSceneRenderer. getContext()EAGLContextSCNSceneRendererAdapter. getContext()EAGLContextSCNView. getContext()EAGLContextSCNView. getEaglContext()Deprecated.Deprecated in iOS 12.0.Methods in org.robovm.apple.scenekit with parameters of type EAGLContext Modifier and Type Method Description static SCNRendererSCNRenderer. create(EAGLContext context, NSDictionary<?,?> options)voidSCNView. setEaglContext(EAGLContext v)Deprecated.Deprecated in iOS 12.0.