Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degllog.c77 [_EGL_DEBUG] = "debug",
92 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
Deglconfig.c381 _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()
Degllog.h44 #define _EGL_DEBUG 3 /* useful info for debugging */ macro
Deglcontext.c95 _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()
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()
Degldisplay.c181 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform()
207 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", disp); in _eglFiniDisplay()
Deglcurrent.c278 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
Deglapi.c635 _eglLog(_EGL_DEBUG, "Found 'LIBGL_ALWAYS_SOFTWARE' set, will use a CPU renderer"); in eglInitialize()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_ohos.c434 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__); in ohos_destroy_surface()
440 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__); in ohos_destroy_surface()
496 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo()
548 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo()
643 _eglLog(_EGL_DEBUG, "%s: remain in shared buffer mode", __func__); in ohos_swap_buffers()
890 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in ohos_add_configs_for_visuals()
Dplatform_android.c595 _eglLog(_EGL_DEBUG, "%s: mode=%d", __func__, mode); in droid_set_shared_buffer_mode()
755 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__); in droid_destroy_surface()
761 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__); in droid_destroy_surface()
830 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface"); in get_front_bo()
882 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface"); in get_back_bo()
977 _eglLog(_EGL_DEBUG, "%s: remain in shared buffer mode", __func__); in droid_swap_buffers()
1009 _eglLog(_EGL_DEBUG, "%s: change to shared buffer mode %d", in droid_swap_buffers()
1330 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x", in droid_add_configs_for_visuals()
Dplatform_surfaceless.c335 _eglLog(_EGL_DEBUG, "Falling back to surfaceless swrast without DRM."); in dri2_initialize_surfaceless()
Degl_dri2.c577 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id); in dri2_add_config()
644 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_add_pbuffer_configs_for_visuals()
767 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name); in dri2_bind_extensions()
784 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d", in dri2_bind_extensions()
Dplatform_drm.c663 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in drm_add_configs_for_visuals()
Dplatform_wayland.c1505 _eglLog(_EGL_DEBUG, "Client format %s to server format %s via " in dri2_wl_add_configs_for_visuals()
1514 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in dri2_wl_add_configs_for_visuals()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c131 _eglLog(_EGL_DEBUG, "wgl: failed to validate config %d", id); in wgl_add_config()