/third_party/mesa3d/src/egl/main/ |
D | eglconfigdebug.c | 81 _eglLog(_EGL_DEBUG, "---------------"); in _printHeaderFormat() 82 _eglLog(_EGL_DEBUG, "Configurations:"); in _printHeaderFormat() 83 …_eglLog(_EGL_DEBUG, "cho bf lv colourbuffer dp st ms vis cav bi renderable … in _printHeaderFormat() 84 …_eglLog(_EGL_DEBUG, "sen id sz l r g b a th cl ns b id eat nd gl es es2 es3 … in _printHeaderFormat() 85 _eglLog(_EGL_DEBUG, "---------------"); in _printHeaderFormat() 158 _eglLog(_EGL_DEBUG, printMsg); in _eglPrintConfig() 170 _eglLog(_EGL_DEBUG, "%s: nothing to print", __func__); in eglPrintConfigDebug()
|
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() 807 if (result && (_eglGetLogLevel() == _EGL_DEBUG)) in _eglChooseConfig() 860 if (_eglGetLogLevel() == _EGL_DEBUG) in _eglGetConfigs()
|
D | egllog.c | 77 [_EGL_DEBUG] = "debug", 92 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
|
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 | egllog.h | 44 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
|
D | eglsync.c | 76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr); in _eglParseSyncAttribList()
|
D | eglcurrent.c | 150 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
|
D | egldisplay.c | 182 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform() 208 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", disp); in _eglFiniDisplay()
|
D | eglarray.c | 52 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d", in _eglGrowArray()
|
D | eglapi.c | 629 _eglLog(_EGL_DEBUG, "Found 'LIBGL_ALWAYS_SOFTWARE' set, will use a CPU renderer"); in eglInitialize()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_ohos.c | 442 _eglLog(_EGL_DEBUG, "%{public}s : %{public}d : destroy dri_image_back", __func__, __LINE__); in ohos_destroy_surface() 448 … _eglLog(_EGL_DEBUG, "%{public}s : %{public}d : destroy dri_image_front", __func__, __LINE__); in ohos_destroy_surface() 507 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo() 560 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo() 659 _eglLog(_EGL_DEBUG, "%{public}s: remain in shared buffer mode", __func__); in ohos_swap_buffers() 911 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%{public}x", in ohos_add_configs_for_visuals()
|
D | platform_android.c | 605 _eglLog(_EGL_DEBUG, "%s: mode=%d", __func__, mode); in droid_set_shared_buffer_mode() 767 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__); in droid_destroy_surface() 773 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__); in droid_destroy_surface() 843 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo() 898 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo() 993 _eglLog(_EGL_DEBUG, "%s: remain in shared buffer mode", __func__); in droid_swap_buffers() 1025 _eglLog(_EGL_DEBUG, "%s: change to shared buffer mode %d", in droid_swap_buffers() 1346 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in droid_add_configs_for_visuals()
|
D | platform_surfaceless.c | 344 _eglLog(_EGL_DEBUG, "Falling back to surfaceless swrast without DRM."); in dri2_initialize_surfaceless()
|
D | egl_dri2.c | 580 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id); in dri2_add_config() 647 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_add_pbuffer_configs_for_visuals() 770 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name); in dri2_bind_extensions() 787 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d", in dri2_bind_extensions()
|
D | platform_drm.c | 663 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in drm_add_configs_for_visuals()
|
D | platform_wayland.c | 2056 _eglLog(_EGL_DEBUG, "Client format %s to server format %s via " in dri2_wl_add_configs_for_visuals() 2065 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_wl_add_configs_for_visuals()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 118 _eglLog(_EGL_DEBUG, "wgl: failed to validate config %d", id); in wgl_add_config()
|