Functions | |
EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
Get the EGL native display. More... | |
WFDPort | kzsDisplayNativeGetHandle (const struct KzsDisplayNative *displayNative) |
Get WFD port native handle. More... | |
WFDPortMode | kzsDisplayNativeGetMode (const struct KzsDisplayNative *displayNative) |
Get WFD port mode handle. More... | |
EGLNativeDisplayType kzsEGLGetNativeDisplay | ( | const struct KzsDesktopNative * | desktopNative, |
const struct KzsDisplayNative * | displayNative, | ||
const struct KzsWindowNative * | windowNative | ||
) |
Get the EGL native display.
desktopNative | Handle to desktop-native. |
displayNative | Handle to display-native. |
windowNative | Handle to window-native. |
WFDPort kzsDisplayNativeGetHandle | ( | const struct KzsDisplayNative * | displayNative | ) |
Get WFD port native handle.
displayNative | Handle to display-native. |
WFDPortMode kzsDisplayNativeGetMode | ( | const struct KzsDisplayNative * | displayNative | ) |
Get WFD port mode handle.
displayNative | Handle to display-native. |