Kanzi window, dummy implementation. More...
#include <EGL/egl.h>
#include <system/display/kzs_egl.h>
#include <system/kzs_header.h>
Macros | |
#define | __GBM__ |
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 | kzsWindowNativeFlipPage (struct KzsWindowNative *windowNative) |
kzsError | kzsWindowNativeInitGBM (struct KzsWindowNative *windowNative, EGLDisplay display, EGLSurface surface) |
Kanzi window, dummy implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
#define __GBM__ |
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 kzsWindowNativeFlipPage | ( | struct KzsWindowNative * | windowNative | ) |
kzsError kzsWindowNativeInitGBM | ( | struct KzsWindowNative * | windowNative, |
EGLDisplay | display, | ||
EGLSurface | surface | ||
) |