/external/mesa3d/src/egl/main/ |
D | egldriver.c | 150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath); in _eglOpenLibrary() 296 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Path); in _eglAddModule() 444 _eglLog(_EGL_DEBUG, in _eglGetSearchPath() 452 _eglLog(_EGL_DEBUG, "EGL search path is %s", search_path); in _eglGetSearchPath() 477 _eglLog(_EGL_DEBUG, in _eglAddUserDriver() 648 _eglLog(_EGL_DEBUG, "the best driver is %s%s", in _eglMatchDriver()
|
D | egllog.c | 97 _eglLog(_EGL_DEBUG, in _eglSetLogProc() 113 case _EGL_DEBUG: in _eglSetLogLevel()
|
D | egldisplay.c | 127 _eglLog(_EGL_DEBUG, "mincore failed: %m"); in _eglPointerIsDereferencable() 208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform() 234 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", dpy); in _eglFiniDisplay()
|
D | eglconfig.c | 365 _eglLog(_EGL_DEBUG, in _eglValidateConfig() 393 _eglLog(_EGL_DEBUG, "conflicting color buffer type and channel sizes"); in _eglValidateConfig() 400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers"); in _eglValidateConfig() 413 _eglLog(_EGL_DEBUG, "conflicting surface type and native visual/texture binding"); in _eglValidateConfig() 473 _eglLog(_EGL_DEBUG, in _eglMatchConfig()
|
D | eglcontext.c | 92 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attrib_list[0]); in _eglParseContextAttribList() 204 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attr); in _eglParseContextAttribList() 385 _eglLog(_EGL_DEBUG, "context api is 0x%x while config supports 0x%x", in _eglInitContext()
|
D | egllog.h | 40 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
|
D | eglimage.c | 102 _eglLog(_EGL_DEBUG, "bad image attribute 0x%04x", attr); in _eglParseImageAttribList()
|
D | eglsync.c | 59 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%04x", attr); in _eglParseSyncAttribList()
|
D | eglarray.c | 51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d", in _eglGrowArray()
|
D | eglcurrent.c | 331 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglError()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_image.c | 80 _eglLog(_EGL_DEBUG, "bad width or height (%dx%d)", in egl_g3d_create_drm_buffer() 90 _eglLog(_EGL_DEBUG, "bad image format value 0x%04x", in egl_g3d_create_drm_buffer() 100 _eglLog(_EGL_DEBUG, "bad image use bit 0x%04x", in egl_g3d_create_drm_buffer() 149 _eglLog(_EGL_DEBUG, "bad width, height, or stride (%dx%dx%d)", in egl_g3d_reference_drm_buffer() 159 _eglLog(_EGL_DEBUG, "bad image format value 0x%04x", in egl_g3d_reference_drm_buffer()
|
D | egl_g3d.c | 368 _eglLog(_EGL_DEBUG, "skip invalid config 0x%x", nconf->native_visual_id); in egl_g3d_init_config()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | common.c | 123 _eglLog(_EGL_DEBUG, "pci id for %d: %04x:%04x, driver %s", in dri2_get_driver_for_fd() 131 _eglLog(_EGL_DEBUG, "pci id for %d: %04x:%04x, driver %s", in dri2_get_driver_for_fd()
|
D | egl_dri2.c | 218 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id); in dri2_add_config() 342 _eglLog(_EGL_DEBUG, "DRI2: found extension `%s'", extensions[i]->name); in dri2_bind_extensions() 400 _eglLog(_EGL_DEBUG, "failed to open %s: %s\n", path, dlerror()); in dri2_open_driver() 411 _eglLog(_EGL_DEBUG, "DRI2: dlopen(%s)", path); in dri2_open_driver()
|
D | platform_android.c | 524 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in droid_add_configs_for_visuals() 675 case _EGL_DEBUG: in droid_log()
|
/external/mesa3d/src/gallium/targets/egl-static/ |
D | egl_st.c | 68 _eglLog(_EGL_DEBUG, "loaded %s", path); in dlopen_gl_lib_cb() 111 _eglLog(_EGL_DEBUG, "retry with libglapi" UTIL_DL_EXT " loaded"); in egl_st_load_gl()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 509 _eglLog(_EGL_DEBUG, "GLX: failed to validate config %d", i); in create_configs() 574 _eglLog(_EGL_DEBUG, "disable quirks"); in check_quirks()
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
D | modeset.c | 689 _eglLog(_EGL_DEBUG, "Failed to get KMS resources. Disable modeset."); in drm_display_init_modeset()
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 832 case _EGL_DEBUG: in android_log()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_dri2.c | 819 _eglLog(_EGL_DEBUG, "failed to create DRM screen"); in dri2_display_init_screen()
|