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