Functions | |
EGLNativeDisplayType | kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative) |
Get the EGL native display. More... | |
EGLDisplay | kzsDesktopNativeGetDisplay (const struct KzsDesktopNative *desktopNative) |
Get the EGL display of desktop. More... | |
EGLOutputLayerEXT | kzsDesktopNativeGetOutputLayer (const struct KzsDesktopNative *desktopNative, kzUint displayID) |
Get the EGL output-layer for the display index. 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. |
EGLDisplay kzsDesktopNativeGetDisplay | ( | const struct KzsDesktopNative * | desktopNative | ) |
Get the EGL display of desktop.
desktopNative | Handle to desktop-native. |
EGLOutputLayerEXT kzsDesktopNativeGetOutputLayer | ( | const struct KzsDesktopNative * | desktopNative, |
kzUint | displayID | ||
) |
Get the EGL output-layer for the display index.
desktopNative | Handle to desktop-native. |
displayID | Index of the display. |