abstract class BaseConfigChooser : IRajawaliEglConfigChooser
BaseConfigChooser(textureView: TextureView, requestedConfigSpec: IntArray) | 
val textureView: TextureView | 
open fun chooseConfig(egl: EGL10, display: EGLDisplay): EGLConfig | 
abstract fun chooseConfigWithReason(egl: EGL10, display: EGLDisplay): ResultConfigChooser | 
open class ComponentSizeChooser : TextureView.BaseConfigChooser
Choose a configuration with exactly the specified r,g,b,a sizes, and at least the specified depth and stencil sizes.  |