Kanzi 3.9.10
kzs_desktop_native.h File Reference

Functions

EGLDisplay kzsDesktopNativeGetDisplay (const struct KzsDesktopNative *desktopNative)
 Get the EGL display of desktop.
 
EGLOutputLayerEXT kzsDesktopNativeGetOutputLayer (const struct KzsDesktopNative *desktopNative, kzUint displayID)
 Get the EGL output-layer for the display index.
 
EGLNativeDisplayType kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative)
 Get the EGL native display.
 

Function Documentation

◆ kzsEGLGetNativeDisplay()

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

Get the EGL native display.

Parameters
desktopNativeHandle to desktop-native.
displayNativeHandle to display-native.
windowNativeHandle to window-native.
Returns
Handle to EGL native display.

◆ kzsDesktopNativeGetDisplay()

EGLDisplay kzsDesktopNativeGetDisplay ( const struct KzsDesktopNative * desktopNative)

Get the EGL display of desktop.

Parameters
desktopNativeHandle to desktop-native.
Returns
EGLDisplay handle of the desktop.

◆ kzsDesktopNativeGetOutputLayer()

EGLOutputLayerEXT kzsDesktopNativeGetOutputLayer ( const struct KzsDesktopNative * desktopNative,
kzUint displayID )

Get the EGL output-layer for the display index.

Parameters
desktopNativeHandle to desktop-native.
displayIDIndex of the display.
Returns
Handle to EGL output-layer.