-
public class EGLErrorUtility to convert EGL error codes to human-readable strings.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>EGL_ERROR_MAPpublic final static EGLErrorINSTANCE
-
Method Summary
Modifier and Type Method Description final StringerrorString(Integer eglError)Converts an EGL error code to a human-readable string. final <ERROR CLASS>getEGL_ERROR_MAP()-
-
Method Detail
-
errorString
final String errorString(Integer eglError)
Converts an EGL error code to a human-readable string.
- Parameters:
eglError- The EGL error code.
-
getEGL_ERROR_MAP
final <ERROR CLASS> getEGL_ERROR_MAP()
-
-
-
-