Home
last modified time | relevance | path

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

12

/external/mesa3d/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
112 typedef khronos_uintptr_t EGLNativePixmapType; typedef
122 typedef Pixmap EGLNativePixmapType; typedef
130 typedef khronos_uintptr_t EGLNativePixmapType; typedef
139 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/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);
Deglext.h480 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
484 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
/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/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp38 …EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap,…
60 EGLBoolean (*eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
Dmain.cpp347 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const …
369 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
440 …LAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
550 …LBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
DlibEGL.cpp412 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … in CreatePixmapSurface()
1116 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h68 EGLNativePixmapType m_NPT;
/external/deqp/framework/egl/
DegluNativePixmap.hpp55 virtual eglw::EGLNativePixmapType getLegacyNative (void);
DegluNativePixmap.cpp38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative()
DegluCallLogWrapperApi.inl11 …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/
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…
DeglwFunctionTypes.inl11 …PIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
17 … eglCreatePixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
DeglwApi.inl70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
76 … eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
DeglwTypes.inl61 typedef void* EGLNativePixmapType; typedef
DeglwFuncPtrLibraryImpl.inl32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar…
62 …PtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
DeglwImpl.inl39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
79 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp38 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(HBITMAP));
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp40 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(struct egl_native_pixmap_t*));

12