Kanzi window, dummy implementation. More...
#include <EGL/egl.h>
#include <system/display/kzs_egl.h>
#include <system/kzs_header.h>
Macros | |
#define | __WSEGL__ |
Functions | |
EGLNativeWindowType | kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative) |
Gets EGL native window. More... | |
EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
Gets EGL native display. More... | |
kzsError | kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display) |
Kanzi window, dummy implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
#define __WSEGL__ |
EGLNativeWindowType kzsEGLGetNativeWindow | ( | const 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 | ||
) |