Kanzi window, dummy implementation.
More...
#include <EGL/egl.h>
#include <system/display/kzs_egl.h>
#include <system/kzs_header.h>
|
EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
| Gets EGL native display.
|
|
EGLNativeWindowType | kzsEGLGetNativeWindow (const 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.
◆ __WSEGL__
◆ kzsEGLGetNativeWindow()
EGLNativeWindowType kzsEGLGetNativeWindow |
( |
const struct KzsWindowNative * | windowNative | ) |
|
◆ kzsEGLGetNativeDisplay()
EGLNativeDisplayType kzsEGLGetNativeDisplay |
( |
const struct KzsDesktopNative * | desktopNative, |
|
|
const struct KzsDisplayNative * | displayNative, |
|
|
const struct KzsWindowNative * | windowNative ) |
◆ kzsWindowNativeSetEGLSurface()
kzsError kzsWindowNativeSetEGLSurface |
( |
struct KzsWindowNative * | windowNative, |
|
|
EGLSurface * | surface, |
|
|
EGLDisplay * | display ) |
Sets window-native EGL surface and display.
- Parameters
-
windowNative | Handle to window-native. |
surface | Handle to EGL surface. |
display | Handle to EGL display. |
- Returns
- Error code.