Searched refs:_EGL_WARNING (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | egllog.c | 55 #define FALLBACK_LOG_LEVEL _EGL_WARNING 71 [_EGL_WARNING] = "warning", 86 [_EGL_WARNING] = ANDROID_LOG_WARN, in _eglDefaultLogger() 124 _eglLog(_EGL_WARNING, in _eglInitLogger()
|
D | egllog.h | 42 #define _EGL_WARNING 1 /* recoverable error/problem */ macro
|
D | eglsurface.c | 233 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr); in _eglParseSurfaceAttribList() 269 _eglLog(_EGL_WARNING, "Bad type in _eglInitSurface"); in _eglInitSurface()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 137 _eglLog(_EGL_WARNING, "unsupported native buffer format 0x%x", native); in get_fourcc() 155 _eglLog(_EGL_WARNING, "unsupported native buffer format 0x%x", format); in get_format() 298 _eglLog(_EGL_WARNING, "ANativeWindow::cancelBuffer failed"); in droid_window_cancel_buffer() 337 _eglLog(_EGL_WARNING, "Native format mismatch: 0x%x != 0x%x", in droid_create_surface() 438 _eglLog(_EGL_WARNING, "Could not dequeue buffer from native window"); in update_buffers() 479 _eglLog(_EGL_WARNING, "dri2_image_front allocation failed"); in get_front_bo() 500 _eglLog(_EGL_WARNING, "Could not get native buffer"); in get_back_bo() 506 _eglLog(_EGL_WARNING, "Could not get native buffer FD"); in get_back_bo() 516 _eglLog(_EGL_WARNING, "Invalid buffer fourcc(%x) or pitch(%d)", in get_back_bo() 532 _eglLog(_EGL_WARNING, "failed to create DRI image from FD"); in get_back_bo() [all …]
|
D | platform_x11_dri3.c | 197 _eglLog(_EGL_WARNING, in dri3_authenticate() 202 _eglLog(_EGL_WARNING, in dri3_authenticate() 341 _eglLog(_EGL_WARNING, "FIXME: egl/x11 doesn't support front buffer rendering."); in dri3_flush_front_buffer() 480 _eglLog(_EGL_WARNING, "DRI3: failed to query the version"); in dri3_x11_connect() 491 _eglLog(_EGL_WARNING, "DRI3: failed to query Present version"); in dri3_x11_connect() 501 _eglLog(_EGL_WARNING, "DRI3: Screen seems not DRI3 capable"); in dri3_x11_connect() 504 _eglLog(_EGL_WARNING, "DRI3: Failed to initialize"); in dri3_x11_connect() 513 _eglLog(_EGL_WARNING, "DRI3: No driver found"); in dri3_x11_connect()
|
D | platform_x11.c | 92 _eglLog(_EGL_WARNING, "unsupported depth %d", dri2_surf->depth); in swrastCreateDrawable() 124 _eglLog(_EGL_WARNING, "error in xcb_get_geometry"); in x11_get_drawable_info() 191 _eglLog(_EGL_WARNING, "error in xcb_get_image"); in swrastGetImage() 599 _eglLog(_EGL_WARNING, "DRI2: failed to get drm magic"); in dri2_x11_local_authenticate() 604 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate"); in dri2_x11_local_authenticate() 651 _eglLog(_EGL_WARNING, "DRI2: failed to query xfixes version"); in dri2_x11_connect() 661 _eglLog(_EGL_WARNING, "DRI2: failed to query version"); in dri2_x11_connect() 672 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate"); in dri2_x11_connect() 680 _eglLog(_EGL_WARNING, in dri2_x11_connect() 810 _eglLog(_EGL_WARNING, "DRI2: failed to create any config"); in dri2_x11_add_configs_for_visuals()
|
D | platform_surfaceless.c | 330 _eglLog(_EGL_WARNING, in dri2_initialize_surfaceless()
|
D | platform_wayland.c | 1043 _eglLog(_EGL_WARNING, "wayland-egl: client asks server to " in dri2_wl_authenticate() 1074 _eglLog(_EGL_WARNING, "wayland-egl: could not open %s (%s)", in drm_handle_device() 1428 _eglLog(_EGL_WARNING, "wayland-egl: display is not render-node capable"); in dri2_initialize_wayland_drm() 1435 _eglLog(_EGL_WARNING, "wayland-egl: Different GPU selected, but the " in dri2_initialize_wayland_drm()
|
D | egl_dri2.c | 119 _eglLog(_EGL_WARNING, "DRI2: failed to find glFlush entry point"); in dri2_gl_flush() 494 _eglLog(_EGL_WARNING, "did not find extension %s version %d", in dri2_bind_extensions() 548 _eglLog(_EGL_WARNING, in dri2_open_driver() 571 _eglLog(_EGL_WARNING, in dri2_open_driver() 855 _eglLog(_EGL_WARNING, "DRI2: failed to create dri screen"); in dri2_create_screen()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 193 _eglLog(_EGL_WARNING, "Haiku: failed to create any config"); in haiku_add_configs_for_visuals()
|