Home | History | Annotate | Download | only in EGL

Lines Matching defs:error

36     : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
71 const char* caller, int line, EGLint error, bool quiet) {
74 if (tls->error != error) {
76 ALOGE("%s:%d error %x (%s)",
77 caller, line, error, egl_strerror(error));
84 tls->error = error;
117 // This must clear the error from all the underlying EGL implementations as
130 EGLint error = tls->error;
131 tls->error = EGL_SUCCESS;
132 return error;