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

  /external/mesa3d/src/egl/main/
egllog.h 44 #define _EGL_DEBUG 3 /* useful info for debugging */
egllog.c 98 _eglLog(_EGL_DEBUG,
114 case _EGL_DEBUG:
177 * \param level one of _EGL_FATAL, _EGL_WARNING, _EGL_INFO, _EGL_DEBUG.
eglcontext.c 94 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attrib_list[0]);
321 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attr);
515 _eglLog(_EGL_DEBUG, "context api is 0x%x while config supports 0x%x",
egldisplay.c 125 _eglLog(_EGL_DEBUG, "mincore failed: %m");
199 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)",
225 _eglLog(_EGL_DEBUG, "Display %p is destroyed with resources", dpy);
eglsync.c 76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr);
egldriver.c 140 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Name);
301 _eglLog(_EGL_DEBUG, "the best driver is %s%s",
eglconfig.c 371 _eglLog(_EGL_DEBUG,
399 _eglLog(_EGL_DEBUG, "conflicting color buffer type and channel sizes");
406 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
419 _eglLog(_EGL_DEBUG, "conflicting surface type and native visual/texture binding");
479 _eglLog(_EGL_DEBUG,
eglarray.c 51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d",
eglimage.c 178 _eglLog(_EGL_DEBUG, "bad image attribute 0x%04x", attr);
eglcurrent.c 278 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 380 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_back", __func__, __LINE__);
386 _eglLog(_EGL_DEBUG, "%s : %d : destroy dri_image_front", __func__, __LINE__);
436 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported front buffer for window surface");
516 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffer for pbuffer surface");
960 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x",
978 _eglLog(_EGL_DEBUG, "fail to get drm fd");
1040 case _EGL_DEBUG:
    [all...]
platform_surfaceless.c 223 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s",
egl_dri2.c 286 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id);
427 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name);
444 _eglLog(_EGL_DEBUG, "did not find optional extension %s version %d",
493 _eglLog(_EGL_DEBUG, "failed to open %s: %s\n", path, dlerror());
503 _eglLog(_EGL_DEBUG, "failed to open %s: %s\n", path, dlerror());
516 _eglLog(_EGL_DEBUG, "DRI2: dlopen(%s)", path);
524 _eglLog(_EGL_DEBUG, "driver does not expose %s(): %s\n",
    [all...]
platform_drm.c 630 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x",
platform_wayland.c     [all...]
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 193 _eglLog(_EGL_DEBUG, "Haiku: failed to validate config");

Completed in 120 milliseconds