Kanzi  3.9.9
Kanzi Engine C++ API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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. More...
 
EGLNativeWindowType kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative)
 Gets EGL native window. More...
 
kzsError kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display)
 Sets window-native EGL surface and display. More...
 

Detailed Description

Kanzi window, dummy implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Macro Definition Documentation

#define __WSEGL__

Function Documentation

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 
)

Sets window-native EGL surface and display.

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