Home
last modified time | relevance | path

Searched refs:egl_native_pixmap_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/include/EGL/
Deglplatform.h101 struct egl_native_pixmap_t;
104 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
/frameworks/native/opengl/libagl/
Degl.cpp60 typedef struct egl_native_pixmap_t struct
74 } egl_native_pixmap_t; argument
670 egl_native_pixmap_t const * pixmap);
680 egl_native_pixmap_t nativePixmap;
686 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t()
1350 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1351 sizeof(egl_native_pixmap_t)) { in createPixmapSurface()
1370 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()