Searched refs:_EGL_FATAL (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | egllog.c | 74 [_EGL_FATAL] = "fatal", 89 [_EGL_FATAL] = ANDROID_LOG_ERROR, in _eglDefaultLogger() 167 if (level == _EGL_FATAL) in _eglLog()
|
D | egllog.h | 41 #define _EGL_FATAL 0 /* unrecoverable error */ macro
|
D | eglcurrent.c | 152 _eglLog(_EGL_FATAL, "failed to initialize \"current\" system"); in _eglCheckedGetTSD()
|
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/ |
D | platform_device.c | 259 _eglLog(_EGL_FATAL, "Driver bug: Built without libdrm, yet using a HW device"); in device_get_fd() 356 _eglLog(_EGL_FATAL, "Driver bug: exposed device is neither DRM nor SOFTWARE one"); in dri2_initialize_device()
|
D | platform_android.c | 617 _eglLog(_EGL_FATAL, "%s:%d: internal error: unreachable", __FILE__, __LINE__); in droid_set_shared_buffer_mode()
|