Home
last modified time | relevance | path

Searched refs:_EGL_FATAL (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/egl/main/
Degllog.c75 [_EGL_FATAL] = "fatal",
90 [_EGL_FATAL] = ANDROID_LOG_ERROR, in _eglDefaultLogger()
167 if (level == _EGL_FATAL) in _eglLog()
Degllog.h41 #define _EGL_FATAL 0 /* unrecoverable error */ macro
Deglcurrent.c145 _eglLog(_EGL_FATAL, "failed to initialize \"current\" system"); in _eglCheckedGetTSD()
Degldevice.c182 _eglLog(_EGL_FATAL, "Driver bug: Built without libdrm, yet looking for HW device"); in _eglAddDevice()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c246 _eglLog(_EGL_FATAL, "Driver bug: Built without libdrm, yet using a HW device"); in device_get_fd()
343 _eglLog(_EGL_FATAL, "Driver bug: exposed device is neither DRM nor SOFTWARE one"); in dri2_initialize_device()
Dplatform_android.c540 _eglLog(_EGL_FATAL, "%s:%d: internal error: unreachable", __FILE__, __LINE__); in droid_set_shared_buffer_mode()