Searched refs:_EGL_DEBUG (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | egllog.c | 73 [_EGL_DEBUG] = "debug", 88 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
|
D | eglconfig.c | 378 _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()
|
D | egllog.h | 44 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
|
D | eglcontext.c | 94 _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()
|
D | egldriver.c | 97 _eglLog(_EGL_DEBUG, "the best driver is %s", in _eglMatchDriver()
|
D | egldisplay.c | 170 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform() 200 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", dpy); in _eglFiniDisplay()
|
D | eglglobals.c | 167 _eglLog(_EGL_DEBUG, "mincore failed: %m"); in _eglPointerIsDereferencable()
|
D | eglsync.c | 76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr); in _eglParseSyncAttribList()
|
D | eglarray.c | 52 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d", in _eglGrowArray()
|
D | eglcurrent.c | 273 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 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() 469 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo() 549 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo() 1110 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in droid_add_configs_for_visuals()
|
D | platform_surfaceless.c | 225 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in surfaceless_add_configs_for_visuals()
|
D | egl_dri2.c | 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() 491 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d", in dri2_bind_extensions() 540 _eglLog(_EGL_DEBUG, "failed to open %s: %s\n", path, dlerror()); 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()
|
D | platform_drm.c | 621 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in drm_add_configs_for_visuals()
|
D | platform_wayland.c | 1303 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_wl_add_configs_for_visuals()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()
|