Lines Matching refs:checkEglError
37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
65 checkEglError("<init>"); in hwcTestInitDisplay()
67 checkEglError("eglGetDisplay"); in hwcTestInitDisplay()
74 checkEglError("eglInitialize", returnValue); in hwcTestInitDisplay()
95 checkEglError("EGLUtils::selectConfigForNativeWindow"); in hwcTestInitDisplay()
103 checkEglError("eglCreateWindowSurface"); in hwcTestInitDisplay()
110 checkEglError("eglCreateContext"); in hwcTestInitDisplay()
116 checkEglError("eglMakeCurrent", returnValue); in hwcTestInitDisplay()
122 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
124 checkEglError("eglQuerySurface"); in hwcTestInitDisplay()
959 static void checkEglError(const char* op, EGLBoolean returnVal) in checkEglError() function