Searched refs:EGL_BAD_DISPLAY (Results 1 – 3 of 3) sorted by relevance
43 case EGL_BAD_DISPLAY: in toEGLErrorConstant()
22 return error(EGL_BAD_DISPLAY, false); in validate()130 return error(EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize()161 return error(EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate()
85 #define EGL_BAD_DISPLAY 0x3008 macro