Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degllog.c78 [_EGL_DEBUG] = "debug",
93 [_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.c167 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)", in _eglGetNativePlatform()
193 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", disp); in _eglFiniDisplay()
Deglcurrent.c271 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
Deglapi.c624 _eglLog(_EGL_DEBUG, "Found 'LIBGL_ALWAYS_SOFTWARE' set, will use a CPU renderer"); in eglInitialize()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c530 _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()
Dplatform_surfaceless.c332 _eglLog(_EGL_DEBUG, "Falling back to surfaceless swrast without DRM."); in dri2_initialize_surfaceless()
Degl_dri2.c604 _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()
Dplatform_drm.c661 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s", in drm_add_configs_for_visuals()
Dplatform_wayland.c1466 _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/
Degl_haiku.cpp186 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config"); in haiku_add_configs_for_visuals()