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. | |
| 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. |
| 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. |