Home
last modified time | relevance | path

Searched refs:_eglLog (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c137 _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()
408 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__); in droid_destroy_surface()
414 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__); in droid_destroy_surface()
438 _eglLog(_EGL_WARNING, "Could not dequeue buffer from native window"); in update_buffers()
469 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo()
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()
[all …]
Dplatform_x11_dri3.c197 _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()
Dplatform_x11.c92 _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()
[all …]
Dplatform_surfaceless.c225 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in surfaceless_add_configs_for_visuals()
318 loader_set_logger(_eglLog); in dri2_initialize_surfaceless()
330 _eglLog(_EGL_WARNING, in dri2_initialize_surfaceless()
Degl_dri2.c119 _eglLog(_EGL_WARNING, "DRI2: failed to find glFlush entry point"); in dri2_gl_flush()
335 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id); in dri2_add_config()
474 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name); in dri2_bind_extensions()
480 _eglLog(_EGL_INFO, "found extension %s version %d", in dri2_bind_extensions()
491 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d", in dri2_bind_extensions()
494 _eglLog(_EGL_WARNING, "did not find extension %s version %d", in dri2_bind_extensions()
540 _eglLog(_EGL_DEBUG, "failed to open %s: %s\n", path, dlerror()); in dri2_open_driver()
548 _eglLog(_EGL_WARNING, in dri2_open_driver()
554 _eglLog(_EGL_DEBUG, "DRI2: dlopen(%s)", path); in dri2_open_driver()
562 _eglLog(_EGL_DEBUG, "driver does not expose %s(): %s\n", in dri2_open_driver()
[all …]
Dplatform_wayland.c1043 _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()
1303 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_wl_add_configs_for_visuals()
1316 loader_set_logger(_eglLog); in dri2_initialize_wayland_drm()
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()
1980 loader_set_logger(_eglLog); in dri2_initialize_wayland_swrast()
Dplatform_drm.c621 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in drm_add_configs_for_visuals()
659 loader_set_logger(_eglLog); in dri2_initialize_drm()
/external/mesa3d/src/egl/main/
Degllog.c124 _eglLog(_EGL_WARNING, in _eglInitLogger()
138 _eglLog(EGLint level, const char *fmtStr, ...) in _eglLog() function
Deglconfig.c378 _eglLog(_EGL_DEBUG, in _eglValidateConfig()
406 _eglLog(_EGL_DEBUG, "conflicting color buffer type and channel sizes"); in _eglValidateConfig()
413 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers"); in _eglValidateConfig()
426 _eglLog(_EGL_DEBUG, "conflicting surface type and native visual/texture binding"); in _eglValidateConfig()
486 _eglLog(_EGL_DEBUG, in _eglMatchConfig()
Deglcurrent.c147 _eglLog(_EGL_FATAL, "failed to initialize \"current\" system"); in _eglCheckedGetTSD()
273 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
Degllog.h48 _eglLog(EGLint level, const char *fmtStr, ...);
Deglcontext.c94 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attrib_list[0]); in _eglParseContextAttribList()
404 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attr); in _eglParseContextAttribList()
608 _eglLog(_EGL_DEBUG, "context api is 0x%x while config supports 0x%x", in _eglInitContext()
Degldriver.c97 _eglLog(_EGL_DEBUG, "the best driver is %s", in _eglMatchDriver()
Degldisplay.c170 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform()
200 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", dpy); in _eglFiniDisplay()
Deglglobals.c167 _eglLog(_EGL_DEBUG, "mincore failed: %m"); in _eglPointerIsDereferencable()
Deglsync.c76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr); in _eglParseSyncAttribList()
Deglsurface.c233 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr); in _eglParseSurfaceAttribList()
269 _eglLog(_EGL_WARNING, "Bad type in _eglInitSurface"); in _eglInitSurface()
Deglarray.c52 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d", in _eglGrowArray()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()
193 _eglLog(_EGL_WARNING, "Haiku: failed to create any config"); in haiku_add_configs_for_visuals()