From 59f8dca7cf7ce2b21d3bfe59c55bd3927de7f39c Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 31 May 2010 10:15:55 +0800 Subject: Update OpenGL ES headers. --- include/GLES/egltypes.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 include/GLES/egltypes.h (limited to 'include/GLES/egltypes.h') diff --git a/include/GLES/egltypes.h b/include/GLES/egltypes.h deleted file mode 100644 index 6e982650438..00000000000 --- a/include/GLES/egltypes.h +++ /dev/null @@ -1,45 +0,0 @@ -/* -** egltypes.h for Mesa -** -** ONLY egl.h SHOULD INCLUDE THIS FILE! -** -** See comments about egltypes.h in the standard egl.h file. -*/ - - -#include - - -/* -** These opaque EGL types are implemented as unsigned 32-bit integers: -*/ -typedef uint32_t EGLDisplay; -typedef uint32_t EGLConfig; -typedef uint32_t EGLSurface; -typedef uint32_t EGLContext; - -/* EGL_MESA_screen_surface */ -typedef uint32_t EGLModeMESA; -typedef uint32_t EGLScreenMESA; - - -/* -** Other basic EGL types: -*/ -typedef uint8_t EGLBoolean; -typedef int32_t EGLint; - -typedef void * NativeDisplayType; -typedef int NativePixmapType; -typedef int NativeWindowType; - -/* -** EGL and native handle null values: -*/ -#define EGL_DEFAULT_DISPLAY ((NativeDisplayType) 0) -#define EGL_NO_CONTEXT ((EGLContext) 0) -#define EGL_NO_DISPLAY ((EGLDisplay) 0) -#define EGL_NO_SURFACE ((EGLSurface) 0) - -/* EGL_MESA_screen_surface */ -#define EGL_NO_MODE_MESA ((EGLModeMESA) 0) -- cgit v1.2.3