HomeSort by relevance Sort by last modified time
    Searched refs:EGLNativePixmapType (Results 1 - 25 of 41) sorted by null

1 2

  /external/mesa3d/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
84 typedef void *EGLNativePixmapType;
89 typedef struct wl_egl_pixmap *EGLNativePixmapType;
95 typedef struct gbm_bo *EGLNativePixmapType;
105 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
113 typedef khronos_uintptr_t EGLNativePixmapType;
123 typedef Pixmap EGLNativePixmapType;
131 typedef khronos_uintptr_t EGLNativePixmapType;
140 typedef EGLNativePixmapType NativePixmapType;
egl.h 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
  /device/generic/goldfish-opengl/system/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
84 typedef void *EGLNativePixmapType;
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
102 typedef Pixmap EGLNativePixmapType;
111 typedef EGLNativePixmapType NativePixmapType;
egl.h 271 EGLNativePixmapType pixmap,
314 EGLNativePixmapType target);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
87 typedef Pixmap EGLNativePixmapType;
98 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
110 typedef void *EGLNativePixmapType;
116 typedef EGLNativePixmapType NativePixmapType;
egl.h 272 EGLNativePixmapType pixmap,
315 EGLNativePixmapType target);
  /frameworks/native/opengl/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
84 typedef void *EGLNativePixmapType;
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
102 typedef Pixmap EGLNativePixmapType;
111 typedef EGLNativePixmapType NativePixmapType;
egl.h 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
  /external/swiftshader/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
84 typedef void *EGLNativePixmapType;
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
99 typedef intptr_t EGLNativePixmapType;
108 typedef Pixmap EGLNativePixmapType;
117 typedef EGLNativePixmapType NativePixmapType;
egl.h 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 42 typedef ::Pixmap EGLNativePixmapType;
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);
  /external/deqp/framework/egl/wrapper/
eglwTypes.inl 61 typedef void* EGLNativePixmapType;
eglwFuncPtrLibraryDecl.inl 11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const;
17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
eglwApi.inl 70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
76 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
eglwFunctionTypes.inl 11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
17 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
eglwLibrary.inl 11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLint*);
55 typedef EGLBoolean (* eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType);
  /external/deqp/framework/egl/
egluNativePixmap.cpp 38 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativePixmap.hpp 53 //! Return EGLNativePixmapType that can be used with eglCreatePixmapSurface(). Default implementation throws tcu::NotSupportedError().
54 virtual eglw::EGLNativePixmapType getLegacyNative (void);
egluCallLogWrapperApi.inl 11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list);
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 75 eglw::EGLNativePixmapType getLegacyNative ()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.h 68 EGLNativePixmapType m_NPT;
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 38 EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
60 EGLBoolean (*eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 38 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(HBITMAP));
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }

Completed in 289 milliseconds

1 2