Searched refs:EGLNativeWindowType (Results 1 - 3 of 3) sorted by relevance
/interface/sdk_c/third_party/egl/EGL/ |
H A D | eglplatform.h | 55 typedef void *EGLNativeWindowType;
typedef 63 typedef struct NativeWindow* EGLNativeWindowType;
typedef 73 typedef HWND EGLNativeWindowType;
typedef 79 typedef int EGLNativeWindowType;
typedef 85 typedef void *EGLNativeWindowType;
typedef 91 typedef struct wl_egl_window *EGLNativeWindowType;
typedef 97 typedef void *EGLNativeWindowType;
typedef 106 typedef struct ANativeWindow* EGLNativeWindowType;
typedef 112 typedef intptr_t EGLNativeWindowType;
typedef 122 typedef Window EGLNativeWindowType;
typedef 128 typedef khronos_uintptr_t EGLNativeWindowType; global() typedef 134 typedef void *EGLNativeWindowType; global() typedef 142 typedef khronos_uintptr_t EGLNativeWindowType; global() typedef 148 typedef khronos_uintptr_t EGLNativeWindowType; global() typedef [all...] |
H A D | egl.h | 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
|
H A D | eglext.h | 1177 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
1181 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
|
Completed in 6 milliseconds