HomeSort by relevance Sort by last modified time
    Searched refs:_EGL_DEBUG (Results 1 - 20 of 20) sorted by null

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

Completed in 257 milliseconds