/external/angle/include/EGL/ |
D | eglplatform.h | 77 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 …]
|
D | egl.h | 126 …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/ |
D | eglplatform.h | 83 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 …]
|
D | egl.h | 126 …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/ |
D | eglplatform.h | 77 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;
|
D | egl.h | 122 …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/ |
D | eglplatform.h | 77 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;
|
D | egl.h | 272 EGLNativePixmapType pixmap, 315 EGLNativePixmapType target);
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 42 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/ |
D | functionsegl_typedefs.h | 24 EGLNativePixmapType target); 34 EGLNativePixmapType pixmap,
|
/external/angle/util/ |
D | OSPixmap.h | 31 virtual EGLNativePixmapType getNativePixmap() const = 0;
|
/external/angle/util/windows/win32/ |
D | Win32Pixmap.h | 24 EGLNativePixmapType getNativePixmap() const override;
|
D | Win32Pixmap.cpp | 49 EGLNativePixmapType Win32Pixmap::getNativePixmap() const in getNativePixmap()
|
/external/angle/util/x11/ |
D | X11Pixmap.h | 25 EGLNativePixmapType getNativePixmap() const override;
|
D | X11Pixmap.cpp | 34 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap()
|
/external/angle/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 125 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/ |
D | libEGL.hpp | 38 …PIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… 60 …EGLBoolean (EGLAPIENTRY* eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType t…
|
D | main.cpp | 357 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/ |
D | PVRShellAPI.h | 68 EGLNativePixmapType m_NPT;
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl.h | 25 EGLNativePixmapType target); 35 EGLNativePixmapType pixmap,
|
/external/deqp/framework/egl/ |
D | egluNativePixmap.hpp | 55 virtual eglw::EGLNativePixmapType getLegacyNative (void);
|
D | egluNativePixmap.cpp | 38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative()
|
/external/deqp/framework/platform/nullws/ |
D | tcuNullWSPlatform.cpp | 75 eglw::EGLNativePixmapType getLegacyNative () in getLegacyNative()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryDecl.inl | 11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target… 17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
|
D | eglwLibrary.inl | 11 …lean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) con… 17 … createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|