Interface EglContext

All Known Implementing Classes:
EglContext.CppProxy

public interface EglContext
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    static EglContext
    create(int width, int height)
     
    void
     
  • Method Details

    • check

      boolean check()
    • activate

      void activate()
    • deactivate

      void deactivate()
    • create

      @Nullable static EglContext create(int width, int height)