EglConnection

Functions

Link copied to clipboard
abstract fun getConfig(): EGLConfig
Link copied to clipboard
abstract fun getContext(): EGLContext
Link copied to clipboard
abstract fun getDisplay(): EGLDisplay

Inherited functions

Link copied to clipboard
open fun create(@Nullable sharedContext: EglBase.Context, configAttributes: Array<Int>): EglBase.EglConnection
Analogous to corresponding EglBase#create below.
Link copied to clipboard
open fun createEgl10(configAttributes: Array<Int>): EglBase.EglConnection
Analogous to corresponding EglBase#createEgl10 below.
Link copied to clipboard
open fun createEgl14(configAttributes: Array<Int>): EglBase.EglConnection
Analogous to corresponding EglBase#createEgl14 below.
Link copied to clipboard
abstract fun release()
Decreases ref count by one.
Link copied to clipboard
abstract fun retain()
Increases ref count by one.