#include <kanzi/core/cpp/platform.hpp>#include <kanzi/core/error/legacy_error.hpp>#include <kanzi/platform/kz_platform_api.hpp>#include <EGL/egl.h>#include <EGL/eglext.h>Functions | |
| EGLImageKHR | kzsEGLCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) |
| EGLBoolean | kzsEGLDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image) |
| KZ_NO_DISCARD kzString | kzsEGLErrorString (EGLint error) |
| Returns a string representation of a given EGL error code. | |
| kzsError | kzsNativeWindowSystemInitialize_EGL () |
| Initializes internal EGL function pointers. | |
| EGLImageKHR kzsEGLCreateImageKHR | ( | EGLDisplay | dpy, |
| EGLContext | ctx, | ||
| EGLenum | target, | ||
| EGLClientBuffer | buffer, | ||
| const EGLint * | attrib_list ) |
| EGLBoolean kzsEGLDestroyImageKHR | ( | EGLDisplay | dpy, |
| EGLImageKHR | image ) |
| kzsError kzsNativeWindowSystemInitialize_EGL | ( | ) |
Initializes internal EGL function pointers.
| KZS_SUCCESS | The function pointers were successfully initialized. |
| KZS_ERROR_FILE_OPERATION_FAILED | Dynamic loading of the EGL library failed. |
| KZ_NO_DISCARD kzString kzsEGLErrorString | ( | EGLint | error | ) |
Returns a string representation of a given EGL error code.
The error codes are enumerated in EGL/egl.h.
| error | An error code. |