Kanzi window, dummy implementation. More...
#include <kanzi/core.ui/platform/graphics_context/egl/kzs_egl.h>#include <kanzi/core/legacy/debug/kzs_error.hpp>Macros | |
| #define | __WSEGL__ |
Functions | |
| EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
| Gets EGL native display. | |
| EGLNativeWindowType | kzsEGLGetNativeWindow (struct KzsWindowNative *windowNative) |
| Gets EGL native window. | |
| kzsError | kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display) |
| Sets window-native EGL surface and display. | |
Kanzi window, dummy implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
| #define __WSEGL__ |
| EGLNativeWindowType kzsEGLGetNativeWindow | ( | struct KzsWindowNative * | windowNative | ) |
Gets EGL native window.
| EGLNativeDisplayType kzsEGLGetNativeDisplay | ( | const struct KzsDesktopNative * | desktopNative, |
| const struct KzsDisplayNative * | displayNative, | ||
| const struct KzsWindowNative * | windowNative ) |
Gets EGL native display.
| kzsError kzsWindowNativeSetEGLSurface | ( | struct KzsWindowNative * | windowNative, |
| EGLSurface * | surface, | ||
| EGLDisplay * | display ) |
Sets window-native EGL surface and display.
| windowNative | Handle to window-native. |
| surface | Handle to EGL surface. |
| display | Handle to EGL display. |