Class CVOpenGLESTextureCache

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CVOpenGLESTextureCache
    extends CFType
    • Constructor Detail

      • CVOpenGLESTextureCache

        public CVOpenGLESTextureCache()
    • Method Detail

      • createTexture

        public CVOpenGLESTexture createTexture​(CVImageBuffer sourceImage,
                                               NSDictionary<NSString,​?> textureAttributes,
                                               int target,
                                               int internalFormat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               long planeIndex)
        Since:
        Available in iOS 5.0 and later.
      • getClassTypeID

        @Deprecated
        public static long getClassTypeID()
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.
      • flush

        @Deprecated
        public void flush​(long options)
        Deprecated.
        Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
        Since:
        Available in iOS 5.0 and later.