/external/mesa3d/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 105 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef 113 typedef khronos_uintptr_t EGLNativePixmapType; typedef 123 typedef Pixmap EGLNativePixmapType; typedef 131 typedef khronos_uintptr_t EGLNativePixmapType; typedef 140 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/include/EGL/ |
D | eglplatform.h | 77 typedef HBITMAP EGLNativePixmapType; typedef 84 typedef void *EGLNativePixmapType; typedef 92 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef 99 typedef intptr_t EGLNativePixmapType; typedef 108 typedef Pixmap EGLNativePixmapType; typedef 117 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);
|
D | eglext.h | 480 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap); 484 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
/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 …X11CopyBuffersFunc)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 …rfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), a… in createPixmapSurface()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.hpp | 38 …EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap,… 60 EGLBoolean (*eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
D | main.cpp | 319 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … 341 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 406 …LAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 516 …LBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
|
D | libEGL.cpp | 335 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … in CreatePixmapSurface() 1011 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() 1182 return CreatePixmapSurface(dpy, config, (EGLNativePixmapType)native_pixmap, attrib_list); in CreatePlatformPixmapSurfaceEXT()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.h | 68 EGLNativePixmapType m_NPT;
|
/external/deqp/framework/egl/ |
D | egluNativePixmap.hpp | 54 virtual eglw::EGLNativePixmapType getLegacyNative (void);
|
D | egluNativePixmap.cpp | 38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative()
|
D | egluCallLogWrapperApi.inl | 11 …opyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target); 17 …mapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, con…
|
/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…
|
D | eglwFunctionTypes.inl | 11 …PIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 17 … eglCreatePixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
D | eglwApi.inl | 70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta… 76 … eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
D | eglwTypes.inl | 61 typedef void* EGLNativePixmapType; typedef
|
D | eglwFuncPtrLibraryImpl.inl | 32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar… 62 …PtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
D | eglwImpl.inl | 39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) 79 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 38 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(HBITMAP)); 99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 40 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(struct egl_native_pixmap_t*));
|