OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EGLRuntime.h File Reference
#include <EGL/egl.h>
#include <EGL/eglext.h>

Go to the source code of this file.

Classes

class  MaliSDK::EGLRuntime
 Functions for managing EGL. More...
 

Namespaces

 MaliSDK
 

Macros

#define EGL_CHECK(x)
 

Macro Definition Documentation

#define EGL_CHECK (   x)
Value:
x; \
{ \
EGLint eglError = eglGetError(); \
if(eglError != EGL_SUCCESS) { \
LOGE("eglGetError() = %i (0x%.8x) at %s:%i\n", (signed int)eglError, (unsigned int)eglError, __FILE__, __LINE__); \
exit(1); \
} \
}
GLint GLint GLint GLint GLint x
Definition: gl2ext.h:574
#define LOGE(...)
Definition: AstcTextures.h:30

Definition at line 26 of file EGLRuntime.h.