Searched defs:EGLNativePixmapType (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/include/EGL/
H A Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
84 typedef void *EGLNativePixmapType; typedef
89 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef in typeref:struct:wl_egl_pixmap
95 typedef struct gbm_bo *EGLNativePixmapType; typedef in typeref:struct:gbm_bo
104 typedef struct egl_native_pixmap_t *EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t
112 typedef khronos_uint32_t EGLNativePixmapType; typedef
122 typedef Pixmap EGLNativePixmapType; typedef
133 typedef EGLNativePixmapType NativePixmapType;
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp38 typedef ::Pixmap EGLNativePixmapType; typedef in namespace:tcu::x11::egl
42 DE_STATIC_ASSERT(sizeof(EGLNativePixmapType) <= sizeof(eglw::EGLNativePixmapType));
49 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglX11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target);
50 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreatePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, const eglw::EGLint* attrib_list);
78 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const
80 return ((eglX11CopyBuffersFunc)m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType>(target));
83 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
85 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);

Completed in 106 milliseconds