Home
last modified time | relevance | path

Searched refs:EGLNativePixmapType (Results 1 – 25 of 46) sorted by relevance

12

/external/angle/include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
89 typedef void *EGLNativePixmapType; typedef
95 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef
101 typedef struct gbm_bo *EGLNativePixmapType; typedef
110 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef
116 typedef intptr_t EGLNativePixmapType; typedef
122 typedef intptr_t EGLNativePixmapType; typedef
132 typedef Pixmap EGLNativePixmapType; typedef
138 typedef void *EGLNativePixmapType; typedef
146 typedef khronos_uintptr_t EGLNativePixmapType; typedef
[all …]
Degl.h126 …LAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
129 … PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
151 …oolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
154 …APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
/external/mesa3d/include/EGL/
Deglplatform.h83 typedef HBITMAP EGLNativePixmapType; typedef
89 typedef int EGLNativePixmapType; typedef
95 typedef void *EGLNativePixmapType; typedef
101 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef
107 typedef struct gbm_bo *EGLNativePixmapType; typedef
116 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef
122 typedef intptr_t EGLNativePixmapType; typedef
128 typedef khronos_uintptr_t EGLNativePixmapType; typedef
138 typedef Pixmap EGLNativePixmapType; typedef
144 typedef void *EGLNativePixmapType; typedef
[all …]
Degl.h126 …LAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
129 … PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
151 …oolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
154 …APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
/external/swiftshader/include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
84 typedef void *EGLNativePixmapType; typedef
89 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef
95 typedef struct gbm_bo *EGLNativePixmapType; typedef
104 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef
111 typedef intptr_t EGLNativePixmapType; typedef
120 typedef Pixmap EGLNativePixmapType; typedef
128 typedef khronos_uintptr_t EGLNativePixmapType; typedef
137 typedef EGLNativePixmapType NativePixmapType;
Degl.h122 …oolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
125 …APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
87 typedef Pixmap EGLNativePixmapType; typedef
98 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef
110 typedef void *EGLNativePixmapType; typedef
116 typedef EGLNativePixmapType NativePixmapType;
Degl.h272 EGLNativePixmapType pixmap,
315 EGLNativePixmapType target);
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp42 typedef ::Pixmap EGLNativePixmapType; typedef
46 DE_STATIC_ASSERT(sizeof(EGLNativePixmapType) <= sizeof(eglw::EGLNativePixmapType));
53 …X11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target);
54 …ePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, con…
82 …copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) con… in copyBuffers()
84 return (m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType*>(target)); in copyBuffers()
87 …PixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, con… in createPixmapSurface()
89 …return (m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType*>(pixmap), at… in createPixmapSurface()
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h24 EGLNativePixmapType target);
34 EGLNativePixmapType pixmap,
/external/angle/util/
DOSPixmap.h31 virtual EGLNativePixmapType getNativePixmap() const = 0;
/external/angle/util/windows/win32/
DWin32Pixmap.h24 EGLNativePixmapType getNativePixmap() const override;
DWin32Pixmap.cpp49 EGLNativePixmapType Win32Pixmap::getNativePixmap() const in getNativePixmap()
/external/angle/util/x11/
DX11Pixmap.h25 EGLNativePixmapType getNativePixmap() const override;
DX11Pixmap.cpp34 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap()
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp125 eglw::EGLNativePixmapType getLegacyNative() override;
204 eglw::EGLNativePixmapType NativePixmap::getLegacyNative() in getLegacyNative()
206 return reinterpret_cast<eglw::EGLNativePixmapType>(mPixmap->getNativePixmap()); in getLegacyNative()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp38 …PIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
60 …EGLBoolean (EGLAPIENTRY* eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType t…
Dmain.cpp357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
379 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
450 …LAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
560 …LBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h68 EGLNativePixmapType m_NPT;
/external/angle/src/libGLESv2/
Dentry_points_egl.h25 EGLNativePixmapType target);
35 EGLNativePixmapType pixmap,
/external/deqp/framework/egl/
DegluNativePixmap.hpp55 virtual eglw::EGLNativePixmapType getLegacyNative (void);
DegluNativePixmap.cpp38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp75 eglw::EGLNativePixmapType getLegacyNative () in getLegacyNative()
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryDecl.inl11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target…
17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
DeglwLibrary.inl11 …lean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) con…
17 … createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…

12