ErrLookup › wasabeef/android-gpuimage
wasabeef/android-gpuimage
Android filters based on OpenGL (idea from GPUImage for iOS) · Java · 98 source files
Analyzed at ceea576ec9 on 2026-09-11. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| eglDisplay not initialized | exception | error | egl, android, opengl, lifecycle, display-init |
| failed | exception | error | egl, android, opengl, surface-lifecycle, egl-bad-error |
| eglChooseConfig failed | exception | critical | egl, android, opengl, gpuimage, config-selection |
| renderMode | exception | error | android, gpuimage, opengl, illegal-argument |
| OpenGL ES 2.0 is not supported on this phone. | exception | critical | android, gpuimage, opengl, device-compatibility |
| eglChooseConfig#2 failed | exception | critical | egl, android, opengl, driver-bug, config-selection |
| No config chosen | exception | critical | egl, android, opengl, config-selection, device-compatibility |
| Do not call this method from the UI thread! | exception | error | android, gpuimage, threading, ui-thread |
| setRenderer has already been called for this instance. | exception | error | android, gpuimage, opengl, illegal-state, lifecycle |
| is an unknown rotation. Needs to be either 0, 90, 180 or… | exception | error | android, gpuimage, enum, value-out-of-range |
| eglConfig not initialized | exception | error | egl, android, opengl, lifecycle, config-selection |
| egl not initialized | exception | error | egl, android, opengl, lifecycle, null-state |
| No configs match configSpec | exception | critical | egl, android, opengl, no-config, device-compatibility |
| eglGetDisplay failed | exception | critical | egl, android, opengl, display-init, emulator |
| Unknown Rotation! | exception | warning | android, gpuimage, enum, exhaustiveness |
| r must not be null | exception | error | android, gpuimage, opengl, null-argument |
| eglInitialize failed | exception | critical | egl, android, opengl, display-init, driver |