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

/frameworks/base/opengl/include/EGL/
H A Deglplatform.h95 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
H A Deglnatives.h192 struct egl_native_pixmap_t struct
/frameworks/base/opengl/libagl/
H A Degl.cpp310 egl_native_pixmap_t const * pixmap);
314 virtual bool isValid() const { return nativePixmap.version == sizeof(egl_native_pixmap_t); }
321 egl_native_pixmap_t nativePixmap;
327 egl_native_pixmap_t const * pixmap)
899 static_cast<egl_native_pixmap_t*>(pixmap));
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp299 egl_native_pixmap_t pixmap;

Completed in 100 milliseconds