Lines Matching refs:checkEglError
38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
63 checkEglError("<init>");
65 checkEglError("eglGetDisplay");
72 checkEglError("eglInitialize", returnValue);
97 checkEglError("EGLUtils::selectConfigForNativeWindow");
105 checkEglError("eglCreateWindowSurface");
112 checkEglError("eglCreateContext");
118 checkEglError("eglMakeCurrent", returnValue);
124 checkEglError("eglQuerySurface");
126 checkEglError("eglQuerySurface");
952 static void checkEglError(const char* op, EGLBoolean returnVal)