Kanzi 3.9.10
kzs_window_native.hpp File Reference

Kanzi window, dummy implementation. More...

#include <EGL/egl.h>
#include <system/display/kzs_egl.h>
#include <system/kzs_header.h>

Macros

#define __WSEGL__
 

Functions

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.
 

Detailed Description

Kanzi window, dummy implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Macro Definition Documentation

◆ __WSEGL__

#define __WSEGL__

Function Documentation

◆ kzsEGLGetNativeWindow()

EGLNativeWindowType kzsEGLGetNativeWindow ( const struct KzsWindowNative * windowNative)

Gets EGL native window.

◆ kzsEGLGetNativeDisplay()

EGLNativeDisplayType kzsEGLGetNativeDisplay ( const struct KzsDesktopNative * desktopNative,
const struct KzsDisplayNative * displayNative,
const struct KzsWindowNative * windowNative )

Gets EGL native display.

◆ kzsWindowNativeSetEGLSurface()

kzsError kzsWindowNativeSetEGLSurface ( struct KzsWindowNative * windowNative,
EGLSurface * surface,
EGLDisplay * display )

Sets window-native EGL surface and display.

Parameters
windowNativeHandle to window-native.
surfaceHandle to EGL surface.
displayHandle to EGL display.
Returns
Error code.