HomeSort by relevance Sort by last modified time
    Searched refs:_EGL_WARNING (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/egl/main/
egllog.h 42 #define _EGL_WARNING 1 /* recoverable error/problem */
egllog.c 48 #define FALLBACK_LOG_LEVEL _EGL_WARNING
112 case _EGL_WARNING:
166 _eglLog(_EGL_WARNING,
177 * \param level one of _EGL_FATAL, _EGL_WARNING, _EGL_INFO, _EGL_DEBUG.
eglsurface.c 249 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr);
285 _eglLog(_EGL_WARNING, "Bad type in _eglInitSurface");
egldriver.c 240 _eglLog(_EGL_WARNING, "failed to find any driver");
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.c 226 _eglLog(_EGL_WARNING,
231 _eglLog(_EGL_WARNING,
372 _eglLog(_EGL_WARNING, "FIXME: egl/x11 doesn't support front buffer rendering.");
501 _eglLog(_EGL_WARNING, "DRI3: failed to query the version");
512 _eglLog(_EGL_WARNING, "DRI3: failed to query Present version");
522 _eglLog(_EGL_WARNING, "DRI3: Screen seems not DRI3 capable");
525 _eglLog(_EGL_WARNING, "DRI3: Failed to initialize");
534 _eglLog(_EGL_WARNING, "DRI3: No driver found");
platform_android.c 121 _eglLog(_EGL_WARNING, "unsupported native buffer format 0x%x", native);
134 _eglLog(_EGL_WARNING, "unsupported native buffer format 0x%x", format);
313 _eglLog(_EGL_WARNING, "Native format mismatch: 0x%x != 0x%x",
406 _eglLog(_EGL_WARNING, "Could not dequeue buffer from native window");
446 _eglLog(_EGL_WARNING, "dri2_image_front allocation failed");
467 _eglLog(_EGL_WARNING, "Could not get native buffer");
473 _eglLog(_EGL_WARNING, "Could not get native buffer FD");
483 _eglLog(_EGL_WARNING, "Invalid buffer fourcc(%x) or pitch(%d)",
499 _eglLog(_EGL_WARNING, "failed to create DRI image from FD");
599 _eglLog(_EGL_WARNING, "Gralloc does not support lock_ycbcr")
    [all...]
platform_x11.c 89 _eglLog(_EGL_WARNING, "unsupported depth %d", dri2_surf->depth);
120 _eglLog(_EGL_WARNING, "error in xcb_get_geometry");
174 _eglLog(_EGL_WARNING, "error in xcb_get_image");
594 _eglLog(_EGL_WARNING, "DRI2: failed to get drm magic");
599 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
646 _eglLog(_EGL_WARNING, "DRI2: failed to query xfixes version");
655 _eglLog(_EGL_WARNING, "DRI2: failed to query version");
666 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
674 _eglLog(_EGL_WARNING,
799 _eglLog(_EGL_WARNING, "DRI2: failed to create any config")
    [all...]
egl_dri2.c 447 _eglLog(_EGL_WARNING, "did not find extension %s version %d",
510 _eglLog(_EGL_WARNING,
533 _eglLog(_EGL_WARNING,
751 _eglLog(_EGL_WARNING, "DRI2: failed to create dri screen");
843 _eglLog(_EGL_WARNING, "No EGL platform enabled.");
    [all...]
platform_wayland.c 882 _eglLog(_EGL_WARNING, "wayland-egl: client asks server to "
913 _eglLog(_EGL_WARNING, "wayland-egl: could not open %s (%s)",
    [all...]
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 200 _eglLog(_EGL_WARNING, "Haiku: failed to create any config");

Completed in 167 milliseconds