EglError enum
- Inheritance
- Available extensions
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toIntValue(
) → int -
Available on EglError, provided by the EglErrorExtension extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited