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

/frameworks/native/opengl/include/EGL/
H A Deglplatform.h84 struct egl_native_pixmap_t;
87 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
/frameworks/native/include/ui/
H A DANativeObjectBase.h29 typedef struct egl_native_pixmap_t struct
43 } egl_native_pixmap_t; typedef in typeref:struct:egl_native_pixmap_t
/frameworks/native/opengl/libagl/
H A Degl.cpp646 egl_native_pixmap_t const * pixmap);
656 egl_native_pixmap_t nativePixmap;
662 egl_native_pixmap_t const * pixmap)
1293 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1294 sizeof(egl_native_pixmap_t)) {
1313 static_cast<egl_native_pixmap_t*>(pixmap));
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp291 egl_native_pixmap_t pixmap;

Completed in 133 milliseconds