Home
last modified time | relevance | path

Searched refs:_EGL_DEBUG (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/egl/main/
Degllog.c73 [_EGL_DEBUG] = "debug",
88 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
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()
Degllog.h44 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
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()
Deglarray.c52 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d", in _eglGrowArray()
Deglcurrent.c273 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c408 _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()
Dplatform_surfaceless.c225 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in surfaceless_add_configs_for_visuals()
Degl_dri2.c335 _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()
Dplatform_drm.c621 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in drm_add_configs_for_visuals()
Dplatform_wayland.c1303 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_wl_add_configs_for_visuals()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()