Searched refs:_EGL_FATAL (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
H A D | egllog.c | 33 * _EGL_FATAL messages are printed to stderr 74 [_EGL_FATAL] = "fatal", 89 [_EGL_FATAL] = ANDROID_LOG_ERROR, in _eglDefaultLogger() 148 * \param level one of _EGL_FATAL, _EGL_WARNING, _EGL_INFO, _EGL_DEBUG. 175 if (level == _EGL_FATAL) in _eglLog()
|
H A D | egllog.h | 41 #define _EGL_FATAL 0 /* unrecoverable error */ macro
|
H A D | egldevice.c | 192 _eglLog(_EGL_FATAL, "Driver bug: Built without libdrm, yet looking for HW device"); in _eglAddDevice()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 268 _eglLog(_EGL_FATAL, "Driver bug: Built without libdrm, yet using a HW device"); in device_get_fd() 365 _eglLog(_EGL_FATAL, "Driver bug: exposed device is neither DRM nor SOFTWARE one"); in dri2_initialize_device()
|
H A D | platform_android.c | 627 _eglLog(_EGL_FATAL, "%s:%d: internal error: unreachable", __FILE__, __LINE__);
|
Completed in 6 milliseconds