summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-03-27 17:32:41 -0700
committerMathias Agopian <mathias@google.com>2013-03-28 14:31:09 -0700
commit2bb716871cf8bfadfff1193ed798da3bffc1f8ec (patch)
treeabfff54f83eea7bb88ad03790810976506e7f79f /opengl/include
parent12af3f6665f209cb7275f0c81fdc1cf4ccfb6208 (diff)
downloadframeworks_native-2bb716871cf8bfadfff1193ed798da3bffc1f8ec.zip
frameworks_native-2bb716871cf8bfadfff1193ed798da3bffc1f8ec.tar.gz
frameworks_native-2bb716871cf8bfadfff1193ed798da3bffc1f8ec.tar.bz2
replace eglWaitSyncANDROID by eglWaitSyncKHR
Change-Id: I22f1b3588011c88389e249f738f1e6915cc97e72
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/EGL/eglext.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h
index 9ac7ac0..6c505ed 100644
--- a/opengl/include/EGL/eglext.h
+++ b/opengl/include/EGL/eglext.h
@@ -558,14 +558,6 @@ typedef EGLint (EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC)(EGLDisplay dpy,
#define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285
#endif
-#ifndef EGL_ANDROID_wait_sync
-#define EGL_ANDROID_wait_sync
-#ifdef EGL_EGLEXT_PROTOTYPES
-EGLAPI EGLint EGLAPIENTRY eglWaitSyncANDROID(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
-#endif
-typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCANDROID) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
-#endif
-
#ifndef EGL_ANDROID_presentation_time
#define EGL_ANDROID_presentation_time 1
typedef khronos_stime_nanoseconds_t EGLnsecsANDROID;