Lines Matching defs:errCode
98 _eglInternalError(EGLint errCode, const char *msg)
102 t->LastError = errCode;
104 if (errCode != EGL_SUCCESS) {
107 switch (errCode) {
150 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg);
157 _eglError(EGLint errCode, const char *msg)
159 if (errCode != EGL_SUCCESS) {
161 if (errCode == EGL_BAD_ALLOC)
166 _eglDebugReport(errCode, NULL, type, msg);
168 _eglInternalError(errCode, msg);