EglError enum

Inheritance

Constructors

EglError()
const

Values

success → const EglError

EGL_SUCCESS

notInitialized → const EglError

EGL_NOT_INITIALIZED

badAccess → const EglError

EGL_BAD_ACCESS

badAlloc → const EglError

EGL_BAD_ALLOC

badAttribute → const EglError

EGL_BAD_ATTRIBUTE

badContext → const EglError

EGL_BAD_CONTEXT

badConfig → const EglError

EGL_BAD_CONFIG

badCurrentSurface → const EglError

EGL_BAD_CURRENT_SURFACE

badDisplay → const EglError

EGL_BAD_DISPLAY

badSurface → const EglError

EGL_BAD_SURFACE

badMatch → const EglError

EGL_BAD_MATCH

badParameter → const EglError

EGL_BAD_PARAMETER

badNativePixmap → const EglError

EGL_BAD_NATIVE_PIXMAP

badNativeWindow → const EglError

EGL_BAD_NATIVE_WINDOW

contextLost → const EglError

EGL_CONTEXT_LOST

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EglError>
A constant List of the values in this enum, in order of their declaration.