android_native_buffer_t -> ANativeWindowBuffer
Change-Id: I246690d0ecd83b6da8dc0abeff68887abd92fc92 Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
@@ -225,7 +225,7 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGL
|
|||||||
|
|
||||||
#ifndef EGL_ANDROID_image_native_buffer
|
#ifndef EGL_ANDROID_image_native_buffer
|
||||||
#define EGL_ANDROID_image_native_buffer 1
|
#define EGL_ANDROID_image_native_buffer 1
|
||||||
struct android_native_buffer_t;
|
struct ANativeWindowBuffer;
|
||||||
#define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */
|
#define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user