Home
last modified time | relevance | path

Searched refs:egl_err_str (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dutils.c113 const char *egl_err_str(EGLenum err) in egl_err_str() function
146 PL_ERR(gpu, "%s: EGL error: %s", fun, egl_err_str(error)); in egl_check_err()
H A Dutils.h50 const char *egl_err_str(EGLenum err);
H A Dcontext.c69 pl_msg(log, level, "EGL: %s: %s %s", command, egl_err_str(error), in debug_cb_egl()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dopengl_surfaceless.c283 fprintf(stderr, "EGL error: %s\n", egl_err_str(error)); in main()