This chapter is from the book
EGL Command Syntax
All EGL commands begin with the prefix egl and use an initial capital letter for each word making up the command name (e.g., eglCreateWindowSurface). Similarly, EGL data types also begin with the prefix Egl and use an initial capital letter for each word making up the type name, except for EGLint and EGLenum.
Table 1-1 briefly describes the EGL data types used.
Table 1-1 EGL Data Types
Data Type |
C-Language Type |
EGL Type |
32-bit integer |
int |
EGLint |
32-bit unsigned integer |
unsignedint |
EGLBoolean, EGLenum |
Pointer |
void * |
EGLConfig, EGLContext, EGLDisplay, EGLSurface, EGLClientBuffer |