egl: Add new error checking macros.
authorChia-I Wu <olv@lunarg.com>
Wed, 17 Feb 2010 07:22:03 +0000 (15:22 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 17 Feb 2010 12:00:10 +0000 (20:00 +0800)
commitf3e03e1277839cddc35e0cc3427a7972bc17a10a
tree20d7072dd5236fb6f6c896a55f1612dce1558cb5
parent31c816731ead9abce69829e6b5f55a201da3bb47
egl: Add new error checking macros.

Add _EGL_CHECK_* which will replace _EGL_DECLARE_* for error checking.
Move _eglCheck* earlier in the file so that the macros and the functions
are grouped together.
src/egl/main/eglapi.c