Searched refs:_EGL_DEBUG (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | egllog.c | 78 [_EGL_DEBUG] = "debug", 93 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
|
D | eglconfig.c | 381 _eglLog(_EGL_DEBUG, in _eglValidateConfig() 409 _eglLog(_EGL_DEBUG, "conflicting color buffer type and channel sizes"); in _eglValidateConfig() 416 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers"); in _eglValidateConfig() 429 _eglLog(_EGL_DEBUG, "conflicting surface type and native visual/texture binding"); in _eglValidateConfig() 489 _eglLog(_EGL_DEBUG, in _eglMatchConfig()
|
D | egllog.h | 44 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
|
D | eglcontext.c | 95 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attrib_list[0]); in _eglParseContextAttribList() 416 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attr); in _eglParseContextAttribList() 618 _eglLog(_EGL_DEBUG, "context api is 0x%x while config supports 0x%x", in _eglInitContext()
|
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 | egldisplay.c | 167 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform() 193 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", disp); in _eglFiniDisplay()
|
D | eglcurrent.c | 271 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
|
D | eglapi.c | 624 _eglLog(_EGL_DEBUG, "Found 'LIBGL_ALWAYS_SOFTWARE' set, will use a CPU renderer"); in eglInitialize()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 530 _eglLog(_EGL_DEBUG, "%s: mode=%d", __func__, mode); in droid_set_shared_buffer_mode() 689 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__); in droid_destroy_surface() 695 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__); in droid_destroy_surface() 764 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo() 816 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo() 911 _eglLog(_EGL_DEBUG, "%s: remain in shared buffer mode", __func__); in droid_swap_buffers() 943 _eglLog(_EGL_DEBUG, "%s: change to shared buffer mode %d", in droid_swap_buffers() 1248 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in droid_add_configs_for_visuals()
|
D | platform_surfaceless.c | 332 _eglLog(_EGL_DEBUG, "Falling back to surfaceless swrast without DRM."); in dri2_initialize_surfaceless()
|
D | egl_dri2.c | 604 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id); in dri2_add_config() 671 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_add_pbuffer_configs_for_visuals() 774 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name); in dri2_bind_extensions() 791 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d", in dri2_bind_extensions()
|
D | platform_drm.c | 661 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in drm_add_configs_for_visuals()
|
D | platform_wayland.c | 1466 _eglLog(_EGL_DEBUG, "Client format %s to server format %s via " in dri2_wl_add_configs_for_visuals() 1475 _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()
|