From 2bb716871cf8bfadfff1193ed798da3bffc1f8ec Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 27 Mar 2013 17:32:41 -0700 Subject: replace eglWaitSyncANDROID by eglWaitSyncKHR Change-Id: I22f1b3588011c88389e249f738f1e6915cc97e72 --- opengl/include/EGL/eglext.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'opengl/include') 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; -- cgit v1.1