Searched defs:EGLNativePixmapType (Results 1 - 4 of 4) 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
105 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t
113 typedef khronos_uintptr_t EGLNativePixmapType; typedef
123 typedef Pixmap EGLNativePixmapType; typedef
131 typedef khronos_uintptr_t EGLNativePixmapType; typedef
140 typedef EGLNativePixmapType NativePixmapType;
/external/swiftshader/include/EGL/
H A Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
84 typedef void *EGLNativePixmapType; typedef
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t
99 typedef intptr_t EGLNativePixmapType; typedef
108 typedef Pixmap EGLNativePixmapType; typedef
117 typedef EGLNativePixmapType NativePixmapType;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
87 typedef Pixmap EGLNativePixmapType; typedef
98 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t
110 typedef void *EGLNativePixmapType; typedef
116 typedef EGLNativePixmapType NativePixmapType;
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp42 typedef ::Pixmap EGLNativePixmapType; typedef in namespace:tcu::lnx::x11::egl
46 DE_STATIC_ASSERT(sizeof(EGLNativePixmapType) <= sizeof(eglw::EGLNativePixmapType));
53 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglX11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target);
54 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreatePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, const eglw::EGLint* attrib_list);
82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const
84 return ((eglX11CopyBuffersFunc)m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType>(target));
87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
89 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);

Completed in 105 milliseconds