Kanzi 3.9.10
kzs_display_native.hpp File Reference

Functions

WFDPort kzsDisplayNativeGetHandle (const struct KzsDisplayNative *displayNative)
 Get WFD port native handle.
 
WFDPortMode kzsDisplayNativeGetMode (const struct KzsDisplayNative *displayNative)
 Get WFD port mode handle.
 
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.

◆ kzsDisplayNativeGetHandle()

WFDPort kzsDisplayNativeGetHandle ( const struct KzsDisplayNative * displayNative)

Get WFD port native handle.

Parameters
displayNativeHandle to display-native.
Returns
WFD port handle.

◆ kzsDisplayNativeGetMode()

WFDPortMode kzsDisplayNativeGetMode ( const struct KzsDisplayNative * displayNative)

Get WFD port mode handle.

Parameters
displayNativeHandle to display-native.
Returns
WFD mode handle.