Pikkart-AR SDK  3.0
Android SDK References
GLTextureView.EGLConfigChooser Interface Reference

Public Member Functions

EGLConfig chooseConfig (EGL10 egl, EGLDisplay display)
 

Detailed Description

An interface for choosing an EGLConfig configuration from a list of potential configurations.

This interface must be implemented by clients wishing to call GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)

Member Function Documentation

◆ chooseConfig()

EGLConfig chooseConfig ( EGL10  egl,
EGLDisplay  display 
)

Choose a configuration from the list. Implementors typically implement this method by calling EGL10#eglChooseConfig and iterating through the results. Please consult the EGL specification available from The Khronos Group to learn how to call eglChooseConfig.

Parameters
eglthe EGL10 for the current display.
displaythe current display.
Returns
the chosen configuration.