Kanzi window, native part for Android platform. More...
#include <kanzi/platform/platform/gl/context_api/egl/kzs_egl.h>#include <kanzi/core/legacy/debug/kzs_error.hpp>#include <kanzi/core/legacy/kzs_types.hpp>Functions | |
| EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
| Gets EGL native display type. | |
| EGLNativeWindowType | kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative) |
| Gets EGL native window type. | |
| kzsError | kzsWindowNativeCreateWrapper (ANativeWindow *windowHandle, struct KzsWindowNative **out_windowNative) |
| Creates native window from Android window. | |
| ANativeWindow * | kzsWindowNativeGetAndroidWindow (const struct KzsWindowNative *windowNative) |
| Retrieve Android window (originates from Java side Surface) from native window. | |
| kzsError | kzsWindowNativeSetAndroidNativeWindow (struct KzsWindowNative *windowNative, ANativeWindow *androidNativeWindow) |
| Pass Android window (originates from Java side Surface) to native window. | |
Kanzi window, native part for Android platform.
Copyright 2008-2017 by Rightware. All rights reserved.
| kzsError kzsWindowNativeCreateWrapper | ( | ANativeWindow * | windowHandle, |
| struct KzsWindowNative ** | out_windowNative ) |
Creates native window from Android window.
| ANativeWindow * kzsWindowNativeGetAndroidWindow | ( | const struct KzsWindowNative * | windowNative | ) |
Retrieve Android window (originates from Java side Surface) from native window.
| kzsError kzsWindowNativeSetAndroidNativeWindow | ( | struct KzsWindowNative * | windowNative, |
| ANativeWindow * | androidNativeWindow ) |
Pass Android window (originates from Java side Surface) to native window.
| EGLNativeWindowType kzsEGLGetNativeWindow | ( | const struct KzsWindowNative * | windowNative | ) |
Gets EGL native window type.
| EGLNativeDisplayType kzsEGLGetNativeDisplay | ( | const struct KzsDesktopNative * | desktopNative, |
| const struct KzsDisplayNative * | displayNative, | ||
| const struct KzsWindowNative * | windowNative ) |
Gets EGL native display type.