Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/EGL/
Deglplatform.h89 struct egl_native_pixmap_t;
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
/frameworks/native/include/ui/
DANativeObjectBase.h29 typedef struct egl_native_pixmap_t struct
43 } egl_native_pixmap_t; argument
/frameworks/native/opengl/libagl/
Degl.cpp659 egl_native_pixmap_t const * pixmap);
669 egl_native_pixmap_t nativePixmap;
675 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t()
1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1321 sizeof(egl_native_pixmap_t)) { in createPixmapSurface()
1340 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp291 egl_native_pixmap_t pixmap; in jni_eglCreatePixmapSurface()