HomeSort by relevance Sort by last modified time
    Searched defs:EGLNativePixmapType (Results 1 - 6 of 6) sorted by null

  /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;
  /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;
  /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;
  /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;
  /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;
  /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);

Completed in 124 milliseconds