Searched defs:EGLNativeWindowType (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef in typeref:struct:wl_egl_window
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow *EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
113 typedef khronos_uint32_t EGLNativeWindowType; typedef
123 typedef Window EGLNativeWindowType; typedef
134 typedef EGLNativeWindowType NativeWindowType;
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp39 typedef ::Window EGLNativeWindowType; typedef in namespace:tcu::x11::egl
43 DE_STATIC_ASSERT(sizeof(EGLNativeWindowType) <= sizeof(eglw::EGLNativeWindowType));
51 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreateWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const eglw::EGLint* attrib_list);
88 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
90 return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType>(win), attrib_list);
136 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
/external/skia/src/gpu/gl/command_buffer/
H A DSkCommandBufferGLContext.cpp25 typedef void* EGLNativeWindowType; typedef
66 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
228 (EGLNativeWindowType)nativeWindow,

Completed in 63 milliseconds